:root {
    --mainh: #C52326;
    --mainh1: #760608;
}

h2,
h3 {
    margin: 0px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 22px;
}

body {
    background-color: #efefef;
    font-family: 'Montserrat', sans-serif;
    color: #173caa;
}

a,
.hl {
    color: var(--mainh);
}

.snav {
    background-color: #173caa;
    color: white;
    height: 30px;
    /* border-bottom: 5px solid var(--mainh); */
}

#header {
    max-width: 1240px;

}

#main {
    padding: 40px;
    padding-bottom: 150px;
    max-width: 1240px;
}

#sub {
    padding: 40px;
    max-width: 1240px;
}

@media only screen and (max-width: 600px) {
    #main {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

#footer {
    /* background: var(--mainh); */
    /* color: white; */
    padding: 30px;
    /* border-top: 50px solid var(--mainh1); */
    max-width: 1240px;

}

#footer .text-muted {
    color: #e6999a !important
}