@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

body {
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	color: #000038;
}

/*--- Nav Scrolling Offset --*/
.offset:before {
	height: 62px;
	margin-top: -62px;
	content: "";
	display: block;
}

/*--- Extra Bootstrap Column Padding --*/
[class*="col-"] {
	padding: 1rem;
}

/*============= NAVIGATION =============*/

.navbar {
	padding: .6rem 1rem;
	text-transform: uppercase;
	font-size: .9rem;
	font-weight: 700;
	letter-spacing: .1rem;
	/*background-color: rgba(57, 63, 70, .9)!important;*/
	background-color: rgba(255, 255, 255, 1)!important;
}
.navbar-brand img {
	height: 3.5rem;
}
.navbar-nav .nav-link {
	color: #000038;
	padding-top: .8rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
	color: #8e0785;
}
.svg-inline--fa.fa-w-14 {
	color: white;
	font-size: 1.6rem;
}
.navbar-nav li {
	padding-right: .8rem;
}

/*============= LANDING PAGE =============*/

.home-inner {
	background-image: url('../img/landing.png');
}
.caption {
	width: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.caption h3 {
	color: white;
	font-size: 1.2rem;
	text-transform: uppercase;
	padding-bottom: 2rem;
	letter-spacing: 12px;
}
.btn {
	border-width: medium;
	border-radius: 0;
	padding: .5rem 1.1rem;
	font-size: .9rem;
	text-transform: uppercase;
}

/*============= ABOUT SECTION =============*/

.jumbotron {
	margin-bottom: 0;
	border-radius: 0;
	padding: 0.75rem 0 0.75rem;
}
.narrow {
	width: 85%;
	margin: 0 auto;
	padding-top: 1rem;
}
h1.heading {
	font-family: 'Cookie';
	font-size: 10rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1.9rem;
}
.heading-underline {
	width: 3rem;
	height: .2rem;
	background-color: #00B3FF;
	margin: 0 auto 2rem;
}
.about svg.svg-inline--fa {
	color: #000038;
	margin: 1rem auto;
}
.about h3 {
	font-size: 1.2rem;
	text-transform: uppercase;
	padding-bottom: .4rem;
}

.about h3 a {
	color: #000038;
	font-weight: bold;
}

.about h3 a:hover {
	color: #710e86;
	font-weight:bolder;
	text-decoration: none;
}

.about p {
	font-size: 0.8rem;
	/*color: #a40284;*/
	color: #710e86;
}

/*============= sdsdsdsds SECTION =============*/

.narrowx {
	width: 60%;
	margin: 0 auto;
	padding: 1rem 0 1rem;
}
.lead {
	/*color: #5f62bd;*/
	padding: 1rem 0 0;
	color: #ffffffd7;
	text-align: center;
	font-size: 0.95rem;
	font-style: italic;
}

/*============= SERVICES SECTION =============*/

.card {
	margin: 0 1rem;
	border-radius: 0;
}
.card-img-top {
	border-radius: 0;
}
.card h4 {
	font-weight:bold;
	font-size: 1em;
}
.card h5 {
	color: #00B3FF;
}
.card p {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	padding: 1rem;
	margin: 1rem 0 1.5rem;
	font-size: 0.8em;
}

/*============= CONTACT SECTION =============*/

.footer .row {
	background-color: rgba(57, 63, 70, .85);
	padding: 1rem 2rem 3rem;
	color: white;
}
.footer img {
	height: 2rem;
	margin: 1.5rem 0;
}
.footer a {
	color: white;
}
.footer svg.svg-inline--fa {
	margin: 1.2rem .5rem 0 0;
}
.footer svg.svg-inline--fa:hover {
	color: #00B3FF!important;
}

/*--- Contact Form --*/
.form-group {
	margin-bottom: 1.3rem;
}
.form-control {
	background: #53595f;
	border-radius: 0;
	border: .15rem solid #666b71;
	color: white!important;
}
.form-control:focus {
	background: #53595f;
	border: .15rem solid #666b71;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
	color: #b2b5b8!important;
}
input.btn {
	cursor: pointer;
}
hr.socket {
	width: 100%;
	border-top: .2rem solid #666b71;
}

/*============= MEDIA QUERIES =============*/

/* Medium (md) devices (tablets, 768px and under) */

@media (max-width: 768px) {
	.caption {
		top: 35%;
	}
	.caption h3 {
		font-size: 1.8rem;
		padding-bottom: 1.2rem;
	}
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
