/*
Theme Name: Lane Mendelsohn
Template: comely
Author: Keith Hatfield
Author URI: https://www.vantagepointsoftware.com
Description: Child theme for Lane Mendelsohn
Version: 1.0.0
Text Domain: comely
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, right-sidebar, custom-colors, custom-menu, editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
*/
#cover-image{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 20px 0;
    padding: 200px 5%;
}

.cover-text{
    color: #fff;
}
.cover-text h2{
    font-size: 5em;
    text-shadow: 2px 2px #666;
}

.cover-text > div{
    font-size: 2em;
    font-weight: bold;
    max-width: 600px;
    text-shadow: 2px 2px #666;
}

#seen-on{
    width: 100%;
    text-align: center;
    color: #ccc;
    margin: 0 0 75px 0;
}

#seen-on h3{
    margin: 0 auto;
    text-transform: uppercase;
}

#seen-on img{
    margin: 5px 20px;
    max-height: 50px;
}

.nav-site-logo{
    float: left;
    margin-right: 20px;
}

.nav-site-logo img{
    max-width: 250px;
}

li.menu-item{
    font-weight: bold;
}



@media screen and (max-width: 1024px){

    .nav-site-logo{
        position: fixed;
        left: 50%;
        transform: translate(-50%);
    }

    .nav-site-logo img{
        max-width: 200px;
        padding-top: 10px;
    }
}


@media screen and (max-width: 600px){
    #cover-image{
        padding: 150px 5%;
    }
    .cover-text h2{
        font-size: 4em;
        line-height: 1em;
    }

    #seen-on h3{
        font-size: 1.1em;
    }

    #seen-on img{
        max-height: 30px;
        margin: 5px;
    }

    .nav-site-logo{
        display: none;
    }

}







