html, body {
    background-color: white;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;

}

a img {
    text-decoration: none;
}

.feature {
    background-color: white;
    background-image: url('images/banner_home.jpg');
    background-position: center center;
    background-size: cover;
    height: 75%;
    width: 100%;
    min-height: 500px;
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
}

.menufeature {
    background-color: white;
    background-image: url('images/room_banner.jpg');
    background-position: center center;
    background-size: cover;
    height: 25%;
    width: 100%;
    min-height: 400px;
    position: relative;
    margin: 0;
    padding: 0;
}

.locationfeature {
    background-color: white;
    background-image: url('images/door_banner.jpg');
    background-position: center center;
    background-size: cover;
    height: 25%;
    width: 100%;
    min-height: 400px;
    position: relative;
    margin: 0;
    padding: 0;
}


.aboutfeature {
    background-color: white;
    background-image: url('images/about_banner.jpg');
    background-position: center center;
    background-size: cover;
    height: 25%;
    width: 100%;
    min-height: 400px;
    position: relative;
    margin: 0;
    padding: 0;
}



.feature:before, .feature:after {
    content:'';
    position: absolute;
    width: 50%;
    border-bottom: 30px solid white;
    bottom: 0;
    overflow: hidden !important;
    margin: 0;
    padding: 0;
}

.feature:before {
    right: 0;
    height:20px;
    border-left: 30px solid transparent;
    z-index: 1000;
    margin: 0;
    padding: 0;
}


.feature:after {
    right: 50%;
    bottom:0;
    border-right: 30px solid transparent;
    z-index: 1000;
    margin: 0;
    padding: 0;
}


#logo {
    position: absolute;
    top: 55px;
    left: 55px;
}

.logo {
    float: left;
    margin-left: 55px;
    margin-top: 55px;
    margin-bottom: 0;
    margin-right: 0;
}

#nav {
    height: 70px;
    background-color: #ed1c24;
    width: 450px;
    float: right;
    position: relative;
    margin-right: 55px;
    margin-top: 65px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    z-index: 1000;
    box-shadow: 2px 2px 5px black;

}

#nav a {
    text-decoration: none;
    color: white;
    display: block;
}

#nav a:hover {
    color: black;
}

#nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#nav ul li {
    display: inline-block;
    padding: 0px;
    float: left;
    height: 70px;
    line-height: 70px;
    width: 33%;
    text-align: center;
}

#caption {

    background-color: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
}

#subcaption {

    background-color: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
}

.text-box {
    margin-left: 55px;
    color: white;
    margin-top: 55px;
    margin-bottom: 75px;
    text-shadow: 2px 2px 15px black;
}

.subtext-box {
    margin-left: 55px;
    color: white;
    margin-top: 15px;
    margin-bottom: 25px;
    text-shadow: 2px 2px 15px black;
}

#caption .text-box h1 {
    color: white;
    font-size: 60px;
    font-weight: 100;
    line-height: 80px;
    margin: 0;
    padding: 0;
}

#caption .text-box h2 {
    color: white;
    font-size: 20px;
    font-weight: 100;
    margin: 0;
    padding: 0;
}

#subcaption .subtext-box h1 {
    color: white;
    font-size: 60px;
    font-weight: 100;
    line-height: 80px;
    margin: 0;
    padding: 0;
    text-shadow: 3px 3px 15px black;
}

#subcaption .subtext-box h2 {
    color: white;
    font-size: 20px;
    font-weight: 100;
    margin: 0;
    padding: 0;
}

.push {
    clear: both;
}

.left-box {
    width: 450px;
    position: relative;
    float: left;
    margin-left: 55px;
}

.right-box {
    width: 550px;
    position: relative;
    float: right;
    margin-right: 55px;
}

.right-box, .left-box {
    margin-top: 75px;
}

.right-box img, .left-box img {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}

.right-box h1, .left-box h1 {
    font-size: 40px;
    color: black;
    font-weight: 100;
    margin-top: 0;
    text-align: center;
}

.right-box h3, .left-box h3 {
    font-size: 20px;
    color: black;
    font-weight: 100;
}

#wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    display: block;

}

.linkbutton {
    background-color: black;
    width: 250px;
    color: white;
    font-weight: 100;
    text-align: center;
    line-height: 55px;
    display: block;
    margin: 55px auto;
}

.linkbutton a {
    text-decoration: none;
    color: white;
}

.linkbutton:hover {
    background-color: grey;
}

.spacer_top {
    margin-top: 115px;
}

#footer-wrapper {
    width: 100%;
    margin: 85px 0 0 0;
    background-color: black;
    position: relative;
    color: white;
    padding: 55px 0 !important;
}

#footer {
    max-width: 1400px;
    width: 100%;
    display: block;
    margin: 0px auto;
    position: relative;
}

#footer-wrapper .right-box {
    float: right;
    width: 550px;
    color: white;
    font-weight: 100;
    margin-right: 55px;
}

