.header__logo,
.footer__logo {
    color: #004898;
    font-weight: bold;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: "futura-pt", sans-serif;
    font-style: italic;
}

.header__logo:hover,
.footer__logo:hover {
    text-decoration: none;
}

.footer__logo {
    color: #fff;
}

@media only screen and (min-width: 767px) {

    .header__logo,
    .footer__logo {
        font-size: 2.8rem;
    }
}


.btn-inquiry:hover {
    text-decoration: none;
}

.the_content p:not(:last-of-type) {
    margin-bottom: 1.9rem;
}

body .the_content p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5625;
    letter-spacing: 0.03em;
    color: #333333;
}

body .the_content strong {
    font-weight: 500;
}



@media only screen and (min-width:992px) {
    .hero-contact__iframe {
        margin-top: -13rem;
    }
}

@media only screen and (min-width:1200px) {
    .hero-contact__iframe {
        margin-top: -16rem;
    }
}

@media only screen and (min-width:1400px) {
    .hero-contact__iframe {
        margin-top: -32rem;
    }
}

.rent__tag {
    font-size: 1rem !important;
}

.hero__heading .footer__logo {
    font-size: 2.5rem !important;
}

@media only screen and (min-width:768px) {
    .hero__heading .footer__logo {
        font-size: 4.4rem !important;
    }
}

.access__row.-no-img .access__col {
    width: auto;
    margin-inline: auto;
    padding-right: 0;
}

@media only screen and (min-width: 768px) {
    .cta__wrapper .hero-contact {
        padding: 32px 10px !important;
    }
}

.cta__wrapper .rent__iframe {
    margin-top: 40px !important;
    margin-bottom: -190px;
}

@media only screen and (min-width: 1200px) {
    .cta__wrapper .rent__iframe {
        margin-left: 22px;
    }
}

.hero__heading .footer__logo img {
    width: 100%;
    max-width: 547px;
}

span.footer__logo:hover {
    opacity: 1;
}

.floating-icons {
    transition: bottom 0.3s ease-in-out;
}

.btn-inquiry {
    display: inline-block;
    background-color: #004898;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.25s ease;
}

.btn-inquiry:hover {
    opacity: 0.8;
}

@media only screen and (min-width: 1230px) {
    .scenes-location__box {
        padding: 60px 60px 60px 60px;
    }
}