
body {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}

h1 {
    font-family: 'Raleway', sans-serif;
}

.nav-item {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}

#video-background {
    /*  making the video fullscreen  */
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

#center-div {
    margin: 0 auto;
}

#footer-navigation {

}

.footer-container {
    margin: auto 0;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline-block;
    float: right;
    padding: 0;
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
}

#header-navigation {
    height: 64px;
    padding: 16px;
}

#header-navigation a:hover {
    color: red;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}

#footer-navigation {

}

nav a {
    color: black;
    text-decoration: none;
}

nav a:visited {
    color: black;
}

.header-logo {
    width: 48px;
    height: 48px;
}

.temp-div {
    height: 384px;
    padding: 16px;
}

.color-red {
    background-color: red;
}

.color-blue {
    background-color: blue;
}

.color-gray {
    background-color: gray;
}

#header-image {
    float: left;
}

#header-title {
    float: left;
}
