body {
         width:96%;
         max-width:1920px;
         background-color: #0080be;
         font-family: VERDANA,ARIAL,HELVETICA;
         font-size: 15px;
         line-height: 22px;
         text-align: center;
}

h1  {
         color: white;
         font-size: 16px;
         -webkit-margin-before: 0px;
         -webkit-margin-after: -5px;
          -webkit-margin-start: 0px;
          -webkit-margin-end: 0px;
}

h2  {
         color: white;
         font-size: 18px;
         -webkit-margin-before: 1.68em;
         -webkit-margin-after: 0em;
         -webkit-margin-start: 2.2em;
         -webkit-margin-end: 0em;
          text-align: left;
}

h5  {
         color: white;
}

p  {
         color: white;
         text-align: left;
         -webkit-margin-before: 1.68em;
         -webkit-margin-after: 2.68em;
         -webkit-margin-start: 2.68em;
         -webkit-margin-end: 0.68em;
}

a  {
         color: white;
}

#fitin {
    width: 96%;
    font-size: 1em;
}

@media screen and (max-width: 1000px) {
#fitin {
    width: 100%;
    font-size: 0.8em;
}
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 0 30px 0 0;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
