@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro Bold';
    src: url('../fonts/GothamPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro Light';
    src: url('../fonts/GothamPro-Light.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Gotham Pro', sans-serif;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding-top: 45px;
}


.navbar-inverse {
    background-color: transparent;
    border: none !important;
    border-color: transparent;
}

.alt-nav {
    background-color: #000000;
    border-bottom: 1px solid #000000 !important;
}

.navbar-brand {
    margin-right: 50px;
}

.navbar-inverse .navbar-brand-light {
    display: block;
}

.navbar-inverse .navbar-brand-dark {
    display: none;
}

.alt-nav .navbar-brand-light {
    display: none;
}

.alt-nav .navbar-brand-dark {
    display: block;
}

.navbar-nav > li > a {
    padding-top: 52px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Gotham Pro';
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    margin-right: 20px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.alt-nav .navbar-nav > li > a {
    padding-top: 22px !important;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Gotham Pro';
    font-size: 14px;
    color: #ffffff !important;
    margin-right: 20px;
    font-weight: normal;
}

.alt-nav .navbar-brand {
    padding-top: 18px !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background: none;
}

/* Popups */

#overlay {
    display:none;    
    position:fixed;    
    _position:absolute; /* hack for internet explorer 6*/    
    height:100%;    
    width:100%;    
    top:0;    
    left:0;    
    background:#2c3e50;    
    z-index:10;
}

.popup {
    display: none;
    width: 528px;
    background-color: #ffffff;
    border-radius: 2px;
    z-index: 1111;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.5);
    padding: 0px 0px 0px 0px;
}

.popup-inner {
    padding: 20px 20px 20px 20px;
    font-family: 'Gotham Pro', sans-serif;
    font-size: 14px;
    color: #000000;
}

.popup-heading {
    background-color: #f0f0f0;
    height: 44px;
    border-radius: 0px 0px 0px 0px;
    background: #000000;
}

.popup-heading h2 {
    margin: 0px;
    padding: 15px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Gotham Pro', sans-serif;
    color: #ffffff;
}

.btn-primary, .btn-primary:hover {
    background-color: #82eeda;
    border-color: #82eeda;
    color: #222222;
    font-family: 'Gotham Pro', sans-serif;
}

/* Section 1 */

section.section-1 {
    background: #7be3d6 url("../img/green_section_1.jpg") no-repeat;
    min-height: 1052px;
    background-position: center bottom; 
    font-family: 'Gotham Pro', sans-serif;
    padding-top: 50px;

}

section.section-1 .text-container {
    padding-top: 230px;
}

section.section-1 h1 {
    font-family: 'Gotham Pro Bold';
    font-size: 100px;
    color: #32214b;
    letter-spacing: -2px;
    display: block;
    width: 600px;
}

section.section-1 h2 {
    font-family: 'Gotham Pro Bold';
    font-size: 32px;
    color: #32214b;
    letter-spacing: -2px;
    display: block;
    width: 600px;
    padding-bottom: 100px;
}

.btn-read-more {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Gotham Pro Bold';
    font-size: 14px;
    margin-left: 0px;
    width: 190px;
    text-transform: uppercase;
    padding-top: 35px;
    padding-bottom: 35px;
}

.store-button-top {
    margin-right: 15px;
}

.store-button-top img {
    height: 90px;
}

/* Section 2 */

section.section-2 {
    background: #ffffff url("../img/green_section_2.jpg") no-repeat;
    min-height: 1052px;
    background-position: center bottom; 
    font-size: 16px;
    color: #373737;
    font-family: 'Gotham Pro Light', sans-serif;
    padding-top: 100px;
    padding-bottom: 100px;

}

section.section-2 h2 {
    font-family: 'Gotham Pro Bold';
    font-size: 60px;
    color: #32214b;
    letter-spacing: -2px;
    text-align: center;
    padding-bottom: 50px;
}

section.section-2 span {
    font-size: 24px;
}

section.section-2 strong {
    font-family: 'Gotham Pro Bold';
}

section.section-2 h4 {
    font-size: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}

section.section-3 {
    background: #ffffff url("../img/green_section_3.jpg") no-repeat;
    min-height: 802px;
    background-position: center bottom; 
    font-size: 16px;
    color: #373737;
    font-family: 'Gotham Pro Light', sans-serif;
    padding-top: 150px;
    padding-bottom: 150px;

}

section.section-3 h1 {
    font-family: 'Gotham Pro Light';
    font-size: 60px;
    color: #000000;
    letter-spacing: -2px;
    text-align: center;
    padding-bottom: 50px;
}

section.section-3 h3 {
    font-family: 'Gotham Pro Light';
    font-size: 24px;
    color: #000000;

}

section.section-4 {
    background: #ffffff url("../img/green_section_4.jpg") no-repeat;
    min-height: 1082px;
    background-position: center bottom; 
    font-size: 16px;
    color: #373737;
    font-family: 'Gotham Pro Light', sans-serif;
    padding-top: 230px;
    padding-bottom: 150px;
}

section.section-4 h2 {
    font-family: 'Gotham Pro Light';
    font-size: 60px;
    color: #000000;
    letter-spacing: -2px;
    padding-bottom: 50px;
}

section.section-4 h4 {
    font-size: 24px;
}

section.section-5 {
    background: #82eeda;
    min-height: 160px;
    background-position: center bottom; 
    font-size: 16px;
    color: #373737;
    font-family: 'Gotham Pro Light', sans-serif;
    padding-top: 70px;

}

section.section-5 a, section.section-5 a:visited, section.section-5 a:active, section.section-5 a:hover {
    font-size: 22px;
    color: #000000;
    font-family: 'Gotham Pro Light', sans-serif;
}

