html {
    overflow-x: hidden; 
}
  
body {
    background-image: url(../img/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    /* font-family: 'Lato', sans-serif; */
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
}
body:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: .8;
    z-index: -1;
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);
    background: linear-gradient(to right, #f5af19, #f12711); 
}
  
.container {
    margin: 0 auto;
    margin-top: 6rem;
    margin-bottom: 6rem;
    position: relative;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px; 
    max-width: 1024px;
}
header{
    
}
h1{
    font-family: "Sacramento", Arial, serif;
    color: #fff;
    font-weight: 400;
    font-size: 100px;
}
h2{
    font-family: "Sacramento", Arial, serif;
    font-weight: 400;
    font-size: 60px;
}
header .page-title{
    font-family: "Sacramento", Arial, serif;
    color: #f12711;
}
.hero{
    background-image: url(../img/hero.jpg);
    margin: 0 -12px;

    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}
/* .hero:after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .8;
    z-index: 100;
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);
    background: linear-gradient(to right, #f5af19, #f12711); 
} */
.hero h1{
    z-index: 200;
    position: relative;
}
.hero h1:before {
    content: "";
    left: 0;
    top: 0;
    bottom: -15px;
    width: 100%;
    /* height: 100%; */

    position: absolute;
    opacity: .8;
    z-index: -1;
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);
    background: linear-gradient(to right, #f5af19, #f12711); 
}
.hero p{
    z-index: 300;
    position: absolute;
    /* left: 0; */
    right: 50%;
    top: 160px;
    width: 45%;
    display:inline-block;
    /* background-color: rgba(0, 0, 0, 0.5); */
    color: #fff;
    /* text-align: left; */
    padding: 8px 40px;
}

.summary{
    font-size: 25px;
}
.summary .amenities{
    font-size: 18px;
}
.summary .amenities svg{
    width: 55px;
    height: 55px;
}

/* CALENDAR -----------------------------------------  */
.table-calendar{

}
.table-calendar th,
.table-calendar td{
    width: 14.28%;
}
.table-calendar td{
    border-right: solid 1px #eee;
}
.table-calendar td:last-child{
    border-right: none;
}
.table-calendar td .day{
    padding-left: 0.5rem;
}
.table-calendar td.today .day{
    color: #f12711;
}
.table-calendar td.month-prev,
.table-calendar td.month-next{
    color: #ccc;
}
.table-calendar td .day-events{
    position: relative;
    z-index: 100;
    height: 30px;
}
.table-calendar td .day-events.booking_mid{
    background-color: #f12711;
    margin-right: -1px; /* -1 to cover border right line */
}
.table-calendar td .day-events.booking_end::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 45%;
    background-color: #f12711;
    z-index: 101;
    border-radius: 0 15px 15px 0; 
}
.table-calendar td .day-events.booking_start::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px; /* -1 to cover border right line */
    width: 45%;
    background-color: #f12711;
    z-index: 101;
    border-radius: 15px 0 0 15px; 
}
.table-calendar td .day-info{
    padding: 0.5rem 0.5rem 0 0.5rem;
    color: #999;
    text-align: right;
}

/* BOOKING LINKS ------------------------------------- */
.channel-links a{
    display: inline-block;
    width: 240px;
    padding: 10px 0;
}
.channel-links a.facebook{
    background-color: #f4f4f4;
}
.channel-links a.facebook:hover{
    background-color: #dce7f8;
}
.channel-links a.airbnb{
    background-color: #fcddd9;
}
.channel-links a.airbnb:hover{
    background-color: #f8c7c1;
}
.channel-links a.vrbo{
    background-color: #d8e4f7;
}
.channel-links a.vrbo:hover{
    background-color: #b6cff5;
}
.channel-links img,
.channel-links svg{
    height: 60px;
    width: 240px;
}

.photo-gallery{}
.photo-gallery .photos{

}
.photo-gallery .photos .photo img{
    max-width: 100%;
}

.about .map a img{
    max-width: 100%;
}
@media (min-width: 1200px) {
    /* .container {
        width: 1024px; 
    }
    .container .container {
        max-width: 1080px;
        padding-left: 30px;
        padding-right: 30px;
    }  */
}

@media (min-width: 768px) and (max-width: 1200px) {
    /* .container {
        margin-right: 30px;
        margin-left: 30px; 
    }
    .not-on-top #gtco-header-navbar{
        margin-right: 30px;
        margin-left: 30px; 
    } */
}
  
@media (max-width: 992px) {
    /* #navbar-nav-header .navbar-nav {
        margin-top: 15px; 
    }
    #gtco-header-navbar {
        padding-left: 15px;
        background-color: #fff; 
    } */
}
  
@media (max-width: 767px) {
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 40px;
    }
    /* .container {
        margin: 4rem 15px;
    }
    .not-on-top #gtco-header-navbar {
        margin-right: 15px;
        margin-left: 15px;
    }
    .counter-item {
        margin-bottom: 40px; 
    }
    .counter-item:last-child {
        margin-bottom: 0;
    }
    .section-title br,
    .section-sub-title br {
        display: none; 
    }
    .grid-item {
        width: 100%; 
    }
    .card-deck {
        flex-direction: column;
    } */
}