/* Applies to entire site */


body {

    font-size: 1.6rem !important;
}

h1 {
    font-size: 2.6rem !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
h2 {
    font-size: 2.4rem !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
h3 {
    font-size: 2rem !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
h4 {
    font-size: 1.8rem !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
h5 {
    font-size: 1.4rem !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

#copyright {
    background-color: #555;
    color: #fff;
    margin-bottom: 0px;
    font-size: 13px;
    font-family: Montserrat;
    height: auto;
    float: bottom;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    border-top: 1px solid #fff;
}