section.section-6 {
    background: #000000;
    min-height: 200px;
    background-position: center bottom; 
    font-size: 13px;
    color: #ffffff;
    font-family: 'Gotham Pro Light', sans-serif;
    padding-top: 50px;
}

section.section-6 a, section.section-6 a:visited, section.section-6 a:active, section.section-6 a:hover {
    color: #ffffff;
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    #wrap {
        width: 100%;
    }
    #main-menu {
        display: none;
    }

    section.section-1 {
        min-height: 600px;
    }

    section.section-1 h1 {
        font-size: 40px;
        width: 100%;
    }

    section.section-1 h2 {
        font-size: 24px;
        max-width: 70%;
    }

    section.section-1 .text-container {
        padding: 100px 20px;
    }

    .mobile-text-center {
        text-align: center;
    }

    .btn-read-more {
        margin-left: 0px;
        margin-top: 20px;
    }

    section.section-2 {
        background-image: none;
        min-height: 600px;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    section.section-2 h2 {
        font-size: 24px;
        max-width: 100%;
    }

    section.section-2 span {
        font-size: 14px;
    }

    section.section-2 strong {
        font-family: 'Gotham Pro Bold';
    }

    section.section-2 img {
        margin-top: 20px;
    }

    section.section-2 h4 {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    section.section-3 {
        background-color: #7be3d6;
        min-height: 502px;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }

    section.section-3 h1 {
        font-size: 24px;
    }

    section.section-3 h3 {
        font-size: 16px;

    }

    section.section-4 {
        background-image: none;
        min-height: 682px;
        font-size: 14px;
        padding-top: 50px;
        padding-bottom: 80px;
    }

    section.section-4 h2 {
        font-size: 24px;
    }

    section.section-5 a, section.section-5 a:visited, section.section-5 a:active, section.section-5 a:hover {
        font-size: 14px;
        color: #000000;
        font-family: 'Gotham Pro Light', sans-serif;
    }

    section.section-6 img {
        width: 50%;
    }

    .popup {
        width: 100%;
    }

    .google-button {
        margin-top: 20px;
    }

}

/* phone landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
    .btn-read-more {
        margin-top: 0px;
    }

    section.section-2 img {
        margin-top: 20px;
    }

    .popup {
        width: 100%;
    }

    .google-button {
        margin-top: 0px;
    }
}


/* ipad portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
        #wrap {
        width: 100%;
    }
    #main-menu {
        display: none;
    }

    section.section-1 {
        min-height: 600px;
    }

    section.section-1 h1 {
        font-size: 40px;
        width: 100%;
    }

    section.section-1 h2 {
        font-size: 24px;
        max-width: 70%;
    }

    section.section-1 .text-container {
        padding: 100px 20px;
    }

    .mobile-text-center {
        text-align: center;
    }

    .btn-read-more {
        margin-left: 0px;
        margin-top: 0px;
    }

    section.section-2 {
        background-image: none;
        min-height: 600px;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    section.section-2 h2 {
        font-size: 24px;
        max-width: 100%;
    }

    section.section-2 span {
        font-size: 14px;
    }

    section.section-2 strong {
        font-family: 'Gotham Pro Bold';
    }

    section.section-2 img {
        margin-top: 20px;
    }

    section.section-2 h4 {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    section.section-3 {
        background-color: #7be3d6;
        min-height: 502px;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }

    section.section-3 h1 {
        font-size: 24px;
    }

    section.section-3 h3 {
        font-size: 16px;

    }

    section.section-4 {
        background-image: none;
        min-height: 682px;
        font-size: 14px;
        padding-top: 50px;
        padding-bottom: 80px;
    }

    section.section-4 h2 {
        font-size: 24px;
    }

    section.section-5 a, section.section-5 a:visited, section.section-5 a:active, section.section-5 a:hover {
        font-size: 14px;
        color: #000000;
        font-family: 'Gotham Pro Light', sans-serif;
    }

    section.section-6 img {
        width: 50%;
    }

    .popup {
        width: 100%;
    }

    .google-button {
        margin-top: 20px;
    }

}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
    #wrap {
        width: 100%;
    }
    #main-menu {
        display: none;
    }

    section.section-1 {
        min-height: 600px;
    }

    section.section-1 h1 {
        font-size: 40px;
        width: 100%;
    }

    section.section-1 h2 {
        font-size: 24px;
        max-width: 70%;
    }

    section.section-1 .text-container {
        padding: 100px 20px;
    }

    .mobile-text-center {
        text-align: center;
    }

    .btn-read-more {
        margin-left: 0px;
        margin-top: 20px;
    }

    section.section-2 {
        background-image: none;
        min-height: 600px;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    section.section-2 h2 {
        font-size: 24px;
        max-width: 100%;
    }

    section.section-2 span {
        font-size: 14px;
    }

    section.section-2 strong {
        font-family: 'Gotham Pro Bold';
    }

    section.section-2 img {
        margin-top: 20px;
    }

    section.section-2 h4 {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    section.section-3 {
        background-color: #7be3d6;
        min-height: 502px;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }

    section.section-3 h1 {
        font-size: 24px;
    }

    section.section-3 h3 {
        font-size: 16px;

    }

    section.section-4 {
        background-image: none;
        min-height: 682px;
        font-size: 14px;
        padding-top: 50px;
        padding-bottom: 80px;
    }

    section.section-4 h2 {
        font-size: 24px;
    }

    section.section-5 a, section.section-5 a:visited, section.section-5 a:active, section.section-5 a:hover {
        font-size: 14px;
        color: #000000;
        font-family: 'Gotham Pro Light', sans-serif;
    }

    section.section-6 img {
        width: 50%;
    }

    .popup {
        width: 100%;
    }

    .google-button {
        margin-top: 20px;
    }

}