@charset "utf-8";
/* CSS Document */
body {
font-family: 'Roboto', sans-serif;
}
.mainhead {
    font-family: 'Roboto Slab', serif;
    color: #77912e !important;
}
h1.mainhead {
    font-size: 3rem;
}
h2.mainhead {
    font-size: 2rem;
}
.footerh5 {
    color: white;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    margin-bottom: 2rem;
}
.text-white {
    color: white !important;
}
.hrwhite {
display: none;
}
.boldgold {
    font-weight: bold;
    color: darkgoldenrod !important;
}
/* On screens that are 992px or less */
@media screen and (max-width: 992px) {
h1.mainhead {
    font-size: 2rem;
}
h2.mainhead {
    font-size: 1.5rem;
}
h3.mainhead {
    font-size: 1.75rem;
}
.hrwhite {
color: snow !important;
display: block;
}
}

