@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700|Raleway:400,700');
/*
	font-family: 'Quicksand', sans-serif;
	font-family: 'Raleway', sans-serif;
 */

body { width: 100%; height: 100%; background-color: #FFF; overflow-x: hidden; }
html { width: 100%; height: 100%; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	/* text-transform: uppercase; */
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	color: #151515;
	letter-spacing: 0;
}
h1 { font-size: 40px !important; }

p {
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	line-height: 1.66667;
	font-weight: 400;
}

small {
	font-family: 'Quicksand', sans-serif;
	font-size: 10px;
	font-weight: 400;
}

a {
	font-family: 'Quicksand', sans-serif;
	color: #0970b5;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
			  transition: all 0.2s ease-in-out;
}
a:hover, a:focus {
	color: #1c2052;
	text-decoration: none;
}

li {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 15px;
}



/* NAVBAR
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.nav-ALPHA {
	z-index: 9;
	/* background: rgba(38, 65, 150, 1); */
	background: rgba(11, 31, 94, 1);
}

.nav-logo {
	position: absolute;
	max-height: 150px;
	margin-top: -20px;
	/* background-color: rgba(255,255,255,1); */
	padding: 0 20px 20px 20px;
	z-index: 10;
	border-radius: 30px 0;
}

.nav-ALPHA .navbar-nav .nav-link {
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
	padding-left: 15px;
	padding-right: 15px;
}

.nav-ALPHA .navbar-nav .nav-link:focus, .nav-ALPHA .navbar-nav .nav-link:hover { color: rgba(116, 193, 87, 1) !important; }
.dropdown-header { color: #FFF; font-size: 12px; }
.nav-ALPHA .dropdown-menu { background-color: rgba(9, 112, 181, 0.5); }
.nav-ALPHA .dropdown-item { color: #FFF; }
.nav-ALPHA .dropdown-item:hover { color: #000; }

.nav-ALPHA .nav-item::after {
	content:'';
	display:block;
	width:0px;
	height:3px;
	background:rgba(116, 193, 87, 1);
	transition: 0.2s;
}
.nav-ALPHA .nav-item:hover::after { width: 100%; }



/* FORMS
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.form-control {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	border-color: #3b2a60;
}

label {
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
}



/* OTHERS
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */




/* FOOTER
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.footer {
	background: #414141;
	color: #FFF;
}

.footer h3 { color: #FFF; }
