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

body {
    font-family: 'Roboto', sans-serif; //font-family: "Open Sans", Helvetica Neue, Helvetica,Arial,sans-serif;
    color: #000;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    font-family: 'Oswald', sans-serif; //font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #449D44;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: 'Playfair Display', serif; //font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom i{
    color:#fff !important;
}
.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff !important;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
    border-radius: 5px;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
    border-radius: 5px;
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 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-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #fff;
    }
}

.intro{
    display: table;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat top;
    background-color: #fff;
}

.contact {
    display: table;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    background: url(../img/contact-bg.jpg) no-repeat top;
    background-color: #fff;
}

.leadership {
    display: table;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    background: url(../img/leadership-bg.jpg) no-repeat top;
    background-color: #fff;
}

.intro .intro-body, .contact .contact-body, .leadership .leadership-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading, .contact .contact-body .brand-heading, .leadership .leadership-body .brand-heading {
    font-size: 40px;
    padding: 100px 0;
}

.intro .intro-body .intro-text, .contact .contact-body .intro-text, .leadership .leadership-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro, .contact {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading, .contact .contact-body .brand-heading, .leadership .leadership-body .brand-heading {
        font-size: 60px;
    }

    .intro .intro-body .intro-text, .contact .contact-body .intro-text, .leadership .leadership-body .intro-text {
        font-size: 26px;
    }
}

.content-section {
    padding-top: 50px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 50px;
    }
}


footer {
    padding: 50px 0;
}

@media(min-width:1280px) {
    footer {
        padding: 250px 0 50px 0;
    }    
}

footer p {
    margin: 0;
    font-size: 12px;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
