:root {
    --cyan: #1CC9C9;
    --blue: #00C2FF;
	--red: #EA0000;
}
* {
    font-family: Signika;
}

p {
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: "Anybody", sans-serif;
    font-weight: 400;
	font-style: italic;
}

h1, h2, h3 {
    text-transform: uppercase;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

.lead-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    border-bottom: 1px solid var(--red);
}

.logo-image {
    width: 160px;
}

.footer-grid {
    align-items: center;
    border-top: 1px solid var(--red);
    padding-top: 1rem!important;
}

.other-logos-container img {
    height: 45px;
    width: auto;
}

.masthead-small {
    padding: 50px 0;
}

.cyan-text {
    color: var(--cyan);
}

.cyan-background {
    background: var(--cyan);
}

.ui.button {
    font-size: 1.3rem;
    border-radius: 4px;
}

.ui.button.cyan-button {
    background-color: var(--cyan)!important;
    color: #1E1E1E;
}

.ui.button.cyan-button:hover {
    background-color: #1E1E1E!important;
    color: var(--cyan)!important;
}

.red-text {
    color: var(--red);
}


.red-background {
    background: var(--red);
}


.ui.button.red-button {
    background-color: var(--red)!important;
    color: #1E1E1E;
    font-weight: normal;
    font-family: "Share Tech", "sans-serif";
}

.ui.button.red-button:hover {
    background-color: #1E1E1E!important;
    color: var(--red);
}

.ui.dividing.header {
    margin-top: 0;
    margin-bottom: 2rem;
}

.text-center {
    text-align: center;
}


.black-card {
    border-radius: 32px;
    background: linear-gradient(90deg, #232426 0%, #000 100%);
    margin-bottom: 80px;
}

.black-card .ui.grid {
    padding: 2rem;
}

.font-w-normal {
    font-weight: normal;
}

.black-card .image-column {
    display: flex!important;
    align-items: center;
}

.black-card .text-column {
    display: flex!important;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .black-card .text-column {
        text-align: center;
    }

    .black-card .text-column .ui.button {
        display: block;

    }
}
