.main-titles-wrapper {
    display: grid;
}
.main-title-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: calc(0.25rem + (14 - 4)*(100vw - 660px)/(1000 - 660));
}
.main-title-wrapper:before, .main-title-wrapper:after {
    content: "";
    height: 1px;
    background-color: #e2e8f0;
    width: 100%;
}
.main-title-wrapper h1{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #1e293b;
    font-family: "DM Serif Display",sans-serif;
}
.main-title-wrapper h3.home-h3{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #1e293b;
    font-family: "DM Serif Display",sans-serif;
}
.main-subtitle {
    margin-bottom: 0;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    text-align: center;
}
.main-subtitle {
    font-size: 1.75rem;
    letter-spacing: -.01375rem;
    font-style: italic;
    font-family: "EB Garamond",sans-serif;
    line-height: 1;
    margin-bottom: 30px;
}
.topbar {
    background-color: #f8fafc;
}
.padding-topbar{
    padding-top:10px;
    padding-bottom:10px;
}
.topbar-btn{
    padding: 8px 8px 9px;
    background-color: #fcecd4;
    border-radius: 4px;
    transition: background-color .35s;
    color: #ab6500;
    font-weight: 800;
}
.topbar-btn:hover{
    background-color: #ffd595;
    color: #ab6500;
}
.button-padding {
    padding-top: 27px;
}