.btn-group {
    margin-bottom: 10px;
}


.navbar {
    height: 80px;
    background: white;
}

.jumbotron {
    background: linear-gradient(0deg, rgba(42, 92, 140, 1) 0%, rgba(42, 92, 140, 1) 0%, rgba(68, 115, 161, 1) 100%);
}

.btn-custom-class {
    background-color: rgba(226, 173, 20, 1);
    color: white;
    border-color: white;
}

.btn-custom-class checked {
    background-color: rgba(226, 173, 20, 1);
    color: red;
    border-color: red;
}

.btn-custom-class:hover {
    background-color: rgba(226, 173, 20, 1);
    color: lightgray;
    border-color: lightgray;
}

.btn-custom-class {
    background-color: rgba(226, 173, 20, 1);
    color: white;
    border-color: white;
}

a.button {
    color: green;
    text-decoration: none;
}

.surveyHeaders-text {
    color: white;
    font-family: "Poppins", Sans-serif;
}

.jumbotron h1 {
    color: white;
    font-family: "Poppins", Sans-serif;
    font-weight: 800;
}

h1 {
    color: #445469;
    font-family: "Poppins", Sans-serif;
    font-weight: 800;
}

h4 {
    color: #445469;
    font-family: "Poppins", Sans-serif;
    font-weight: 800;
}

h3 {
    color: #445469;
    font-family: "Poppins", Sans-serif;
    font-weight: 800;
}

.custom-footer-text p {
    color: white;
    font-family: "Poppins", Sans-serif;
}

label {
    color: black;
    font-weight: 800;
    font-family: "Poppins", Sans-serif;
}

p {
    color: black;
    font-family: "Poppins", Sans-serif;
}

.accordion-button:not(.collapsed) {
    background-color: #BDDBF1;
}

i {
    font-size: 3rem;
}

@media (max-width: 500px) {
    i {
        font-size: 1rem;
    }

    p {
        font-size: 11px;
    }
}

.spiderChart {
    width: 70%
}

@media (max-width: 750px) {
    .spiderChart {
        width: 200%
    }
}
