@font-face {
  font-family: "font-1";
  src: url(https://irp.cdn-website.com/fonts/s/dmsans/v15/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58Q.woff2);
}

@font-face {
  font-family: "font-2";
  src: url(https://irp.cdn-website.com/fonts/s/dmsans/v15/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2);
}

@font-face {
  font-family: "font-3";
  src: url(https://irp.cdn-website.com/fonts/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2);
}

/* hero section */
.panel-hero {
    background-image: url("../images/1banner.png");
    background-repeat: no-repeat;
    background-color: #000000c7;
    background-size: cover;
    min-height: 100vh;
    background-blend-mode: multiply;
    background-position: 50% 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* content wrapper */
.wrap-primary {
    text-align: center;
    width: 100%;
    padding-top: 5%;
}

/* primary heading */
.heading-primary {
    color: rgb(184, 159, 100);
    font-size: 50px;
    font-family: "font-2";
    font-weight: 700;
    line-height: 1.5;
}

/* secondary heading */
.heading-secondary {
    color: #fff;
    font-size: 28px;
    font-family: "font-2";
    font-weight: bold;
    line-height: 1.5;
}

/* note wrapper */
.wrap-note p {
    font-style: italic;
    color: rgb(184, 159, 100);
    display: initial;
    font-weight: 400;
    line-height: 2;
    font-size: 16px;
    font-family: "font-2";
}

/* logo */
.logo-img {
    filter: brightness(0) invert(1);
    width: 15%;
}

/* cta button */
.cta-button {
    color: rgb(184, 159, 100);
    border: 2px solid;
    font-size: 20px;
    font-family: "font-2";
    font-weight: bold;
    border-radius: 8px;
    padding: 15px 0;
    display: inline-block;
    width: 23%;
    text-align: center;
    background: transparent;
    cursor: pointer;
}

/* footer */
footer {
    font-family: "font-2";
    background-color: #47423e;
    padding: 3px 10px;
    text-align: center;
}

footer a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
}

/* footer row */
.footer-row {
    display: flex;
    justify-content: center;
}

/* mobile */
@media screen and (max-width: 767px) {
    .heading-primary {
        font-size: 40px;
    }

    .heading-secondary {
        font-size: 20px;
    }

    .cta-button {
        width: 60%;
    }

    .logo-img {
        width: 45%;
    }

    .panel-hero {
        background-image: url("../images/1mobile.png");
        height: 100vh;
        display: flex;
    }
}
