/*** BODY ***/
body {
    position: relative;
}
.bottom-nav-wrapper {
    border-top: none !important;
}

/*** HEADINGS ***/
h1 {
    font-size: 37px;  
}

/*** COASTLINE WRAPPER ***/
#coastline-wrapper {
    min-height: 90vh;
    position: relative;
    background: #000;
    padding-left: 0;
    padding-right: 0;
}
/* >> Coastline - Video Container */
#coastline-wrapper .video-container {
    height: max(488px, 65vh);
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#coastline-wrapper .video-container video {
    width: 100%;
    height: max(488px, 65vh);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    position: absolute;
    top: 0;
    left: 0;
}
/* >> Coastline Video - Text Overlay */
#coastline-wrapper .text-overlay {
    color: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 23vh;
    text-align: center;
    z-index: 10;
    max-width: 800px;
}
#coastline-wrapper .text-overlay > span {
    font-size: 20px;
    display: block;
    margin-top: 25px;
    letter-spacing: 5px;
}
#coastline-wrapper .text-overlay h1 {
    font-size: 80px;  
    letter-spacing: 14px;
    margin-bottom: 15px;
    font-weight: 500 !important;
    color: #fff;
    margin: 0;
}
#coastline-wrapper .text-overlay > span.expanded {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 25px;
    font-size: 18px;
    font-weight: 500;
}
/* >> Coastline - Text Container */
#coastline-wrapper .container {
    min-height: 25vh;
}
#coastline-wrapper .container .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: max(225px, 25vh);
    padding: 30px 15px;
}
#coastline-wrapper .container p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
}
#coastline-wrapper .container .button-wrapper {
    text-align: center;
}
#coastline-wrapper .container a.mlkn-button {
    border: 1px solid #fff;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    width: 310px;
}
#coastline-wrapper .container a.mlkn-button:last-of-type {
    margin-left: 15px;
}
/* >> Modular Landscapes - Media Queries */
@media only screen and (max-width: 991px) {
    #coastline-wrapper {
        height: auto;
        min-height: 85vh;
    }
    #coastline-wrapper .container,
    #coastline-wrapper .container .content-wrapper {
        height: auto;
        min-height: 25vh;
    }
    #coastline-wrapper .container p {
        padding-bottom: 0;
        font-size: 16px;
    }
    #coastline-wrapper .container a.mlkn-button,
    #coastline-wrapper .container a.mlkn-button:last-of-type {
        display: block;
        margin: 15px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    #coastline-wrapper .text-overlay {
        width: 100%;
    }
    #coastline-wrapper .text-overlay h1 {
        font-size: 60px;
        letter-spacing: 10px;
    }
}
@media only screen and (max-width: 500px) {
    #coastline-wrapper .text-overlay > span.expanded {
        font-size: 15px;
        letter-spacing: 3px;
    }
    #coastline-wrapper .text-overlay h1 {
        font-size: 45px;
    }
    #coastline-wrapper .container a.mlkn-button {
        font-size: 15px;
        width: 100%;
    }
}
/* >> Coastline - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #coastline-wrapper .video-container,
    #coastline-wrapper .video-container video {
        height: 65vh;
    }
    #coastline-wrapper .text-overlay > span.expanded {
        font-size: 25px;
    }
    #coastline-wrapper .text-overlay h1 {
        font-size: 110px;
    }
    #coastline-wrapper .container,
    #coastline-wrapper .container .content-wrapper {
        height: 25vh;
    }
    #coastline-wrapper .container p {
        font-size: 25px;
    }
    #coastline-wrapper .container a.mlkn-button {
        font-size: 20px;
        width: 400px;
    }
}
/* >> Coastline - iPhone 5, 5C, 5S, SE */
@media only screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    #coastline-wrapper .text-overlay h1 {
        font-size: 40px;
        letter-spacing: 7px;
    }
}

/*** CREATIVE COLLECTIVE ***/
#creative-collective-wrapper {
    height: 300px;
    background-image: url('/-/media/a6c6870301ef4488bdaab8915eb06dde.ashx');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
}
/* >> Creative Collective - Image */
#creative-collective-wrapper img {
    width: 200px;  
    margin-top: 40px;
}
/* >> Creative Collective - Button */
#creative-collective-wrapper a.mlkn-button {
    background: #036;
    border: 1px solid #036;
    text-align: center;
    margin-top: 135px;
    width: 300px;
    color: #fff;
    font-weight: 500 !important;
}
/* >> Creative Collective - Media Queries */
@media only screen and (max-width: 767px) {
    #creative-collective-wrapper .row > div:first-of-type {
        text-align: center;  
    }
    #creative-collective-wrapper .row > div:first-of-type img {
        margin: 20px auto 0;  
        width: 150px;
    }
    #creative-collective-wrapper a.mlkn-button {
        display: block;
        margin: 30px auto 0;
    }
}
@media only screen and (max-width: 500px) {
    #creative-collective-wrapper a.mlkn-button {
        width: 100%;
    }
}
/* >> Creative Collective - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #creative-collective-wrapper a.mlkn-button {
        font-size: 20px;
    }
}

/*** SUSTAINABILITY OVERVIEW ***/
#sustainability-overview-wrapper {
    background: #322F30;
    position: relative;
}
#sustainability-overview-wrapper .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
#sustainability-overview-wrapper [class^="col"] {
    padding-left: 30px;
    padding-right: 30px;
}
/* >> Sustainability Overview - Content */
#sustainability-overview-wrapper h2,
#sustainability-overview-wrapper p {
    color: #fff;
}
#sustainability-overview-wrapper h2 {
    text-transform: none;  
}
#sustainability-overview-wrapper [class^="col"] {
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: max(295px, calc(100vh / 3));
}
/* >> Sustainability Overview - Image */
#sustainability-overview-wrapper img {
    width: 100%;
}
/* >> Sustainability Overview - Media Queries */

/* >> Sustainability Overview - iMac 4K */
@media only screen and (min-width: 2500px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    #sustainability-overview-wrapper h2 {
        font-size: 32px; 
    }
    #sustainability-overview-wrapper p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    #sustainability-overview-wrapper [class^="col"] {
        height: auto;
    }
}