html, body {
    background-color: #f0f0f0;
    font-size: 0.9em;
    font-family: Arial, Verdana, sans-serif;
}

.blue {
    background-color: bisque;
}

.green {
    background-color: aquamarine;
}

.white {
    background-color: white;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.1em;
}

h3 {
    font-size: 1.1em;
    font-weight: bold;
}

.linkblue {
    color: #4c83d4;
    font-size: 2.2em;
    font-weight: bold;
}

.menuback {
    background-color: #969696;
}

#griblock {
    height: 32px;
    background-color: #f9f9f9;
    border: solid 1px #d2d2d2;
    border-top: 0;
}

.border-left {
    border-left: 1px solid;
    border-color: #d2d2d2;
}

.border-right {
    border-right: 1px solid;
    border-color: #d2d2d2;
}

.border-bottom {
    border-bottom: 1px solid;
    border-color: #d2d2d2;
}

.border-top {
    border-top: 1px solid;
    border-color: #d2d2d2;
}

.border-all {
    border: 1px solid;
    border-color: #d2d2d2;
}
.border-rounded {
    border-radius: .25rem!important;
}

.border-rounded-bottom {
    border-bottom-left-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}

.border-no-round-bottom {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}



#content1 p {
    font-size: 1.1em;
}

#features h3 {
    margin-top: 5px;
    font-size: 1.2em;
}

#features p {
    font-size: 0.9em;
}

#footer h41 {
    font-size: 0.8em;
    color: #7f6666;
    font-weight: bold;
    line-height: 15px;
}

#footer h4 {
    color: #666;
    margin-bottom: .5em;
    font-size: 1em;
    font-weight: bold;
}

#footer ul {
    list-style-type: none;
}
#footer ol, #footer ul {
    list-style: none;
}
#footer ul li {
    margin-left: -34px;
    padding: 0;
}

#footer ul li a {
    font-size: .9em;
}
#footer a {
    color: #444;
}
#footer .fcontent {
    margin-left: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

#footer p {
    font-size: 0.8em;
}

#footer ul {
    margin-top: 3px;    
}

#footer li {
    font-size: 0.9em;
    margin-left: 0;
}

#copyright p {
    text-align: center;
}

#headermenu .navbar-dark{
    background-color: #969696 !important;
    
    background-repeat: repeat-x;

}

#headermenu .btback {
    background-color: white;
    color: black;
}

#headermenu .btwhite {
   color: black;
}



#header #icons {
    position: relative; 
    bottom: 0px; 
    text-align:right;
}

#header #icons img {
    margin-right: 6px;
}

#content1 .cta {
    font-size: 1.1em;
    font-weight: bold;
    margin: 15px;
}

#copyright p {
    font-size: 0.9em;
}

.navbar {
    padding: .2rem 0.8rem !important;
}

.navbar-toggler {
    border-color: white !important;
    color: white !important;
}


#leftsidebar #content img {
    border: 5px solid #F1F1F1;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 1px;
    max-width: 100%;
    height: auto;
}


#leftsidebar #sidebar img {
    border: 5px solid #F1F1F1;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 1px;
    max-width: 100%;
    height: auto;
}

#leftsidebar #content h1 {
    font-size: 24px;
    color: #4C83D4;
}

