body {
    font-family: 'Raleway', sans-serif;
}

.wrap__form p, .wrap__testimonial p, .wrap__articles p, .wrap__post p, .wrap__staff p, .wrap__page-content p, .wrap__gallery p, .wrap__blog p {
    font-family: 'Raleway', sans-serif!important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}
.wrap__logoHeader .logo__summary {
    font-family: 'Raleway', sans-serif;
}

.page__title {
     font-family: 'Raleway', sans-serif;
}

.wrap__slider .slider .bx-wrapper .bx-controls-buttons {
    display:none;
}

.wrap__slider .slider__item:before {
    background: rgb(0 0 0 / 36%);
    z-index: 1;
}

.testimonials .js-testimonials-layout-settings {
    max-width: 100%;
}

.testimonials {
    max-width: 100%;
}
h3.locations__caption, h2.locations__title {
    color: white;
    margin: 0;
}

.wrap__slider .slider__text {
    bottom: 25%;
}

p.ratings span {
    display: flex;
    flex-direction: column;
    color: orange;
}
.slider__button a, .cta__button, .cta__button--icon, .featuredblock__button, button:not([class^=se__]):not([class^=redactor__]):not([class^=vjs-]):not([class^=redactor-]):not(.gallery-video-btn), input[type=button], input[type=reset], input[type=submit], .button {
    color: white;
}
.cta_reviews__container.cta__container {
    text-align: center;
}
.staff-member__image {
    width: 300px;
    height: 400px !important;
}
.staff h2.staff__title {
    text-align: left !important;
    margin-bottom: 20px !important;
}
.testimonials__item .testimonials__content {
    font-size: 19px;
    line-height: 1.5;
}

.wrap__slider .bx-viewport {
    height: 750px;
}
.wrap__home-contact, .home-layout .wrap__testimonials, .wrap__footer, .wrap__header {
background-image: url(/storage/app/media/mountainviewdark.jpg);
    background-size: cover;
    background-position: center;     
}

.wrap__slider .slider__title {
    font-size: 45px;
}


.wrap__logoHeader .logo__image {

    max-width: 400px;
}

#hamburger {

    font-size: 30px;
    line-height: 30px;
    width:150px;
}

#hamburger:before {

    font-size: 35px;
  
}


.testimonials__content:before {
    content: "★★★★★";
    display: block;
    color: orange;
}



@media only screen and (min-width: 1200px) {
.wrap__featuredblocks--inner {
    max-width: 1400px;
}
}
@media only screen and (max-width: 767px) {
p.ratings {
    display: none;
}
}