        



body {
    font-family:  arial, Verdana, Tahoma, Times New Roman, Times, serif;
    font-size: 16px;

    /* background-image: url("../images/bkgrnd/bricks.jpg")!Important; */
    /* opacity: 0.7; */
    /* background-image: url("../images/bkgrnd/try1.png")!Important;  */

}

 /*
sizes for h tags
h1 - 2.5rem = 40px
h2 - 2rem = 32px
h3 - 1.75rem = 28px
h4 - 1.5rem = 24px
h5 - 1.25rem = 20px
h6 - 1rem = 16px
*/


h13 {
    font-size: 2.5rem;
}

.center-hr-80{
    width: 80%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #0078B9;
    color: #0078B9;
    border: 0 none;
        padding: 0!Important;
   
}
        
.center-hr-60 {
    width: 60%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #0078B9;
    color: #0078B9;
    border: 0 none;
    padding: 0!Important;

}

.center-hr-60-heavy {
    width: 60%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color: #0078B9;
    color: #0078B9;
    border: 0 none;
    padding: 0!Important;

}

.center-hr-80-heavy {
    width: 80%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color: #0078B9!important;;
    color: #0078B9!important;;
    border: 0 none;
    padding: 0!Important;
}

.center-hr-60-info {
    width: 60%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #0078B9!important;
    color: #0078B9!important;
    border: 0 none;
    padding: 0!Important;

}

.form-details {
    background-color: #ecf0f1!important;

}