body{
    font-family: 'Mulish', sans-serif;
}
.header {
    height: 800px;
    background-image: url(../img/header-background.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.header-navbar-links {
    float: right;
    margin-top: 20px;
}
.header-navbar-links li {
    float: left;
    list-style-type: none;
    margin-left: 25px;
    text-shadow:0px 0px 2px black;
}
.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 2px 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 2px black;
}
.slogan-top{
    font-size: 170%;
    font-weight:lighter;
}
.slogan-bottom{
    font-size: 250%;
    font-weight: bold;
}