/*Custom Css*/
/*90817a*/
body{
    font-family: 'Libre Baskerville', serif;
    color: #90817a;
    text-align: center;
    background: url(Images/White_Wood_Background.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
}

.navbar-brand img{
    width: 4em;
    margin: 0 10px;
}

.navbar{
    background: #A9BBB7;
}


.jumbotron{
    background: url(Images/Clarkston_WA.jpg) center center;
    background-size: cover;
    height: 28em;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.jumbotron .fancy-font{
    margin-top: 40px;
    margin-bottom: -20px;
    font-size: 60px;
}
.jumbotron h1{
    font-size: 30px;
    margin: none;
}

.jumbo-logo{
    width: 20%;
    margin-bottom: 15px;
}
/*
.flipclock{
    background: #A9BBB7;
    border-radius: 5px;
    font-size: 54px;
    width: 75px;
    height: 95px;
    text-align: center;
    display:inline-block;
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.2);
}

.flipclock-tags{
    font-size: 20px;
    text-align: center;
    display:inline-block;
    margin-top: 130px;
    position: relative;
    z-index: 1;
    color: black;
    font-weight: bold;
    width:75px;
}

#flipclock-divider{
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin:0 7px;
    text-align: center;
    
}
*/

.body-img{
    width: 15em;
    margin: 10px;
}
#amenities-img{
    box-shadow: 20px 30px #a9bbb7;
}

.amenities h3{
    font-size: 40px;
    text-align: left;
    margin-left: 25px;
}
.amenities li{
    font-size: 15px;
    line-height: 2.2;
    text-align: left;
}


.apply-div{
    margin-top: 70px;
}
.apply-div h3{
    font-size: 50px;
    margin-bottom: 20px;
}

.cta-btn{
    background: #a9bbb7;
    color: #ffffff;
    margin: auto;
    margin-top: 20px;
}

.btn-sec{
    background: rgba(0,0,0,0.2);
    color: #f4f4f4;
}
.btn-sec:hover{
    background: rgba(0,0,0,0.5);
    color: #fff;
}

/*Gallery Page*/
.tab-bar{
    width: 100%;
    background-color: #a9bbb7;
    text-align: center;
    margin: auto;
    align-content: center;
}

.tab-bar .nav-link{
    color: #ffffff;
}

.tab-bar ul{
    margin-left: 50px;
}

.gallery-contain{
    position: relative;
}

.gallery-img{
    margin: 10px;
    width: 20em;
    height: 15em;
    display: inline-block;
}

.overlay{
    color: #fff;
    background: #000;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    opacity: 0;
    
}

.gallery-img:hover .overlay{
    opacity: 0.7;
}


footer{
    margin-top: 50px;
    background: #a9bbb7;
    color: #ffffff;
}

/*Floorplans*/
.fp-bgrd{
    width: 20em;
    height: 20em;
    border-radius: 10px;
}

.modal{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

#floorplan2{
    margin: 21.225px 0;
}
#floorplan3{
    margin: 35.265px 0;
}

/* 404 Page */
.err-btn{
    background: #a9bbb7;
    color: #fff !important;
    width: 140px;
    font-size: 20px;
    margin: 10px 0;
}

.err-btn:hover{
    background: #849994;
}

.page-not-found{
    padding: 0 10%;
}

.page-not-found p{
    margin-top: 10px;
    font-size: 22px;
}
.page-not-found h1{
    font-size: 60px;
}


/*Basic Classes*/
.white-text{
    color: #ffffff;
}

.offwhite-text{
    color: #f6f6f6f6
}

.row-centered{
    text-align: center;
    margin: auto;
    align-content: center;
}

.hidden-text{
    color: rgba(0,0,0,0);
}

.fancy-font{
    font-family: 'Allura', cursive;
}

.top-margin{
    margin-top: 100px;
}

.top-margin-xl{
    margin-top: 170px;
}

.all-padding{
    padding: 15px;
}

.margin-higher{
    margin-top: -30px;
}

.font-xs{
    font-size: 11px;
}

.font-sm{
    font-size: 18px;
}
.font-md{
    font-size: 30px;
}
.font-lg{
    font-size: 50px;
}

.font-xl{
    font-size: 70px;
}

.green-bgrd{
    background-color: #a9bbb7;
}

.img-sm{
    height:10em;
}

.img-md{
    width: 25em;
}

.img-full{
    width: 90%;
}



/*@media*/
@media (min-width: 992px){
    #amenities-img{
        width: 25em;
    }
}

@media (min-width: 575px) and (max-width: 992){
    
}

@media (max-width: 575px){
    .font-lg{
        font-size: 40px;
    }
    .amenities h3{
        margin-top: 50px;
    }
    .amenities h3, .amenities li{
        text-align: center;
        list-style: none;
        margin-left: -20px;
    }
    footer h3{
        font-size: 18px;
    }
}