body {
    background-color: #ffffff;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Lato', sans-serif !important;
    letter-spacing: 1px;
}

h1 {
    color: #0191B4 !important;
    font-size: 72px !important;
    font-weight: bold !important;
    margin-bottom: 10% !important;
}

h2 {
    color: #D3DD18 !important;
    font-size: 56px !important;
    font-weight: bold !important;
    margin-bottom: 5% !important;
}
h3 {
    color: white;
    font-weight: 100;
}

p {
    font-weight: 300;
    color: black;
}


footer {
    margin: 3rem;
}

.title {
    padding-top: 30px;
    font-size: min(107px, 19vw);
    font-weight: bold;
}

.subtitle {
    /*font-size: min(45px, 9vw);*/
    font-size:30px;
    margin-bottom: 30px;
    font-style: italic;
}

.swoosh {
    background: url("../img/swoosh/bottom.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 30vw;
}

.pt-5 {
    padding-top: 10rem !important;
}

@media screen and (max-width: 666px) {
    .subtitle{
        font-size: 20px;
    }

    .description {
        font-size: 20px !important;
        height: auto;
        padding-bottom: 70px;
    }
    p {
        font-size: 15px;
    }

    h1 {
        font-size: 30px !important;
    }

    footer {
        font-size: 10px;
    }

    footer img {
        width: 40%;
    }
}