body {
    color: #232B40;
    background-color: #F2EEED;

    font-family: 'Sweet Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
}
.border-outer {
    min-height: calc(100vh - 16px);
    border: 8px solid #232B40;
    margin: 8px;
    position: relative;
}
.content-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.logo a {
    text-decoration: none;
}
h2 {
    font-family: 'Sweet Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
a {
    color: #232B40;
    text-decoration: none;
}
.content a {
    border-bottom: 1px solid #232B40;
}
a.button {
    display: inline-block;
    padding: 12px 50px;
    border: none;
    background-color: #232B40;
    color: white;
    font-family: 'Sweet Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
a.button:hover {
    /* color: #232B40; */
    background-color: #95A6AA;
}
ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-family: var(--font-blair-itc);
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
}
ul.menu li a {
    position: relative;
    display: inline-block;
    padding: 2px 18px;
    color: #232B40;
    text-decoration: none;
}
.logo-wrapper {
    margin-bottom: 140px;
}
.menu-wrapper {
    
}
@media (min-width: 769px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 14px;
    }
    .border-outer {
        min-height: calc(100vh - 20px);
        border: 10px solid #232B40;
        margin: 10px;
    }
}