body {
    font-size: 100%;
  }
  
  h1 {
      font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
      color: #0a0082;
      font-size:2.5em
     }

  h2 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
          color: #999999;
    font-size: 1.5em;
  }
  
  .container {
    padding-left: 10em;
    padding-right: 10em;
    position: relative;
  }

  .menutop {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        color: #6154ac;
        background-color: #e9e9e9;
        min-height: fit-content;
        min-width: fit-content;
  }

  .menulist {
        padding-top: 10px;
        padding-bottom: 10px;
        list-style-type: none;
  }

  .topbutton {
    padding-right: 15px;
    padding-left: 15px;
    display: inline;
  }

  .main {
      width: 100%;
  }

  .h1logo {
    width: 5em;
    float: left;
    padding: 1em;
  }

  .imgfullwidthscreen {
    max-width: 100%;
    height: auto;
    opacity: 0.5;
  }

  .footer {
      background-color: #0a0082;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      color: #f9f4fc;
      font-size: 0.75em;
      position:relative;
      bottom: 0px;
      text-align: center;
      padding: 1px; 
  }