html {
    background-color: #1a1a1a;
}

/*body {
    background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-position: 800px 0;
    margin: 0;
    min-height: 96vh;
    position: relative;
}*/

header {
    color: white;
}

header, section {
    margin-left: 3%;
}

h1 {
    margin-top: 0;
}

.name {
    font-family: 'Times New Roman', serif;
    font-size: 2em;
    text-transform: uppercase;
}

.titles {
    font-family: "Fira Sans", sans-serif;
    font-size: 1em;
    font-weight: 100;
    text-transform: uppercase;
    margin-left: 260px;
}

nav a:hover {
    background-color: white;
    color: #1a1a1a;
    padding: 5px;
}

nav a {
    /*list-style-type: none;*/
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 5% 5% 0 0;
    color: white;
    text-decoration: none;
    
}

/*nav li{
    padding: 10px 0 10px 0;
}*/


section h2 {
    font-family: 'Century Gothic', sans-serif;
    color: white;
    font-size: 2em;
    text-transform: uppercase;
}

/*section p {
    color: white;
    font-family: 'Century Gothic', sans-serif;
    font-size: 16px;
    max-width: 38%;
    text-align: justify;
}*/

footer {
    background-color: #efefef;
    font-family: 'Myriad Variable Concept', sans-serif;
    font-size: small;
    text-align: center;
    padding: 5px;
}

