@charset "utf-8";


body {
    font-family: verdana;
    font-size: 16px;
    color: black;
    text-align: justify;
    background-color: #f7faee;
}


footer {


  padding: 16px;
}





li {
    margin-bottom: 6px;
}


h5 {
    font-size: 20px;
    font-weight: bolder;
    text-align: left;
    margin-bottom: 30px;
}

h4 {
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 30px;
}


h3 {
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 30px;
    color: green;
}

h2 {
    font-size: 24px;
    font-weight: bolder;
    text-align: left;
    margin-bottom: 30px;
    color: green;
}


a {
/*     text-decoration: none; */
    color: #508202;
    font-size: 16px;
}

a:hover {
    text-decoration: underline;
}


hr {
    border-top: 1px solid green;
    border-width: 2px;
}


.affix {
  top: 0;
  width: 100%;
}

.affix + .container-fluid {
  padding-top: 70px;
}








