@import url('https://fonts.googleapis.com/css?family=Arimo:400,700|Lato:300,400');

body {
    font-family: 'Arimo', Helvetica, Arial, Lucida, sans-serif;
    image-rendering: optimizeQuality;
}

#home {
    image-rendering: optimizeQuality;
    height: 100%;
    width: 100%;
    position: relative;
}

#home #header {
    background-color: rgba(0,0,0,.5);
}

#logo {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-size: 48px;
    font-size: 3rem;
    text-transform: lowercase;
    color: white;
    font-weight: 400;
}

.menu-sandwich {
    font-size: 36px;
    font-size: 2.25rem;
    text-transform: uppercase;
    font-weight: 800;
}
    #home .menu-sandwich {
        color: white;
    }

#full-menu {
    background-color: black;
    background-color: rgba(0,0,0,0.8);
    z-index: 1;
    position: absolute;
    top:0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}

    #full-menu .menu {height: 100%;}

    #full-menu .menu a, #full-menu .close-button {
        font-size: 36px;
        font-size: 2.25rem;
        text-transform: uppercase;
        font-weight: 800;
        color: white;
    }

.content-container {
    margin-top: 4%;
    color: black;
}

h1.header {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 2rem;
    font-size: 36px;
    font-size: 2.25rem;
}

.bio-header {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 2rem;
    padding: 0; margin: 0;

}

.bio-current {
    padding-bottom: 1rem;
}

.content-container p {
    font-size: 36px;
    font-size: 2.25rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 2rem;
}

.content-container h1,
.content-container h2,
.content-container h3,
.content-container h4,
.content-container h5,
.content-container h6 {
    font-weight: 700;
    font-family: 'Arimo', Helvetica, Arial, Lucida, sans-serif;
}

p.no-padding {
    padding: 0;
    margin: 0;
}