.abouthead1 {font-weight:normal; font-size: 22px; text-align: center; color:beige; font-family: monospace;}
.abouthead2 {font-size: 30px;}

.url {color: navy; text-decoration: underline;}

.imgright {float: right;padding-right: 20px;padding-left: 20px; padding-top: 1px; padding-bottom: 20px;}
.imgleft {float: left;padding-right: 20px;padding-left: 20px; padding-top: 1px; padding-bottom: 20px;}
.imgcenter {display: block; margin-left: auto; margin-right: auto; padding-bottom: 20px;}

.homebgcolor {background-color: rgb(56, 56, 56);}
.aboutbgcolor {background-color: rgb(209, 219, 226);}

.pagenav {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    font-weight: bold; font-size: 14px;}

.topheader{
    bottom: 90%; 
    text-align: center; 
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
    font-size: 50px;
    color: white;
    background-color: rgb(44, 44, 97);}

.bodydiv{
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
    font-size: 30px;}

.caption{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
    font-size: 20px;}

.footer {
    position: fixed;
    left: 0;
    bottom: 1px;
    width: 100%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    background-color: thistle;
    font-size: 20px ;}

.tableaubgimg {background-image: url("../images/tableaubg.jpg");}

.logo {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 100px;
  height: auto;
}

.logo2 {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 150px;
    transition: all 0.3s ease;
  }

  /* On screens 600px wide or smaller */
  @media screen and (max-width: 600px) {
    .logo2 {
      left: 50%;
      transform: translateX(-50%);
    }
  }