* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

header {
    padding: 20px 0;
}

nav {
    margin: 0;
    text-align: center;
}

nav li {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    width: 100px;
}

nav a {
    text-decoration: none;
    color:white;
}

a:hover {
    opacity: 0.5;
}

footer {
    padding: 20px 0;
    text-decoration: none;
    color:white;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
}

.background-color {
    background-color: #353839;
}

#home {
    background-color: #36454F;
    background-size: cover;
    background-position: center;
    height: 400px;
    border: .5px solid transparent;
    text-align: center; 
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

#home .content {
    position: relative;
    font-size: 36px;
    line-height: 0px;
    top: 100px;
    font-family: 'Raleway', sans-serif;
}

#home .content h2 {
    font-size: 24px;
}

#video {
    text-align: center;
    padding: 24px;
}

.content h2 {
    font-size: 36px;
}

.content {
    padding: 24px;
    font-size: 24px;
    line-height: 36px;
}

#image {
    text-align:center;
}



