@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");

body {
    background: #232323;
    color: white;
    font-family: "Roboto Condensed";
}

.cover {
    min-height: 100vh;
    max-height: 100%;
}

h1,
h2 {
    text-transform: uppercase;
}

h1 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 0px;
}

h1 span {
    font-weight: 400;
}

h2 {
    font-size: 46px;
    font-weight: 400;
    color: #eee;
    text-transform: uppercase;
}

h1 strong {
    font-weight: 700;
    font-size: 46px;
}

ul {
    padding: 0px;
}

ul li {
    font-weight: 300;
    font-size: 24px;
    color: #eee;
    margin-bottom: 20px;
    line-height: 1.2;
}

ul li::marker {
    color: #e77745;
}

.logos {
    font-size: 29px;
}

.logos {
    font-weight: 300;
}

.logos strong {
    font-weight: 700;
}

a {
    background: #fff;
    color: #232323;
    padding: 17px 45px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.2s ease;
    display: inline-block;
}

a:hover {
    color: #232323;
    opacity: 0.8;
}

p {
    color: #eee;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.3;
}

@media (max-width: 991px) {
    h1 {
        font-size: 36px;
    }

    h1 strong {
        font-size: 50px;
    }
}

@media (max-width: 576px) {
    h1 strong {
        font-size: 40px;
    }
}

form a {
    background:transparent !important;
}