@font-face {
    font-family: 'Lato';
    src: url('../../vendor/lato-regular.ttf');
}

* {
    margin: 0;
    font-family: 'Lato', Helvetica, sans-serif;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.7em;
}

.text-center {
    text-align: center;
}

.spacing-bottom {
    margin-bottom: 20px;
}

h1,h2,h3,h4,h5,p {
    color: #444;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 16px;
}

p {
    font-size: 14px;
}

li {
    font-size: 14px;
}

li {
    color: #4a3120;
}

li.seperator {
    color: #6a462f;
}

a {
    color: #6a462f;
    text-decoration: none;
}

p a {
    color: #4a3120;
    text-decoration: underline;
}

#fullpage li {
    margin-top: 5px;
}

#fullpage p {
    margin-top: 5px;
}

.brand {
    font-size: 20px;
}

#header {
    position: absolute;
    z-index: 10;
    margin-top: 30px;
    margin-left: 30px;
}

#hamburger {
    position: absolute;
    z-index: 30;
    right: 30px;
    margin-top: 35px;
    cursor: pointer;
}

#hamburger .hamburger-bar {
    width: 23px;
    height: 3px;
    background-color: #4a3120;
}

#hamburger .closed .hamburger-bar {
    margin-bottom: 5px;
}

#hamburger .opened {
    margin-top: 5px;
}

#hamburger .opened .hamburger-bar:first-child {
    transform: rotate(45deg);
}

#hamburger .opened .hamburger-bar:last-child {
    transform: rotate(-45deg);
    margin-top: -3px;
}

#menu {
    z-index: 20;
    height: 100vh;
    width: 100vw;
    position: absolute;
    background-color: #CFF0FF;
}

#menu a {
    margin-bottom: 40px;
}

#menu a h2 {
    font-size: 25px;
}

#menu.flexed {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
