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;
    background-size: auto calc(96vh - 60px);
}

header {
    color: white;
}

header, section {
    margin-left: 3%;
}

section {
    position: absolute;
    top: 200px;
    max-width: 38%;
}

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 ul a:hover {
    background-color: white;
    color: #1a1a1a;
    padding: 5px;
}

nav ul {
    list-style-type: none;
    font-family: 'Century Gothic', sans-serif;
    font-weight: bold;
    text-align: right;
    margin: 10% 10% 0 0;
}

nav li{
    padding: 10px 0 10px 0;
}

nav a {
    color: white;
    text-decoration: none;
}

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;
    text-align: justify;
}

footer {
    background-color: #efefef;
    font-family: 'Myriad Variable Concept', sans-serif;
    font-size: small;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 60px;
}