body {
    font-family: lato, sans-serif;
    background-color: #6F6157;
    color: #ffffff;
}

h1, h2, h3, h4 {
    font-family: minerva-modern, sans-serif;
    font-weight: 400;
    font-style: normal;
}


.fullheight {
    min-height: 100vh;
}

.logo {
    max-width: 200px;
    max-height: 200px;
}

.highlight {
    padding: 15px 30px;
    color: white;
    position: relative;
}

#highlight-background {
    background-color: #C35417;
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}