@font-face {
    font-family: 'JacquardaBastarda';
    src: url(https://z2.2z.gg/p3/JacquardaBastarda9-Regular.ttf) format('truetype');
}
.JacquardaBastarda {
    font-family: 'JacquardaBastarda', sans-serif;
}
html,body {
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    z-index: 1;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
div {
    margin: 0;
    border: 0;
    padding: 0;
}
body{
    height: 100%;
}
a{
    color: #ffffff;
    text-decoration: none;
}
#container-1 {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;

    align-items: center;
}
#container-2 {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;

    align-items: center;
}
#container-3 {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;

    align-items: center;
}
#header {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 600px;

    background-image: url("/img/IMG_8436-v1-smaller.jpeg");
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;

    justify-content: space-between;
    align-items: center;

    background-color: #00551661;
    background-blend-mode: difference;
}
.fade {
    filter: brightness(0.75);
}
#logo {
    width: 100%;
    height: 50px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.logo-sizing {
    width: 50%;
    height: auto;
}
#big-center-text-wrapper {
    margin: 0;
    border: 0;
    padding: 0 1%;
    width: auto;
    height: 350px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
#big-center-text {
    width: 100%;
    height: auto;

    font-size: 3em;
    text-transform: uppercase;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.montserrat-big-center-text {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}