.hero .row {
    margin-top: 50px;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .hero p, .hero h1, .hero span {
        text-align: center !important;
    }
}
.overlay-hero {
    background: rgba(0, 0, 0, 0.5);
}
.overlay-contact {
    background: rgba(0, 0, 0, 0.3);
}
.btn-1 {
    border: 1px solid #fac564;
    border-radius: 0;
    background: #fac564 !important;
    color: #000;
}
.btn-1:hover {
    border: 1px solid #fac564;
    background: transparent !important;
    color: #fac564;
}
.btn-2 {
    border: 1px solid #fff;
    border-radius: 0;
    background: transparent !important;
    color: #fff;
}
.btn-2:hover {
    border: 1px solid #fac564;
    background: #fac564 !important;
    color: #000;
}
h3 {
    font-size: 1.3rem;
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
    font-family: "Poppins", Arial, sans-serif;
}
h3 svg {
    color: #fac564;
}
h1 {
    font-size: 1.7rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    font-family: "Josefin Sans", Arial, sans-serif;
    text-transform: uppercase;
}
.text-contact {
    color: #bfbfbf;
}
.text-h2 {
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: #fff;
}
.subheading {
    font-family: "Nothing You Could Do", cursive;
    font-size: 30px;
    color: #fac564;
}
.icon-contact {
    display: flex;
    align-items: center;
}
.googlemaps iframe {
    filter: grayscale(99%) brightness(80%) sepia(40%);
}
footer a, footer a:visited, footer a:hover {
    color: #fac564;
}