@font-face {
    font-family: InterstateBlack;
    src: url("../fonts/Interstate Black Regular.otf") format("opentype");
}

@font-face {
    font-family: InterstateLight;
    font-weight: bold;
    src: url("../fonts/Interstate Light Regular.otf") format("opentype");
}

@font-face {
    font-family: InterstateBold;
    font-weight: bold;
    src: url("../fonts/Interstate Bold.otf") format("opentype");
}

body{
	background-color:#066db1;
	background:url(../images/bkgrd.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color:#ffffff;
	font-size:16px;
	font-family: "Poppins", sans-serif;
}

.main{
	margin-top:60px;
}

@media only screen and (max-width: 768px) {
  .main{
	  margin-top:30px;
  }
}

.header{
	
}

.navbar-toggle .icon-bar{
	background-color:#ffffff;
}

.navbar-collapse{
	border:0px;
}

.navbar-toggle{
	margin-right:0px;
}

@media only screen and (max-width: 600px) {
	.navbar-collapse{
		background-color:#034481;
	}
}

.menu{
	margin-top:40px;
}

@media only screen and (max-width: 600px) {
	
	.logo img{
		margin-left:15px;
	}
	
	.menu{
		margin-top:-35px;
	}
}

.menu a{
	color:#ffffff;
	font-weight:600;
	font-size:18px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
	color:#0685c1;
}

li.active {
	color:#0685c1;
}

.content{
	margin-top:80px;
}

@media only screen and (max-width: 600px) {
	.content{
		margin-top:20px;
		padding:20px;
	}
	.content h1.home, .content h1{
		margin-top:0px !important;
	}
	.content p.home{
		text-align:center;
		padding-bottom:15px;
		margin-left:0px !important;
	}
}

.content h1{
	font-weight:bold;
	font-size:52px;
	color:#ffffff;
	margin-bottom:30px;
	font-family: "Poppins", sans-serif;
	margin-top:70px;
}

.content h1.home{
	font-weight:bold;
	font-size:52px;
	color:#ffffff;
	margin-bottom:0px;
	font-family: "Poppins", sans-serif;
	margin-top:70px;
}

.content h2{
	font-weight:bold;
	font-size:32px;
	color:#009fdf;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:20px;
}

.content p{
	padding-bottom:15px;
	font-size:16px;
	line-height:27px;
}

.content p.home{
	margin-top:20px;
	margin-left:40px;
	padding-bottom:0px;
}

.content p b{
	font-family: "Poppins", sans-serif;
	font-weight:700;
}

.content p.small{
	font-size:10px;
	padding-bottom:0px;
	line-height:0px;
}

.content a{
	color:#ffffff;
}

.content .btn-hollow{
	color:#ffffff;
	border:4px solid #0685c1;
	border-radius:50px;
	padding:15px 30px 15px 30px;
	text-transform:uppercase;
	margin-top:20px;
	font-size:16px;
}

.content .btn-hollow:hover{
	color:#ffffff;
	background-color:#0685c1;
	border:4px solid #0685c1;
	border-radius:50px;
	padding:15px 30px 15px 30px;
	text-transform:uppercase;
}

.content-left, .content-right{
	margin-bottom:60px;
}

.content-left{
	padding-top:0px;
}

.content-right img.home{
	margin-top:-20px;
}

.content-right img{
	margin-top:40px;
}

.sm-icons{
	margin:0px;
	padding:0px;
}

.sm-icons li{
	display:inline-block;
	list-style: none;
	width:40px;
	height:40px;
	background:#ffffff;
	border-radius:50px;
	color:#034481;
	text-align:center;
	margin-right:5px;
	padding:0px;
}

.sm-icons li a{
	display:block;
	color:#034481;
}

.sm-icons li .fab{
	font-size:20px;
	line-height:40px;
}

.sm-icons li:hover {
	background:#0685c1;
	color:#fff;
}

.sm-icons li a:hover {
	background:#0685c1;
	color:#fff;
	border-radius:50px;
}