﻿

/* set background coloring for the banner */
#banner {
    BACKGROUND: -webkit-linear-gradient(#1b1d1f,#757b7a,#1b1d1f);
    background: -o-linear-gradient(#1b1d1f,#757b7a,#1b1d1f);
    background: -moz-linear-gradient(#1b1d1f,#757b7a,#1b1d1f);
    background: linear-gradient(#1b1d1f,#757b7a,#1b1d1f);
    position: fixed;
    top: 0;
    width: 100%;
 /*   min-width:1024px;  */
    MIN-HEIGHT: 6.30rem;
 /*   max-height: 6.30rem;  */
    Z-INDEX: +24;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: White;
    margin-left: 0rem;
}

.BannerBtn {
    COLOR: White;
    BORDER-STYLE: none;
    BACKGROUND-COLOR: transparent;
    margin-right: 1em;
    font-size:1.2em;
}
/*
.side-nav {
    width: 250px;
    height: 100%;
    position: fixed;
    top: 10rem;
    left: 0;
    padding: 20px;
}

.sidenavbtn { width:12rem; margin-bottom:0.7rem; font-size:1rem; font-weight:bold; }
*/
.CustomBtn {
    BORDER: 2px solid;
    FONT-WEIGHT: bold;
    HEIGHT: 2em;
    cursor: pointer;
    -webkit-border-radius: 0.50em;
    -moz-border-radius: 0.50em;
    -ms-border-radius: 0.50em;
    border-radius: 0.50em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}


/* class used to set input borders to red when entry is required and missing or invalid */
.EntryError {
    border: 2px solid red;
}

.ErrorMsg {
    color: red;
}

.Required {
    color: #e20bf3;
    font-size: 1rem;
    margin-left: 7px;
}

.body-content {
    width: 97%;
    min-width: 1025px;
    max-width: 1400px;
    font-size: 1rem;
    margin: 160px auto 1rem auto;
    padding: 0 1rem;
}

hr {
    width: 100%;
    border: 1px solid black;
    margin-top: -0.1rem;
    margin-left: 0;
}


label {
    font-size: 1.2rem;
}

.btn {
    font-weight: bold;
    -webkit-border-radius: 0.750em;
    -moz-border-radius: 0.750em;
    -ms-border-radius: 0.750em;
    border-radius: 0.750em;
}


input[type=checkbox] {
    transform: scale(1.5); /* All browsers except webkit*/
    -webkit-transform: scale(1.5); /* Webkit browsers*/
    margin-top: -0.3em;
    margin-right: 1em;
}


.sectHdr {
    COLOR: #0e98ed;
    text-decoration: underline;
}

p {
    font-size: 1.2rem;
}





