body {
    font-family: 'Inter', 'san-serif';
    margin:0;
    padding:0;
    font-size: 1em;
}

.wrapper {
    width: 100%;
    margin: 0 auto; 
    background-color: #f3f0f0;
}

.property-head {
    position: relative;
}

.featured .featured-img {
    width: 100%;
    height:360px;
    object-fit: cover;
}

section {
    width:80%;
    margin:10px auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #fff;
    padding: 1.25em;
    z-index: 1;
}

.nobg {
    box-shadow: none;
    background-color: transparent;
}

.hero-section {
    position: relative;
    margin-top: -2%;
    background-color: #fff;
}

.hero {
    position: relative;
}

.name-location {
    float:left;
    width:60%;
}

.location {
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}

.location img {
    vertical-align: middle;
    padding-right: 5px;
}

.nomad-score {
    color:#FFBD3E;
    font-weight: 600;
    padding-left: 1.25em;
}

.tags {
    margin-top:1.25em;
}
.tags span {
    background-color: #bfe9e9;
    border-radius: 5px;
    padding: 5px 10px;;
    color:#828282;
    font-size: 1em;
    display: inline-block;
    margin: 5px;
}

.price-info {
    float:right;
    width:40%;
    text-align: right;
    margin-top: 10px;
}

.price-total {
    font-family: 'Inter';
    color:#828282;
    font-size: 1.125em;
    font-weight: 600;
}

.price {
    font-family: 'Inter';
    color:#828282;
    font-size: 1.125em;
}

.availability-green 
{
    color: #258d14 !important;
}


.availability-red 
{
    color: #cb0f33 !important;
}

.dates {
    margin-top: 15px;
}
.check-in {
    float: left;
    width: 50%;
    border-right: 2px solid #828282;
    padding-right: 5px;
    margin-top: 25px;
    margin-right:10px;
    color:#828282;
}

.check-out {
    float: right;
    border-right: 2px solid #828282;
    padding-right: 5px;
    margin-top: 25px;
    color:#828282;
}

.check-book {
    float: right;
    margin-top: 18px;
    color:#828282;
}


.description p {
    padding: 20px 100px;
}


.properties-gallery .property-img {
width: 150px;
height: 120px;
margin: 5px;
float: left;
/*-webkit-filter: blur(1px); 
filter: blur(1px);*/
}

.property-img:nth-child(n+12) {
    display: none;
}

.properties-gallery .property-img:hover {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
} 


.amenities {
    width:80%;
    margin:10px auto;
}

.amenities .amenity {
float: left;
width: 33%;
text-align: center;
margin: 1.25em 0;
color:#828282;
}

.hood-section {
    margin:30px auto;
}

.hood h2 {
    margin-bottom:30px;
}

.hood-map {
    float: left;
    width:50%;
    height:400px;
    max-height: 100%;
}

.hood-desc {
    float: right;
    width:45%;
    margin-left: 20px;
}

.hood-desc p {
    margin: 20px 0;
}

.map-iframe {
    border: none;
    padding: 10px;
    height: 100%;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cert-section {
    background-color: #FFBD3E;
}

.cert-wrapper {
    padding: 70px;
}

.cert-image {
    float: left;
    width: 50%;
}

.cert-desc {
    float: right;
    width: 35%;
    margin-left: 20px;
    margin-top: 15%;
    color: #fff;
}

.cert-btn {
    margin: 20px 0;
}

.reviews-wrapper {
    margin:5% 10%;
}

.review-wrap {
    padding: 50px;
    margin: 30px 0;
    background: #bfe9e9;
    border-radius: 30px;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.footer-cta-section {
    min-height: 300px;
    background-color: #FFBD3E;
    text-align: center;
}

.footer-cta-section-small {
    background-color: #FFBD3E;
    text-align: center;
}

.booking-section {
    
}

/*Utility*/

.clear {
    float: none;
    clear: both;
}

h1 {
    font-size: 1.5625em;
    font-weight: 600;
}

h2 {
    font-size: 1.25em;
    font-weight: 600;
}

h3 {
    font-size: 1.125em;
    font-weight: 600;
}

.pinyon-script-regular {
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 90px;
  }

  .bigfont {
    font-size:3em;
  }

.btn {
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    margin: 8px 0;
    padding: 8px 30px;
    text-decoration: none;
    color: #111;
    font-weight: 600;
    font-size: 16px;
}

.bg-yellow {
    background-color: #fdbb30;
    border: 1px solid #fdbb30;
}

.bg-yellow:hover {
    background-color: #a27921;
    border: 1px solid #a27921;
 }

 .bg-white {
    background-color: #fff;
    border: 1px solid #fff;
}

.bg-white:hover {
    background-color: #e4e4e8;
    border: 1px solid #e4e4e8;
 }

.center {
    text-align: center;
}

.full-width {
    width: 100%;
    margin-top: -10px;
    padding: 100px 0;
}

.full-width-small {
    width: 100%;
    margin-top: -10px;
    padding: 30px 0;
}

.nomargin {
    margin:0px
}

.m20 {
    margin:20px;
}

blockquote {
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 1em 0;
}
  
  blockquote:before {
    content: open-quote;
  }
  
  blockquote:after {
    content: close-quote;
  }
  
  blockquote:before,
  blockquote:after {
    display: inline-block;
    vertical-align: bottom;
    color: #63a3a3;
    font-size: 4em;
    top: .2em;
    position: relative;
  }

  .show-more {
    display: none;
    cursor: pointer;
    background-color: #bfe9e9;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    width:100px;
    padding:5px;
    margin:10px auto;
    border-radius: 5px;
  }

