/*
 * Breeze Landing page. Based on:
 *
 * 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%;
    height: 100%;
}

.navbar-static-top {
    position: absolute;
    width: 100%;
    margin-top: 37px;
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}

.navbar-brand {
    background-image: url("../images/breeze_logo.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 178px;
    height: 34px;
    margin-top: 10px;
    text-indent: -999px;
    overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .navbar-brand {
        background-image: url("../images/breeze_logo_2x.png");
        background-size: 178px 34px;
    }
}

.navbar-default.topnav .navbar-nav > li > a {
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
}

.navbar-default.topnav .navbar-toggle .icon-bar {
    width: 28px;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
}

.navbar-default.topnav .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

.intro-header {
    position: relative;
    text-align: center;
    background: url("../images/bg-header.jpg") no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 210px;
    padding-bottom: 175px;
    color: #fff;
}

.intro-message p {
    margin-bottom: 2em;
}

h1 {
    color: #fff;
    font-family: gotham-rounded, sans-serif;
    font-weight: 400;
    font-size: 48px;
}

h1 strong {
    font-weight: 500;
}

h2 {
    font-family: gotham-rounded, sans-serif;
    font-weight: 400;
    font-size: 32px;
    color: #37474f;
}

.lead {
    color: #92a6b0;
}

.intro-message .lead {
    max-width: 730px;
    margin: 30px auto 20px auto;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
}

.text .lead {
    font-family: 'Nunito Sans', 'Roboto', sans-serif;
    font-size: 20px;
}

.main-cta {
    padding: 20px 90px 18px 90px;
    background-color: #5bd063;
    border-radius: 50px;
    font-family: gotham-rounded, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
}

.but-wait-theres-more {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -38px;
}

.but-wait-theres-more img {
    max-width: 77px;
    height: auto;
}

.content-section-a {
    padding: 160px 0;
    background: #fff url("../images/bg-section-1.png") center bottom no-repeat;
    background-size: cover;
}

.content-section-a .row-1 {
    margin-bottom: 200px;
}

.content-section-a .text {
    margin-top: 25%;
}

.content-section-b {
    padding-top: 160px;
    background: rgb(86,197,209);
    background: -moz-linear-gradient(top, rgba(86,197,209,1) 0%, rgba(115,195,222,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,197,209,1)), color-stop(100%,rgba(115,195,222,1)));
    background: -webkit-linear-gradient(top, rgba(86,197,209,1) 0%,rgba(115,195,222,1) 100%);
    background: -o-linear-gradient(top, rgba(86,197,209,1) 0%,rgba(115,195,222,1) 100%);
    background: -ms-linear-gradient(top, rgba(86,197,209,1) 0%,rgba(115,195,222,1) 100%);
    background: linear-gradient(to bottom, rgba(86,197,209,1) 0%,rgba(115,195,222,1) 100%);
    color: #fff;
}

.content-section-b .text {
    margin-top: 4%;
}

.container-fluid {
    overflow: hidden;
}

.content-section-b h2 {
    color: #fff;
}

.content-section-b .lead {
    color: #fff;
}

.content-section-c {
    padding-top: 150px;
}

.content-section-c .text {
    margin-top: 8%;
}

.banner {
    padding: 100px 0;
    text-align: center;
    background: url(../images/bg-footer.jpg) no-repeat center center;
    background-size: cover;
    color: #f8f8f8;
}

.banner .main-cta {
    margin: 20px 0;
}

footer {
    padding: 40px 0;
    background-color: #5bc5d0;
}

footer .logo {
    width: 102px;
    height: auto;
}


@media(max-width: 992px) {
    .content-section-b, .content-section-c {
        padding-top: 80px;
    }

    .content-section-b .text {
        margin-top: 0;
    }
}

@media(max-width:767px) {
    .navbar-brand {
        margin-left: 25px;
    }

    .navbar-collapse {
        position: absolute;
        right: 40px;
        width: 240px;
        text-align: right;
        background-color: #fff;
    }

    .navbar-default.topnav .navbar-nav > li > a {
        color: #5bc5d0;
    }

    .intro-message {
        padding-top: 140px;
        padding-bottom: 90px;
    }

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

    .content-section-a {
        padding: 40px 0;
    }

    .content-section-a .row-1 {
        margin-bottom: 40px;
    }

    .content-section-b {
        padding-top: 40px;
    }

    .content-section-c {
        padding-top: 40px;
    }

    .banner {
        padding: 60px 0;
    }

    .content-section-a .text, .content-section-b .text, .content-section-c .text {
        margin-top: 0;
        text-align: left;
    }

    .lead {
        font-size: 22px;
        margin-bottom: 40px;
    }

    footer {
        text-align: center;
    }

}

@media(max-width: 540px) {
    .navbar-static-top {
        margin-top: 11px;
    }

    .navbar-brand {
        width: 102px;
        height: 21px;
        background-size: 102px 21px;
    }

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

    .intro-message {
        padding-top: 90px;
        padding-bottom: 50px;
    }
}

@media(max-width: 375px) {
    .main-cta {
        padding-left: 60px;
        padding-right: 60px;
    }
}