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

h1 {
    color: #B92022 !important;
    font-family: 'Orbitron';
    font-size: 60px !important;
    font-weight: 900 !important;
    margin-bottom: 2% !important;
}

h2 {
    color: #FE5200 !important;
    font-size: 45px !important;
    font-weight: 900 !important;
    margin-bottom: 2% !important;
}

h3 {
    color: #FF8403;
    font-weight: bold;
}

h4 {
    color: #FFB400;
}

p {
    font-weight: 300;
    color: black;
    font-size: 25px;
}


footer {
    margin: 3rem;
}

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

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

.swoosh {
    background-image: linear-gradient(to top, #B92022, rgba(254, 82, 0, 0.66), rgba(255, 132, 3, 0.33), rgba(255, 180, 0, 0)) !important;
    height: 200px;
    width: 100%;
    bottom: 0px;
    position: relative;
}

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

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

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

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

    footer {
        font-size: 10px;
    }

    footer img {
        width: 40%;
    }
}