/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
}

#container {
    height: 100%;
}

.underlay_2 {
    background-color: black;
    display: block;
}

.underlay_2 img {
    opacity: 0.4;
}

.underlay { 
    background-color: #1f7cb6; 
    display: block;
}

.underlay img { 
    opacity: 0.15; 
    transition: 0.3s;
}

.underlay img:hover {
    opacity: 0.55;
}

#one {
    text-shadow: 1px 1px #777;
    animation-name: Text;
    -webkit-animation-name: Text;
    -moz-animation-name: Text;
    -o-animation-name: Text;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
}
@keyframes Text {
    0%   {opacity: 0; transform: translate(0px,-15px);}
    75%  {opacity: 0.75;}
    100% {opacity: 1; transform: translate(0px,0px);}
}

@-webkit-keyframes Text {
    0%   {opacity: 0; transform: translate(0px,-15px);}
    75%  {opacity: 0.75;}
    100% {opacity: 1; transform: translate(0px,0px);}
}

@-moz-keyframes Text {
    0%   {opacity: 0; transform: translate(0px,-15px);}
    75%  {opacity: 0.75;}
    100% {opacity: 1; transform: translate(0px,0px);}
}

@-o-keyframes Text {
    0%   {opacity: 0; transform: translate(0px,-15px);}
    75%  {opacity: 0.75;}
    100% {opacity: 1; transform: translate(0px,0px);}
}

#two {
    text-shadow: 1px 1px #777;
    animation-name: TextB;
    -webkit-animation-name: TextB;
    -moz-animation-name: TextB;
    -o-animation-name: TextB;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
}
@keyframes TextB {
    0%   {opacity: 0; transform: translate(0px,-10px);}
    75%  {opacity: 0.75;}
    100% {opacity: 1; transform: translate(0px,0px);}
}

@-webkit-keyframes TextB {
    0%   {opacity: 0; transform: translate(0px,-10px);}
    75%  {opacity: 0.75;}
    100% {opacity: 1; transform: translate(0px,0px);}
}

@-moz-keyframes TextB {
    0%   {opacity: 0; transform: translate(0px,-10px);}
    75%  {opacity: 0.75;}
    100% {opacity: 1; transform: translate(0px,0px);}
}

@-o-keyframes TextB {
    0%   {opacity: 0; transform: translate(0px,-10px);}
    75%  {opacity: 0.75;}
    100% {opacity: 1; transform: translate(0px,0px);}
}

#three {
    text-shadow: 1px 1px #777;
    animation-name: TextC;
    -webkit-animation-name: TextC;
    -moz-animation-name: TextC;
    -o-animation-name: TextC;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
}
@keyframes TextC {
    0%   {opacity: 0; transform: translate(0px,20px);}
    60%  {opacity: 0.75;}
    100% {opacity: 1; transform: translate(0px,0px);}

}
@-webkit-keyframes TextC {
    0%   {opacity: 0; transform: translate(0px,20px);}
    60%  {opacity: 0.75;}
    100% {opacity: 1; transform: translate(0px,0px);}

}
@-moz-keyframes TextC {
    0%   {opacity: 0; transform: translate(0px,20px);}
    60%  {opacity: 0.75;}
    100% {opacity: 1; transform: translate(0px,0px);}

}
@-o-keyframes TextC {
    0%   {opacity: 0; transform: translate(0px,20px);}
    60%  {opacity: 0.75;}
    100% {opacity: 1; transform: translate(0px,0px);}

}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway";
    font-weight: 700;
}

.topnav {
    font-size: 12px; 
    font-family: "Raleway";
}

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

.navbar-default {
    background-color: #ffffff;
    position: fixed;
}

.navbar-default .navbar-nav>li>a {
    color: #414141;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/Header.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message h1 {
    font-size: 4em;
}

.intro-message h2 {
    font-size: 4em;
    padding-top: 10px;
}

.intro-message h3 {
    font-size: 9em;
    margin-top: -17px;
}

.content-section-a {
    padding: 20px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 0px 0;
    color: #f8f8f8;
}

.banner .halfwidthcontainer h2 {
    position: absolute;
    z-index: 5;
}

.halfwidthcontainer {
    float: left;
    width: 50%;
}

.halfwidthcontainer p {
    margin-top: 140px; 
    margin-left: 70px; 
    padding-right: 1020px; 
    font-size: 20px; 
    position: absolute; 
    z-index: 5; 
    font-weight: 200;
}

.halfwidthcontainer a, .halfwidthcontainer a:hover {
    color: white;
    text-decoration: none;
}

#Four {
    margin-top: 80px; 
    margin-left: 70px; 
    font-size: 45px;
}

#main_hub {
    width: 50%; 
    padding: 10px; 
    position: absolute;
    margin-top: 14%; 
}

#Five {
    text-align: center; 
    font-size: 45px;
    position: relative;
}

@media(max-width:1366px){
    #main_hub {
    margin-top: 11%; 
    }
}

@media(max-width:1120px){
    #main_hub {
    margin-top: 10%; 
    }
}

@media(max-width:990px){
    #main_hub {
    margin-top: 27%; 
    }
}

@media(max-width:850px){
    #main_hub {
    margin-top: 25%; 
    }
}

@media(max-width:650px){
    #main_hub {
    margin-top: 23%; 
    }
}

@media(max-width:520px){
    #main_hub {
    margin-top: 20%; 
    }
    #Five {
    font-size: 40px;
    }    
}

@media(max-width:450px){
    #main_hub {
    margin-top: 19%; 
    }
    #Five {
    font-size: 35px;
    }    
}

@media(max-width:400px){
    #main_hub {
    margin-top: 18%; 
    }
    #Five {
    font-size: 32px;
    }    
}

@media(max-width:340px){
    #main_hub {
    margin-top: 18%; 
    }
    #Five {
    font-size: 30px;
    }    
}


@media(max-width:1250px){
    .halfwidthcontainer p {
    padding-right: 630px; 
    }   
}

@media(max-width:990px) {
    .halfwidthcontainer {
    float: left;
    width: 100%;
    }
    .halfwidthcontainer p {
    padding-right: 40px;
    }
    #main_hub {
        width: 100%;
    }
}

@media(max-width:470px) {
    #Four {
    margin-top: 28px; 
    margin-left: 45px; 
    font-size: 35px;
    }
    .halfwidthcontainer p {
    margin-top: 75px; 
    margin-left: 50px; 
    padding-right: 25px; 
    font-size: 15px; 
    position: absolute; 
    z-index: 5; 
    font-weight: 200;
    }
}





@media(max-width:430px) {
    .intro-message {
    font-size: 9px;
    }
    .intro-message h2 {
    margin-top: 16px;
    }
    .intro-message h3 {
    margin-top: -13px;
    }
}

@media(max-width:315px) {
.navbar-brand>img {
    margin-top: -49px;
    }
.navbar-brand {
    height: 0px;
    margin-left: -15px;
    }
.container>.navbar-header {
    margin-left: 0px;
    }
}

footer {
    background-color: #26272c;
    padding-top: 60px;
    font-weight: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}