﻿
.extraPad {
    font-weight: 600;
    padding: 30px 10px 0px 10px;
}

.fw600 {
    font-weight: 600;
}

@media only screen and (min-width: 600px) {
    p {
        font-size: 1.8rem !important;
    }
}

@media only screen and (min-width: 290px) {
    p {
        font-size: 1.8rem !important;
    }
}


.accordion-button:not(.collapsed) {
    color: white;
    background-color: #061440;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    font-size: 18px;
}

.accordion-button collapsed {
    font-size: 18px;
    padding: 20px;
}

.accordion-button {
    font-size: 18px;
    padding: 20px;
}

.accordion-body {
    font-size: 18px !important;
}

p {
    font-family: 'Roboto', sans-serif !important;
}

div {
    font-family: 'Roboto', sans-serif !important;
}

span {
    font-family: 'Roboto', sans-serif !important;
}

body {
    font-family: 'Roboto', sans-serif !important;
}

