/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html,body {
    background: #4A0909;
    color: white;
}
body {
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.5;
}

h1 {
    font-weight: 400;
    font-size: 1.5em;
    line-height: inherit;
}

a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.5em;
}
a:hover {
    text-decoration-thickness: 2px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 600px;
    margin: 0 auto;
}
.column {}
.column--text {
    padding: 30px;
}
.column--photo {
    padding-bottom: 30px;
}

.text-contain {
    max-width: 60ch;
}

.cta-btn {
    display: inline-block;
    padding: .5em 1em;
    background: #A9721F;
    font-size: 1.4em;
    text-decoration: none;
}
.cta-btn:hover,
.cta-btn:focus {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.lead-heading {
    margin-top: 0;
}

.contact-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1em;
}

@media (min-width:900px) {
    h1 {
        font-size: 1.75em;
    }
    .row {
        height: 100vh;
        max-width: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .column--text,
    .column--photo {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
    }
    .column--text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
    }
    .column--text .contact-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .column--photo {
        position: relative;
        padding: 0;
        height: 100%;
    }
    .column--photo img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
