/* remove underline from links */
 a {
       text-decoration: none;
}
/*Floating Back-To-Top Button*/
    #myBtn {
        position: fixed;
        bottom: 10px;
        float: right;
        right: 25%;
        left: 75%;
        max-width: 60px;
        width: 100%;
        font-size: 30px;
        border-color: rgba(85, 85, 85, 0.2);
        background-color: DodgerBlue;
        padding: .5px;
        border-radius: 4px;

    }
/*On Hover Color Change*/
    #myBtn:hover {
        background-color: #7dbbf1;
    }
 
  #top2 {
 clear:left;
 width:90%;
/*  height: 32px;*/
 margin: -15px auto;
  justify-content: center;
 text-align: left;"
}

#buttonrow {
  height: 35px;
  width:100%; 
  float: left;
  text-align: center;
/*  border: 1px solid red; */
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
/*  border: 3px solid green;  */
}
/* Clear floats after the columns */
.center:after {
  content: "";
  display: table;
  clear: both;
}
.button2{
  background-color: DodgerBlue;
  border-radius: 8px;
/*    border: 4px solid white; */
  color: white;
/*  padding: 5px 20px; */
  height: 40px;
  text-align: center;
  text-decoration: none;
 
  font-size: 16px;
  cursor: pointer;
  float: center;
}

.button2:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

.button2:hover {
  background-color: cyan;
}

/* Clear floats after the columns */
.buttonrow:after {
  content: "";
  display: table;
  clear: both;
}
.button-1 {
  height: 32px;
  background-color: DodgerBlue;
  border-radius: 8px;
border: 1px solid red;
/*  border-style: none; */
/*  box-sizing: border-box;*/
  color: #FFFFFF;
  cursor: pointer;

font-family:italic bold 8px Arial, Gadget, Sans-Serif;
}

.button-1:hover{
  background-color: #90CAF9 ;
}

#banner1{
  height: 92px;
  width:100%; 
  margin: auto;
  background-color: LightBlue;
/*  padding: 0px 65px 0px 5px; /* right 65px moves all a little left of center */
/*
  border: 1px solid black;
*/
}
h1{
  margin-top: 0px;
  padding-top: 0px;
}

.leftColumn{
  height: 90px;
  width: 48.5%;
  float:left;
/*
  border: 1px solid red;
*/
}

.rightColumn{
  height: 90px;
  width: 48.5%;
  float:right;
/*
  border: 1px solid red;
*/
}

#headerrow {
  height: 25px;
  width:100%; 
  float: left;
/*  border: 1px solid red;*/
}
.headerleft {
  height: 25px;
  width: 25%;
text-align: center;
  float: left;
/*  border: 1px solid red;*/
}
.headerright {
  height: 25px;
text-align: center;
  width: 25%;
  float: left;
/*  border: 1px solid red;*/
}
.headermiddle {
  height: 25px;
  width: 50%;
text-align: center;
  float: left;
/*  border: 1px solid red;*/
}
/* 
/* Clear floats after the columns */
.headerrow:after {
  content: "";
  display: table;
  clear: both;
}
 */
#bodycol{
  height: 692px;
  width:auto%; 
/*  margin: auto;*/
  background-color: white;
}

.leftbodycol{
  height: auto;
  width:25%;
text-align: center;
/*background-color: DodgerBlue;*/
  float:left;
/*  border: 1px solid red;*/
}

p.small {
  line-height: 0.1;
}
.midbodycol{
  height: auto;
  width: 48%;
  padding: 0px 5px 0px 5px; /* right 65px moves all a little left of center */

  overflow: auto;
  background-color: white;
  float:left;

}

.rightbodycol{
  height: auto;
  width: 25%;
text-align: center;
/*  background-color: DodgerBlue;*/
  float:right;
/*  border: 1px solid red;*/
}
h6{
  margin-top: 0px;
  }
   
h1{
  margin-top: 4px;

  padding-top: 0px;
}

.button-1 {
  background-color: DodgerBlue;
  border-radius: 8px;
border: 1px solid red;
/*  border-style: none; */
/*  box-sizing: border-box;*/
  color: #FFFFFF;
  cursor: pointer;

font-family:italic bold 8px Arial, Gadget, Sans-Serif;
}

.button-1:hover{
  background-color: #90CAF9 ;
}
/* 
.mybutton {
    background-color: purple;
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    font-family: monospace;
    color: white;
    padding: 20px;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
}
*/
