/* SELECTION
-------------------------------------------- */
::-moz-selection
{
    color: #fff;
    background: rgba(207, 0, 15, 0.5);
}
::selection
{
    color: #fff;
    background: rgba(207, 0, 15, 0.5);
}

::-moz-selection
{
    color: #fff;
    background: rgba(207, 0, 15, 0.5);
}

body {
    font-family: Gilroy;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    margin: 0;
    padding: 0;
}

.container {
    height: 100vh;
    text-align: center;
}

.content {
    color: #fff;
}

.content h1 {
    font-size: 7.5rem;
    font-weight: 600;
}

.content h3 {
    font-size: 2rem;
    font-weight: 200;
}

.content p {
    font-size: 0.75rem;
    font-weight: 200;
}

.has-accent-color {
    color: #CF000F;
}

@media (max-width: 500px) {
    .content h1 {
        font-size: 5.5rem;
        font-weight: 600;
    }

    .content h3 {
        font-size: 1.7rem;
        font-weight: 200;
    }

    .content p {
        font-size: 0.75rem;
        font-weight: 200;
    }

}
