h2, h1, p, h3
{
    color: white;
}
a
{
    color: white !important;
}
a:hover
{
    color: #F42534 !important;
}
.container
{
    margin: 50px 0 50px 0;
}
h1
{
    font-family: "Bebas Neue";
    font-weight: 300;
    font-size: 5vw;
}
.video-container {
    display: none;
}
h2
{
    font-family: "Bebas Neue";
    font-weight: 300;
    font-size: 3vw;
    margin: 2% 0 2% 0;
}
p
{
    font-family: "Urbanist";
    font-size: 1.5vw;
    margin: 0;
}
.container
{
    box-sizing: border-box;
    width: 80vw;
}
.secondGrid
{
    width: 80vw;
    flex-direction: column;
    margin: 0 10% 0 10%;
}

@media screen and (max-width: 800px) {
    h1
    {
        font-size: 10vw;
        margin: 0 0 10% 0 !important;
    }
    .firstGrid {
        min-height: initial;
    }
    h2
    {
        font-size: 6vw;
        margin: 2% 0 2% 0;
    }
    .secondGrid
    {
        margin: 0 5% 0 5%;
    }
    p
    {
        font-size: 3.5vw;
        margin: 2%;
    }
}