* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-64 { font-size: 64px; }

@media screen and (max-width: 700px) {
    div.socialheader { 
        display: none;
    }
}

@media screen and (min-width: 699px) {
    li.socials-sidenav {
        display: none;
    }
}

header {
    position: relative;
    background-image: url("/img/codebackground2.png");
    height: 75vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

div.overlay {
    position: absolute;
    float: left;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 30;
}

div.overlay-text h2 {
    color: white;
    text-align: center;
    font-family: "Roboto",sans-serif;
    font-size: 4.5rem;
    padding-top: 3cm;
    font-weight: 300;
}

div.overlay-text p {
    color: white;
    text-align: center;
    font-family: "Roboto",sans-serif;
    font-size: 1.25rem;
}

section {
    text-align: center;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 1.25rem;
    color: white;
    padding-bottom: 5%;
}