html body {
  margin: 0;
  padding: 0;
  background-color: #be1e2d;
  vertical-align: middle;
  /* 
  font-family: Verdana, Geneva, sans-serif;
  color: #111;
  */
  font-family: 'Quicksand' ,Arial, Helvetica, sans-serif;
  line-height: normal;
  font-size: 16px;
  color: #282828;
}

.logo {
  display: inline-block;
  margin: auto;
  padding: 15px;
}

.logo, img {
  max-width: 300px;
  height: auto;
}

.menu {
  background-color: #be1e2d;
  min-height: 7px;
  min-width: 100%;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 0px;
  max-height: 40px;
  text-align: center;
}

.menuText {
  display: inline-block;
  color: #ffffff;
  padding: 7px;
  text-align: center;
  min-height: 40px;
  vertical-align: middle;
  font-size: 18px;      
}

form td span {
  font-size: 1em;
  font-weight: bold;
}

#taLogin {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.buttonFixed {
  font-size: 1em;
}

.msg {
  background-color: #ffffff;
  border-width: 2px;
  border-color: #ff0000;
  border-style: solid;
  border-radius: 5px;
  margin-top: 0.5em;
  padding: 0.5em;
  max-height: 150px;
  height: expression( this.scrollHeight > 150 ? "150px": "auto");
  /* sets max-height for IE */
  overflow: auto;
  font-size: 1em;
}

.container {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  background: #ffffff; 
  min-height: 275px;
  width: 100%;
  text-align: center;

}

.container h1 {
  border-bottom: 1px solid #a6abaf;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  display: block;
  height: 100px;
  font: 600 18px;
  padding-top: 10px;
  margin: 0;
  text-align: center;

}

.notification {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: red;
  max-width: 100%;
}

.message {
  font-size: 22px;
}

.login {
  text-align: right;
  margin: 0 auto;
  padding-top: 50px;
}

.example {
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}

.example table {
  margin: 0 auto;
  margin-top: 25px;
  width: 800px;
  text-align: justify;
}

.example table th,td {
  padding: 5px;
}

.example table th {
  border-bottom: 3px solid #111;
}

.example table td {
  padding-left: 15px;
}

.footer {
  display: block;
  position: relative;
  bottom: 0;
  color: #ffffff;
  min-width: 100%;
}

.footer-top {
  position: relative;
  bottom: 0;
  background-color: #213067;
  min-height: 7px;
  min-width: 100%;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 0px;
  max-height: 40px;
  text-align: center;
}

.footer-bottom {
  position: relative;
  bottom: 0;
  background-color: #be1e2d;
  display: inline-block;
  min-width: 100%;
}

.footer-text {
  display: inline-block;
  color: #ffffff;
  padding: 8px;
  text-align: center;
  min-height: 40px;
  vertical-align: middle;
}

.footer-text, a {
  color: #ffffff;
  text-decoration: none;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content:center;
  align-content: center;
}

#footer-left {
  float: left;
  padding: 5px 10px 5px 10px;
}

#footer-center {
  text-align: center;
  padding: 5px 10px 5px 10px;
}

#footer-right {
  float: right;
  padding: 5px 10px 5px 10px;
}

#footer-left h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
}

#footer-left h3 span {
  text-transform: none;
  display: block;
  font-size: 70%;
}

#footer-center img {
  max-width: 65%;
  box-sizing: border-box;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

ul#social {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.offScreen {
  position: fixed;
  top: -1000000px;
  left: -1000000px;
}

.icon {
  display: inline-block;
  padding: 0px 3px 0px 3px;
}

@media only screen and (max-width: 655px) {
  .footer-top {
    position: relative;
    bottom: 0;
    background-color: #213067;
    min-height: 7px;
    min-width: 100%;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 100%;
    text-align: center;
  }

  .icon {
    padding: 10px 25px 10px 10px;
  }
}

@media only screen and (max-width: 800px) {

    .icon {
        padding: 10px 10px 10px 10px;
      }

    .footer-bottom {
        display: grid;
        justify-items: center;
        align-items: center;
        justify-content: center;
        align-content: center;
        position: inherit;
        bottom: 0;
        background-color: #be1e2d;
        min-width: 100%;
        padding-bottom: 15px;
      }

  .footer-content {
    display: inherit;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 0px;
    text-align: center;
  }

  #footer-left {
    display: grid;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 0px;
    text-align: center;
  }
  
  #footer-center {
    display: grid;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding: 0px;
    text-align: center;
  }
  
  #footer-right {
    display: grid;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding-top: 25px;
    text-align: center;
  }
}