a{
    z-index: 10;
}
body{
    font-family: 'Mulish', sans-serif;
    background-color:rgb(37, 37, 37);
}
.header {
    height: 800px;
    background-image: url(../img/header-background.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.header-navbar{
    float: right;
    margin-top: 20px;
    position: 50% 50%;
}
.header-navbar-links li {
    float: left;
    list-style-type: none;
    margin-left: 25px;
    text-shadow:0px 0px 2px black;
}
.header-navbar-links a{
    text-decoration: none;
    color: white;
}
.header-brand{
    color:rgb(255, 255, 255);
    text-decoration: none;
    font-weight:bold;
    font-size: 150%;
    display: block;
    margin-top: -6.5%;
    text-shadow:0px 0px 4px black;
}
.header{
    color: rgb(255, 255, 255);
}
.header-brand-wrapper{
    margin-top: 20px;
    float: left;
}
.slogan{
    color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 200px;
    text-shadow: 0px 0px 4px black;
}
.slogan-top{
    font-size: 170%;
    font-weight:lighter;
    text-shadow:0px 0px 10px rgb(0, 0, 0);
}
.slogan-bottom{
    font-size: 250%;
    font-weight: bold;
}
