﻿body {
    
}
h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
h2 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}
h3 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: red;
}
h4 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
h5 {
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

#section, #sectionTwo, #sectionThree, #sectionFour, #sectionFive, #sectionSix, #sectionSeven {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: #7EA3D5;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.25;
    /*color: #700017;*/
    /*font-family: Georgia;*/
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        font-size: 60%;
        font-weight: 300;
        /*color: #7c7f83;*/
    }
/*address {
    padding-left: 10%;
    display: block;
    font-weight: 600;
}*/
.indent {
    padding-left: 10%;
    display: block;
}
#edit {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}