

body {
        font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
        font-style: normal;
        /* font-size: 16pt; */
        font-size: 1.5rem;
        font-weight: bold;
        text-decoration: none;
        color: #FF99FF;
        background: #000000;
      }
      
      .headertext {
        font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
        font-style: normal;
        font-size: 24pt;
        font-weight: bold;
        text-decoration: none;
        color: #CC00CC;
      }
      
      .tinytext {
        font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
        font-style: normal;
        font-size: 8pt;
        font-weight: bold;
        text-decoration: none;
        color: #FF99FF;
      }

      .notsotinytext {
        font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
        font-style: normal;
        font-size: 12pt;
        font-weight: bold;
        text-decoration: none;
        color: #FF99FF;
      }
      
      .headercolortext {
        font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
        font-style: normal;
        font-size: 16pt;
        font-weight: bold;
        text-decoration: none;
        color: #CC00CC;
      }
      
      a {
        font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
        font-style: normal;
        font-size: 16pt;
        font-weight: bold;
        text-decoration: none;
        color: #FF99FF;
      }
      
      a:hover {
        font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
        font-style: normal;
        font-size: 16pt;
        font-weight: bold;
        text-decoration: none;
        color: #f3cedf;
      }
      
      a.menulink {
        font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
        font-style: normal;
        font-size: 16pt;
        font-weight: bold;
        text-decoration: none;
        color: #CC00CC;
      }
      
      a.menulink:hover {
        font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
        font-style: normal;
        font-size: 16pt;
        font-weight: bold;
        text-decoration: none;
        color: #f3cedf;
      }
      
      .centered {
        text-align: center;
      }
      
      .pct65w {
        width:65%;
        margin-left:auto; margin-right:auto;
      }

      .pct85w {
        width:85%;
        margin-left:auto; margin-right:auto;
      }
      
      .overlaytext {
          text-shadow: 0px 0px 3px #000000, -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;;
      }
      
      .img-logo {
          width: 100%;
          max-width: 300px;
      }
      
      .img-other {
          width: 100%;
          max-width: 500px;
      }

      .img-25 {
          width: 100%;
          max-width: 250px;
      }
      
      .centeredimage {
          margin-left:auto; margin-right:auto; display: block;
      }

      .centerednav {
        margin-left:auto; margin-right:auto;
        display: flex;
      }

      .mottotext {
        font-family: 'Dancing Script', cursive; font-style:italic; font-size:larger;
      }
      
    
    .video-container {
        width:100%;
        position: relative;
    }
    
    .video-container video {
      width: 1400px;
      position: absolute;
      object-fit: cover;
      z-index: 0;
      top:0;
      left: 50%;
      transform: translate(-50%, 0);
      opacity: 1.0;
    }
    
    /* Just styling the content of the div, the *magic* in the previous rules */
    .video-container .caption {
      z-index: 1;
      position: relative;
      text-align: center;
      color: white;
      padding: 10px;
      width:50%;
      background-color: rgba(0, 0, 0, 0.0);
    }
      
      .topnav {
        overflow: hidden;
        background-color: #333;
      }
      
      .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
      }
      
      .topnav a:hover {
        background-color: #ddd;
        color: black;
      }
      
      .topnav a.active {
        background-color: #784278;
        color: white;
        display: block;
      }
      
      .topnav .icon {
        display: none;
      }
      
      @media screen and (max-width: 600px) {
        .topnav a {display: none;}
        .topnav a.icon {
          float: right;
          display: block;
        }
    
        .pct65w {
          width:95%;
          margin-left:auto; margin-right:auto;
        }

        .pct85w {
          width:95%;
          margin-left:auto; margin-right:auto;
        }
    
        .video-container .caption {
          z-index: 1;
          position: relative;
          text-align: center;
          color: white;
          padding: 10px;
          width:80%;
          background-color: rgba(0, 0, 0, 0.0);
        }
    
        .video-container video {
          width: 400px;
          position: absolute;
          object-fit: cover;
          z-index: 0;
          top:0;
          left: 50%;
          transform: translate(-50%, 0);
          opacity: 1.0;
        }

        body {
          font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
          font-style: normal;
          /* font-size: 16pt; */
          font-size: 1.5rem;
          font-weight: normal;
          text-decoration: none;
          color: #FF99FF;
          background: #000000;
        }

        .centerednav {
          margin-left:auto; margin-right:auto;
          display:block;
        }
      }
      
      @media screen and (max-width: 600px) {
        .topnav.responsive {position: relative;}
        .topnav.responsive .icon {
          position: absolute;
          right: 0;
          top: 0;
        }
        .topnav.responsive a {
          float: none;
          display: block;
          text-align: left;
        }

        .topnav.responsive .icon {
          float: none;
          display: block;
          text-align: center;
        }
      }