﻿
body {
    background: #000;
    background: linear-gradient(90deg, #eee, #eee 255px, #000 255px);
}

section {
    margin-left: 256px;
    max-width: none;
}


#banner {
    background: #ccc;
    background: 
        linear-gradient(90deg, #800, #000) no-repeat left bottom,
        #fff;
    background-size: 100% 32px;
    border-bottom: 1px solid #000;
    display: block;
    height: 400px;
    position: relative;
}

    #catchPhrase {
        font: italic 32px/40px Georgia, serif;
        left: 88px;
        text-indent: -32px;
        margin-right: 16px;
        max-width: 500px;
        position: absolute;
        text-shadow: 0 0 15px #fff;
        top: 64px;
        z-index: 5;
    }
    #honeycomb {
        /*height: 480px;*/
        position: absolute;
        right: 0;
        top: -39px;
        width: 609px;
        z-index: 3;
    }


#services {
    background: #000;
    color: #fff;
    padding: 16px 0;
    text-align: center;
}

    #services .caption {
        box-sizing: border-box;
        display: block;
        margin: 0 auto;
        max-width: 240px;
        padding: 0 8px;
        text-align: center;
    }

    #services a {
        color: inherit;
        text-decoration: none;
    }
        #services a:hover {
            text-decoration: underline;
        }
    #services img {
        background: #fff;
        display: block;
        margin: 0 auto 4px auto;
        padding: 4px;
        height: 100px;
        width: 100px;
    }
    #services li {
        display: inline-block;
        height: 160px;
        margin: 16px 0;
        vertical-align: top;
        min-width: 130px;
        width: 20%;
    }
    #services ul {
        max-width: 100%;
    }


/* Responsive - Move honeycomb back if screen size isn't extra large */

@media screen and (max-width: 1480px) {
    #banner {
        background: 
            url('/_assets/images/banner.png') no-repeat top -39px right,
            linear-gradient(90deg, #800, #000) no-repeat left bottom,
            #fff;
        background-size: 609px 480px, 100% 32px;
    }
    #honeycomb {
        display: none;
    }
}


/* Responsive - Start resizing honeycomb below this screen size */

@media screen and (max-width: 1200px) {
    #banner {
        background-size: 50.75vw, 100% 32px;
        height: 33.3333vw;
    }
}


/* Responsive - Medium screen size */

@media screen and (max-width: 910px) {
    body {
        background: #000;
    }
    section {
        margin-left: 0;
    }
    #banner {
        background-size: 461.825px, 100% 32px;
        height: 303.333px;
    }
}


/* Responsive - Small screen size */

@media screen and (max-width: 680px) {
    #banner {
        background: 
            linear-gradient(90deg, #800, #000) no-repeat left bottom,
            #fff;
        background-size: 100% 32px;
    }
    #services li {
        margin: 16px 0;
    }
}


/* Responsive - Smaller screen size */

@media screen and (max-width: 384px) {
    #catchPhrase {
        left: 22.9167vw;
        top: 16.6667vw;
    }
}
