h1,h2,h3,h4,h5,h6
{
    font-family: 'Oswald', sans-serif;
}

p
{
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
    font-size:20px;
}

.navbar
{
    min-height: 120px;
    border-bottom: 0px;
}

.navbar-brand
{
    padding:40px 15px;
}

.navbar-nav
{
    margin-top: 45px  !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover
{
    background-color: transparent !important;
}

.nav_bottom
{
    height:6px;
    background-image: url(../images/nav_border.jpg);
}
.body_area
{
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.section_a
{
    background-color:#fff;
    border-radius:12px 12px 0px 0px;
    margin-top:42px;
    padding-bottom:50px;
    min-height: 50px;
}

.section_a h1, .section_b h1
{
    color:#023e72;
    font-size:56px;
}
.section_a hr, .section_b hr
{
    border-top:1px solid #909090;
}
.section_1
{
    margin-top:40px;
}
.section_1 h3
{
    color:#a20608;
    font-size:32px;
}
.section_1 p
{
    color:#222;
    line-height:31px;
    margin-top: 25px;
}

.section_1 .btn, .section_2 .btn
{
    width:60%;
    height:57px;
    background-color:#a20608;
    border-radius:29px;
    color:#fff;
    font-size:20px;
    font-style:italic;
    margin-top:-50px;
    z-index: 10;
}
.button_side-line
{
    
    z-index: 0;
    margin-top: 41px
}

.section_b
{
    background-color:#efefef;
    min-height:50px;
    padding-bottom:60px;
}

.section_b .section_1
{
    padding-left:29px;
    margin-top:0px;
}
.section_b .section_1 img
{
    margin-top:25px;
}

.section_c
{
    background-color:#fff;
    padding:43px 0px;
}

section_c div:first-of-type
{
    height:450px;
}


.myVideo iframe
{
    margin:0px auto;
    position:relative;
    z-index: 1000;
    
}

.section_2
{
    min-height: 60px;
    background-color:#a4dffc;
    width:90%;
    margin-left:5%;
    margin-top:-115px;
    position:relative;
    padding-top:160px;
    padding-bottom:37px;
}

.section_2 h2
{
    font-weight:300;
    color:#003955;
    font-size:35px;
}

.section_2 p
{
    width:70%;
    margin-left:15%;
    font-weight: 400;
}

.section_2 .btn
{
    width:30%;
    margin-top:-49px
}

.section_2 .button_side-line
{
    border-top:1px solid #62808e;
    width:60%;
    margin-top:52px;
}

.section_d
{
    background-color:#fff;
}

.section_d h2
{
    color:#a20608;
    font-weight:300;
    font-size:40px;
}

.section_d h2:first-of-type
{
    margin-top:121px;
}

.section_e
{
    height:24px;
    padding-top:30px;
    background-image:url(../images/bottom_shadow.jpg);
    background-position: bottom center;
}
.footer_nav
{
  
    margin:0px auto;
    min-height:60px;
    line-height:60px;
}
.footer_nav ul
{
    list-style:none;
   
}
.footer-nav ul li
{
    float:left ;
    display: inline !important;
   
}

.footer-nav ul li a
{
    color:#222 !important;
}

@media (max-width:767px)
{
    .section_b .section_1
    {
        padding-left:15px;
    }
	.section_a h1, .section_b h1
	{
		font-size:45px;
	}
	.section_1 h3
	{
		font-size:26px;
	}
	.section_d h2
	{
		font-size:35px;
	}
	p
	{
		font-size:18px;
	}
	.section_2
	{
		padding-top:126px;
	}
	.section_2 p
	{
		width:90%;
		margin-left:5%;
	}
	.section_2 .button_side-line
	{
		display:none;
	}
	.section_2 .btn
	{
		margin-top:20px;
		width:80%;
	}
	.section_d h2:first-of-type
	{
		margin-top:40px;
	}
}