@import url('https://fonts.googleapis.com/css?family=Montserrat');

*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: 'Montserrat', sans-serif; 
	font-size: 13px;
	line-height: 19px;
	color: #333;
	background-color: #183252;
}
main{
	margin-top: 50px;
}
img
{
	width: 100%;
}

h1, h2, h3{
	font-family: 'Montserrat';
	font-weight: bold;
}
h1{
	color: #99cc00;
	margin-bottom: 10px;
	margin-top: 20px;
}
h3{
	
}
article{
	margin-bottom: 50px;
	text-align: center;
	padding: 15px;
}
article iframe{
	border: 8px solid #1f3f66;
}
.text-highlight{
	color: #fff;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 20px;
}
.text-highlight+p{
	color: #f0f0f0;
	font-size: 15px;
}
.navbar-default .navbar-nav>li>a{
	font-family: 'Montserrat', cursive;
	font-size: 1em;
	color: #f96800;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #06652d;
}
.navbar-default .navbar-nav>li>a:hover{
	color: #bb5000;
}
.navbar-brand{
	padding: 0 15px;
}
.navbar-brand img{
	height: 50px;
	width: auto;
}
.navbar-inverse {
	background-color: #282828;
}
.nav li a{
	font-size: 16px;
	font-family: Montserrat;
}
.navbar-nav>li>a{
	margin-top: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 5px;
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
 
/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}
 
/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}
 
.intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
iframe img{
	width: 
}

.mb-30{
	margin-bottom: 30px;
}
footer{
	padding: 35px 20px; 
	background-color: #000;

}
section{
	padding: 50px 0;
}
footer img{
	width: 150px
}