@media (min-width: 576px) {
    
    #contentWrap .hero {
        padding-top: 20%;
    }
    
    #contentWrap .tagline {
        top: 75%;
        padding-right: 40px;
    }
    
    #contentWrap .tagline h1 {
        font-size: 20px; 
    }
    
    .home_name {
        left: 35%;
        width: 30%;
        max-width: 200px;
    }

    .caseDetails .visit_site {
        text-align: right;
    }

    .portfolio_details .original-size img{
        width: auto;
        max-width: 100%;
        margin: auto;
    }

    .inner.ocean header .headerWrap img.pagetitle {
        width: 80%;
        margin-top: 30px;
    }

    .case {
        margin-top: 0;
    }

    .case.alt {
        margin-top: 40px;
    }

    #bottom {
        padding-top: 30px;
    }

    #contentWrap .intro {
        padding: 50px 10px;
    }

    .case .caseWrap .caption::before {
        width: 160%;
    }

    .case {
        height: 320px;
    }
    
}


@media (min-width: 768px) {
    
    #contentWrap .hero {
        position: relative;
        height: 75vh;
        padding-top: 20%;
    }
    
    #contentWrap .tagline {
        letter-spacing: 18px;
        top: 80%;
    }
    
    nav ul{
        width: 70%;
    }
    
    nav#stickyNav.stick ul{
        padding-top: 0px;
        float: right;
    }
    
    .home_name {
        top: 0;
        left: 0;
        width: 20%;
        max-width: 250px;
    }
    
    .clients_loop .client .client_logo {
        width: 25%;
        height: auto;
        padding: 0 20px;
    }
    
    .home_contact {
        margin: 50px 0;
    }

    #bottom {
        padding-top: 100px;
    }
    
    .inner header {
        height: 400px;
        background: url('../images/barracudas.jpg') no-repeat fixed;
        background-size: 100%;
        text-align: center;
    }
    
    .inner header .headerWrap img.pagetitle {
        width: 60%;
        margin-top: 30px;
    }
    
    .inner.ocean header {
        background: url('../images/turtle.jpg') no-repeat fixed top right;
        background-size: 100%;
    }

    .inner.contact header {
        background: url('../images/nudie.jpg') no-repeat fixed;
        background-size: 100%;
    }

    #imageGallery .ocean_img {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 250px;
        overflow: hidden;
        margin-bottom: 16px;
    }

    #imageGallery img{
        height: 100%;
        width: auto;
    }

    .inner.contact .home_contact {
        margin: 0 0 50px 0;
    }
    
}

@media (min-width: 870px) {
    #contentWrap .hero {
        padding-top: 10%;
    } 

    .case {
        height: 350px;
    }


}

@media (min-width: 992px) {
    
     #contentWrap .hero {
        position: relative;
        height: auto;
        padding-top: 0px;
    }
    
    #contentWrap .tagline {
        padding-right: 85px;
        letter-spacing: 18px;
        top: 60%;
    }
    
    #contentWrap .tagline h1 {
        font-size: 22px; 
    }
    
    nav#stickyNav.stick ul{
        float: none;
    }
    
    .clients_loop .client .client_logo {
        padding: 0 40px;
    }
    
    .inner header {
        height: 460px;
    }
    
    .inner header .headerWrap img.pagetitle {
        width: 50%;
        margin-top: 30px;
    }

    .inner.ocean header .headerWrap img.pagetitle {
        width: 55%;
        margin-top: 60px;
    }

    .inner.contact header .headerWrap img.pagetitle {
        margin-top: 80px;
    }
    
    .inner.ocean header {
        background: url('../images/turtle.jpg') no-repeat fixed;
        background-size: 100%;
    }

    .caseimages .canvas {
        padding: 60px;
    }

    .portfolio_details .banner {
        margin: 20px 0 50px;
    }

    .portfolio_details .banner {
        height: 250px;
    }

    .case_portfolio {
        margin-bottom: 60px;
    }

    .case .caseWrap {
        align-items: center;
    }

    .case .caseWrap .caption::before {
        width: 188%;
    }

    #imageGallery .ocean_img {
        height: 350px;
    }

    .details-table .item {
        display: flex;
        padding: 10px 0;
        border-bottom: 1px #394961 solid;
    }
    
    .details-table .item:last-child{
        border-bottom: 0;
    }
    
    .details-table .subject {
        width: 22%;
        color: #ccc;
    }
    
    .details-table .value {
        width: 78%;
    }



}


@media (min-width: 1200px) {
    
    #contentWrap .hero {
        position: relative;
        height: auto;
        padding-top: 0px;
    }
    
    #contentWrap .tagline {
        padding-right: 85px;
        letter-spacing: 18px;
        top: 60%;
    }
    
    #contentWrap .tagline h1 {
        font-size: 22px; 
    }

    #contentWrap .intro {
        padding: 50px 30px;
    }
    
    .case {
        height: 400px;
    }

    #imageGallery .ocean_img {
        height: 400px;
    }
    

}