/*
Theme Name: Cashmere Child
description: Waunakee Rental - Cashmere
Template: cashmere-parent
Version: 1.0.0
Text Domain: cashmere-child
Author: BCW
*/

body, span, div, .navbar-default .navbar-nav>li>a {
    font-size: 18px;
}
h1{
    font-size: 38px;
}
h2{
    font-size: 32px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0px; 
}
.overlay {
    background: none;
    color: #fff;
    bottom: auto;
    top: calc(50% + 80px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0;
    font-size: 28px;
    position: absolute;
    min-width: 75%;
    text-align: center;
}
.overlay .btn{
    font-size: 24px;
}
.overlay .btn:hover {
    background-color: #000;
}
.navbar-default li.active a {
    color: #fff;
}
.image-gallery{
    padding: 20px 0;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}
.image-gallery .image{
    flex: 0 1 32%;
    min-height: 300px;
}
.image-gallery .image img{
    min-height: 300px;
    object-fit: cover;
}

.top-header {display: flex; align-items: center; justify-content: center;padding: 0 15px;}

#c2a .hours{
    white-space:nowrap;
}

@media screen and (max-width:1372px){
    .navbar-nav>li {float: none;display: inline-block; padding: 10px 5px;}
    .logo img {width:240px;}
    .navbar-default .navbar-nav>li>a { font-size: 16px;}
}
@media screen and (max-width:1200px){
    .logo img {width:300px;max-width:300px;}
    .navigation {width:62%;}
     .dropdown-menu {
        background: rgba(0, 0, 0, 0.7);}
}
@media screen and (max-width:991px){
     .navigation {width:auto;}   
}
