.nav-link:hover,
.nav-link:active {
    font-family: Amethysta;
    font-size: 14px;
    line-height: 28px;
    color: #A64D55;
    .nav-link: hover;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 1s cubic-bezier(0.51, 0.00, 0.25, 1.00);
}

.nav-link {
    font-family: Amethysta;
    font-size: 14px;
    line-height: 28px;
    color: #736357;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 1s cubic-bezier(0.51, 0.00, 0.25, 1.00);
}

h1 {
    font-family: Playfair Display;
    font-size: 23px;
    line-height: 50px;
}

h2 {
    grid-area: 4 / 3 / 5 / 4;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: Playfair Display;
    font-size: 23px;
    line-height: 74px;
    text-align: left;
}

main {
    font-family: Playfair Display;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #000000;
}

.form-group > {
    font-family: Playfair Display;
}