@font-face {
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(maven.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

div.container {
    display: table;
    margin: 0 auto;
    width: 33%;
    max-width: 450px;
}

div.container > .logo {
    margin: 0;
}

div.container > .text {
    text-align: right;
    font-family: 'Maven Pro', sans-serif;
    /*color: #6D7F7E;*/
    color: #584837;
}


#sectionA {
    background-color: #dbb88f;
}

#sectionB {
    background-color: #d1ae86;
}

#sectionC {
    background-color: #c7a47e;
}

#sectionD {
    background-color: #bc9975;
}


#section3 {
    background: url("../img/bg.jpg") no-repeat;
    background-size: cover;
    font-size: 1.8rem;
}

#section3text {
    text-align: left;
    font-family: 'Maven Pro', sans-serif;
    background-color: #6D7F7E;
    padding: 2rem;
    width: 33%;
    max-width: 450px;
    float: right;
    margin: 5rem;
    border: solid 1px #4B4661;
}

#section3text a {
    color: black;
    text-decoration: none;
}

#section3text a:hover {
    color: black;
    text-decoration: none;
}


a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}
