﻿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: left;
   
}

h5 {
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: #e32;
    
}

#section, #sectionOne, #sectionTwo, #sectionThree, #sectionFour, #sectionFive, #sectionSix, #sectionSeven, #sectionEight {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: #2F5A92;
}

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;
}
.required:after {
    content: " *";
    color: #A30000;
    font-weight: bold;
}
div.border {
    border: 2px;
    border-radius: 12px;
    }

.imageClass {
    margin-left: 20%;
}

.textBox {
    /*display: block;
    margin-bottom: 10px;*/
}

.module1 {
    background-color:lightgrey;
    border: 1px solid #c6e1f2;
    width: 730px;
}

.divConfig {
    color: #000;
    border: 1px solid #ffe58a;
    float: left;
    width: 750px;
    margin-bottom: 25px;
}