font-face {
    font-family: "HostGrotesk";
    src: url("/css/font/HostGrotesk.ttf");
}
* {
    font-family: 'HostGrotesk', sans-serif;
}
body {
    position: relative;
    padding: 0px 0px 160px 0px;
    min-height: calc(100vh - 160px);
    margin: 0px;
    background-color: #444;
    display: flex;
    flex-direction: column;
    align-items: center;
}
body > video {
    position: fixed;
    left: 0px;
    top: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
}
header {
    width: calc(100% - 60px);
    background-color: #b31010;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 5px solid white;
    padding: 0px 30px;
    background-image: url("/img/Shadow.png");
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: center -100px;
}
footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    min-height: 100px;
    background-color: #2a2a2a;
    display: flex;
    justify-content: space-around;
    padding: 30px 0px;
    color: white;
    flex-wrap: wrap;
}
h1 {
    font-size: 80px;
    color: white;
    margin: 30px 0px;
}
h2 {
    font-size: 40px;
    color: white;
    margin: 20px 0px;
}
h3 {
    font-size: 30px;
    color: white;
    margin: 10px 0px;
}
h4 {
    font-size: 30px;
    color: white;
    margin: 10px 0px;
}
@media only screen and (max-width: 800px) {
    h1 {
        font-size: 40px;
        color: white;
        margin: 30px 0px;
    }
    h2 {
        font-size: 30px;
        color: white;
        margin: 20px 0px;
    }
    h3 {
        font-size: 24px;
        color: white;
        margin: 10px 0px;
    }
    h4 {
        font-size: 18px;
        color: white;
        margin: 10px 0px;
    }
}
p {
    font-size: 16px;
    color: white;
}
li {
    font-size: 16px;
    color: white;
}
button {
    font-size: 16px;
    background-color: transparent;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}
button:hover {
    background-color: #b31010;
    cursor: pointer;
}
button:active {
    box-shadow: inset 0 0 10px #000;
}
section a {
    display: inline-block;
    font-size: 16px;
    background-color: transparent;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
section a:hover {
    background-color: #b31010;
    cursor: pointer;
}
section a:active {
    box-shadow: inset 0 0 10px #000;
}
body > section {
    width: 100%;
    max-width: 1200px;
    padding: 50px calc(50% - 600px);
}
body > section:nth-child(even) {
    background-color: #b31010;
    background-image: url("/img/Shadow.png");
    background-position-x: 50%;
    background-repeat: no-repeat;
}
body > section > * {
    max-width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
figure {
    margin: 20px 0px;
}
figure img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #000;
}
figcaption {
    color: white;
    font-style: italic;
}
form {
    border: 2px solid white;
    border-radius: 10px;
    padding: 20px;
}
label {
    display: inline-block;
    color: white;
    font-weight: bold;
    width: 180px;
    margin: 5px 0px;
}
input {
    border: 0px;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 2px 0px;
    width: 300px;
    outline: none;
}
textarea {
    resize: none;
    width: calc(100% - 20px);
    border: 0px;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 2px 0px;
    height: 100px;
}
hr {
   margin: 40px 0px; 
}
.header-content {
    display: flex;
    width: 100%;
    max-width: 1300px;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media only screen and (max-width: 800px) {
    .header-content {
        justify-content: center;
    }
}
.header-half {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    object-position: center;
}
.header-icon {
    height: 80px;
}
.header-title {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 50px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 80px;
}
@media only screen and (max-width: 800px) {
    .header-title {
        font-size: 30px;
    }
}
.header-button {
    position: relative;
    display: block;
    height: 80px;
    color: white;
    line-height: 80px;
    font-size: 16px;
    padding: 0px 20px;
    text-decoration: none;
    font-weight: bold;
}
@media only screen and (max-width: 800px) {
    .header-button {
        height: 40px;
        line-height: 40px;
    }
}
.header-button:hover {
    color: #ddd;
    cursor: pointer;
}
.header-button-icon {
    height: 18px;
    margin: 31px 5px;
    width: 24px;
    float: left;
}
.header-socials {
    height: 30px;
    padding: 25px;
    display: flex;
    flex-wrap: nowrap;
}
@media only screen and (max-width: 800px) {
    .header-socials {
        padding: 5px;
    }
}
.header-socials-a {
    color: white;
    text-decoration: none;
}
.header-socials-svg {
    color: white;
    height: 20px;
    width: 20px;
    margin: 5px;
}
.footer-logo {
    height: 80px;
}
.footer-content {
    font-size: 16px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
}
.footer-link {
    color: white;
    display: block;
}
.footer-link-icon {
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.level4 {
    display: inline-block;
    width: calc(33% - 20px);
    min-width: 300px;
    margin: 10px;
    vertical-align: top;
}