#footer-wrapper .right-box h1 {
    font-size: 40px;
    color: white;
    text-align: left !important;
}

#footer-wrapper .right-box h3 {
    font-size: 20px;
    color: white;
}

#footer-wrapper .right-box h5 {
    font-size: 12px;
    color: white;
    font-weight: 100;
}

#footer-wrapper .right-box h5 a{
    text-decoration: none;
    color: white;
}

.map {
    margin-left: 55px;
}

#copyright {
    width: 100%;
    background-color: white;
    position: relative;
    text-align: center;
    color: black;
    font-size: 12px;
    padding: 10px 0;
}

#mobilenav {
    display: none;
}


.menu-header {
    margin-left: 8%;
    font-weight: 100;
    font-size: 40px;
}

.menu-subline {
    font-size: 25px;
    width: 55%;
    max-width: 700px;
}

.menu-column {
    float: left;
    margin-left: 8%;
    position: relative;
    width: 25%;

}

.menu-column h2 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}


.menu-column h3 {
    font-size: 16px;
    font-weight: 100;
}

.wide {
    width: 55%;
    max-width: 750px;
}

#submobilenav {
    display: none;
}

.blocktext {
    float: left;
    margin-left: 8%;
    font-weight: 100;
    font-size: 16px;
    width: 55%;
    max-width: 700px;
    clear: both;
}


/*  --------------------------------------------------------
    MOBILE STYLES START HERE
----------------------------------------------------------- */

@media screen and (max-width: 1125px) {
    .logo {
        margin: 0px auto;
        display: block;
        float: none;
        width: 50%;
        max-width: 350px;
    }

    #nav {
        margin-top: 10px;
        width: 100%;
        margin-right: 0px;
        font-size: 12px;
        line-height: 12px;

    }

    .left-box {
        width: 80%;
        margin: 40px auto;
        padding: 0;
        display: block;
        clear: both;
        float: none;

    }

    .right-box {
        width: 80%;
        margin: 40px auto;
        padding: 0;
        float: none;
        clear: both;
        display: block;
    }

    .hide {
        display: none;
    }

    .linkbutton {
        margin: 0 auto;
    }

    .text-box {
        margin: 0;
        width: 100%;
        padding: 0;
    }

    #caption .text-box h1 {
        font-size: 40px;
        line-height: 40px;
        text-align: center;
    }

    #caption .text-box h2 {
        font-size: 12px;
        display: none;
    }

    #caption {
        /* display: none; */
        position: absolute;
        bottom: 30px;
        padding: 25px 0;
        width: 100%;
        vertical-align: bottom;
    }



    .feature {
        display: none;
    }

    .subfeature {
        display: none;
    }

    #mobilenav {
        display: block;
        position: relative;
        height: 90%;
        min-height: 400px;
        padding-top: 15px;
        background-image: url('images/banner_home.jpg');
        background-position: center center;
        background-size: cover;
    }

    #submobilenav {
        display: block;
        position: relative;
        height: 50%;
        min-height: 300px;
        padding-top: 15px;
        background-image: url('images/banner_home.jpg');
        background-position: center center;
        background-size: cover;
    }

    #mobile-banner {
        position: absolute;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        width: 100%;
        color: white;
        padding: 15px 0;
        text-shadow: 2px 2px 10px black;
    }

    #mobile-banner h1 {
        text-align: center;
        font-size: 25px;
        line-height: 25px;
        margin: 0;
        padding: 0;
    }

    #mobile-banner h2 {
        font-size: 16px;
        color: white;
        font-weight: 100;
        text-align: center;
        line-height: 20px;
    }

    #footer-wrapper {
        padding-top: 25px !important;
    }


    #footer-wrapper #footer .right-box {
        width: 100%;
        float: none;
        clear: both;
        text-align: center;
    }

    #footer-wrapper #footer .right-box h1 {
        text-align: center !important;
        display: block;
    }

    #footer-wrapper #footer .right-box h1 a {
        text-decoration: none;
        color: white;
    }

    #footer-wrapper #footer .map {
        float: none;
        display: block;
        margin: 0 auto;
        max-width: 90%;
    }

    #wrapper .left-box h1, #wrapper .right-box h1 {
        font-size: 25px;
    }

    #wrapper .left-box h3, #wrapper .right-box h3 {
        font-size: 16px;
    }

    .menu-column {
        width: 80%;
        text-align: center;
        margin: 0 auto !important;
        display: block !important;
        float: none;
    }

    .menu-header {
        width: 80%;
        margin: 40px auto 0 auto;
        text-align: center;
        display: block;
        clear: both;
        float: none;
        font-size: 25px;
    }

    .menu-subline {
        font-size: 16px;
    }


    .menufeature {
        display: none;
    }

    .menu-subline {
        margin-top: 20px;
    }

    .locationfeature {
        display: none;
    }

    .aboutfeature {
        display: none;
    }

    .wide {
        width: 100%;
    }

    .blocktext {
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 100%;
        float: none;
        margin-top: 10px;
    }


}
