/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-size: 100%;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    padding-top: 120px;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }

    .navbar-nav {
        margin-top: 49px;
    }
}

@media(max-width:767px) {
    body {
        padding-top: 50px;
    }

    .navbar-default {
        border-bottom: solid 1px #ddd !important;
    }

    .navbar-brand {
        height: auto !important;
        padding: 5px 10px !important;
    }

    .navbar-brand img {
        width: 70px;
        height: 50px;
    }

    .navbar-brand span {
        font-size: 1em !important;
        margin: 15px 0 0 15px !important;
    }

    .navbar-nav {
        margin-top: 13px;
    }
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Light.eot');
    src: local('☺'), url('../fonts/Oswald-Light.woff') format('woff'),
        url('../fonts/Oswald-Light.ttf') format('truetype'),
        url('../fonts/Oswald-Light#webfontPttmTjhw') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.eot');
    src: local('☺'), url('../fonts/Oswald-Regular.woff') format('woff'),
        url('../fonts/Oswald-Regular.ttf') format('truetype'),
        url('../fonts/Oswald-Regular#webfontPttmTjhw') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.eot');
    src: local('☺'), url('../fonts/Oswald-Bold.woff') format('woff'),
        url('../fonts/Oswald-Bold.ttf') format('truetype'),
        url('../fonts/Oswald-Bold#webfontPttmTjhw') format('svg');
    font-weight: 700;
    font-style: normal;
}

h1 {
    font-family: Oswald, "Open Sans", sans-serif;
    font-size: 4em;
    color: #000080;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 1em 0;
    line-height: 1.1;
    text-align: center;
}

p {
    font-size: 2em;
}

.nav {
    font-family: Oswald, "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 2em;
    color: #42B3E5;
    text-transform: uppercase;
}

.nav > li > a {
    padding: 5px 25px;
}

.navbar {
    margin-bottom: 0;
    background-color: #f7f8f8;
}

.navbar-toggle {
    margin-top: 15px;
}

.navbar-nav > li {
    text-align: center;
}

.navbar-brand {
    height: 125px;
}

.navbar-brand img {
    float: left;
}

.navbar-brand span {
    display: block;
    float: left;
    font-family: "Segoe Script", Helvetica, Arial, sans-serif;
    font-size: 1.0em;
    color: #bcbdbd;
    margin: 40px 0 0 30px;
}

.navbar-default {
    border-bottom: solid 4px #2a66a2;
}

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

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    border-bottom: solid 2px #2a66a2;
    color: #000080;
}


.navbar-shrink {
    border-bottom: solid 1px #ddd;
}

.navbar-shrink .navbar-brand {
    height: auto;
    padding: 5px 10px;
}

.navbar-shrink .navbar-brand img {
    width: 70px;
    height: 50px;
}

.navbar-shrink .navbar-brand span {
    font-size: 0.8em;
    margin: 15px 0 0 15px;
}

.navbar-shrink .navbar-nav {
    margin-top: 13px;
}


/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro-section {
    padding: 0;
}

.mission-section {
    padding: 150px 0 120px 0;
    background: #000080;
    color: #fff;
}

.about-section {
    padding: 150px 0 120px 0;
    background: #fff;
}

.contact-section {
    padding: 150px 0 120px 0;
    background: #000080;
    color: #fff;
}

.mission-section h1,
.contact-section h1 {
    color: #fff;
}

footer p {
    padding: 40px 0;
    text-align: center;
    font-size: 1.5em;
    font-weight: 300;
    margin: 0;
}

#contact h4 {
    font-family: Oswald, "Open Sans", sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 400;
    margin: 2em 0;
    padding-bottom: 0.5em;
    border-bottom: 1px ridge #C4DDF8;
}

#contact ul {
    margin: 0;
    padding: 0;
    font-family: Oswald, "Open Sans", sans-serif;
}

#contact li {
    list-style: none;
    padding: 7px 0;
}

#contact ul label {
    font-size: 1.7em;
    font-weight: 400;
}


#contact ul small {
    font-size: 1.7em;
    font-weight: 300;
}

#contact ul .glyphicon {
    font-size: 1.8em;
    margin-right: 10px;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 14px;
    right: 3%;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url("../img/to-top1.png") no-repeat 0px 0px;
}

#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
