/* Start Homepage */
.mainpage{
height: 100%;
background: linear-gradient(to top left, #080e15,#212e4a);
}
.heading{
	font-family: sans-serif;
	color: white;
	font-weight: bold;
}
.footertext{
	color: white;
	font-size: 14px;
}

.logo{
	max-width: 400px;
/*	padding: 20px;*/
}

body, .h1, .h2, .h3, .h4, .h5, .h6{
	color: white;
	font-family: "Open Sans", sans-serif;
}

body p{
	font-size: 17px;
}

.mainh{
	text-transform: uppercase;
	color: #D4C86E;
	font-family: "Open Sans", sans-serif;
}

.color{
background: white;
}

.reveal,.h3,.h5{
	color: #080e15;
}

.button{
	padding-left: 30px;
	padding-right: 30px;
	background-color: #66c8b3;
	color: #212e4a;
	font-size: 16px;
/*	border-radius: 20px;*/
}

.button:hover{
	background-color: #4ea693;
}

.button:focus{
	background-color: #4ea693;
}

.icon{
	height:16px;
	padding-left: 5px;
	padding-right: 5px;
}

/* Other */
.mtop0{margin-top: 0px;}
.mtop5{margin-top: 5px;}
.mtop10{margin-top: 10px;}
.mtop15{margin-top: 15px;}
.mtop20{margin-top: 20px;}
.mtop30{margin-top: 30px;}
.mtop40{margin-top: 40px;}
.mtop50{margin-top: 50px;}
.mbot5{margin-bottom: 5px;}
.mbot10{margin-bottom: 10px;}
.mbot20{margin-bottom: 20px;}
.mbot30{margin-bottom: 30px;}
.mbot40{margin-bottom: 40px;}
.mbot50{margin-bottom: 50px;}
.mbot60{margin-bottom: 60px;}
.pleft15{padding-left: 15px;}
.pright15{padding-right: 15px;}
.bold{font-weight: bold;}
.photo100{width: 100%;}
