p {
    color: #5A3600;
    font-size: 1.2em;
    font-family: "Inter";
}

h1, h2, h3 {
    font-family: "NanumMyeongjo";
}

h2 {
    color: #E0AB5B;
    margin-bottom: 5%;
}

#phone {
    display: none;
}

#form-success, #form-error {
    display: block;
    visibility: hidden;
}

.form-check-label {
    font-size: 0.5em;
}

.footer {
    margin-top: 4%;
}

.footer h3 {
    color: 625F5B;
    margin-top: 0;
}

.footer h1 {
    color: #74706A;
    margin-top: 5px;
    margin-bottom: 0;
}

@media (min-width: 786px) {
    h1 {
        font-size: 1.2em;
    }
    h2 {
        font-size: 14em;
    }
    h3 {
        font-size: 1em;
    }
}

@media (max-width: 786px) {
    h1 {
        font-size: 1em;
    }
    h2 {
        font-size: 4em;
    }
    h3 {
        font-size: 0.8em;
    }
}