body{
    background-image: linear-gradient(90deg, #550030, #1A0D19, #000000);
    min-width: 300px;
}

@font-face {
    font-family: century;
    src: url(mhFonts/CenturyNormal.ttf);
  }  
    
  h1, h2, h3, h4, h5, h6, p, ul, li{
    font-family: century;
    color: darkgoldenrod;
  font-family: century;
  font: inherit;
  }

  *{
    margin: 0;
    padding: 0;
}
  
    .overlay {
      height: 0%;
      width: 100%;
      position: fixed;
      z-index: 100;
      top: 0;
      left: 0;
      background-color: rgb(0,0,0);
      background-color: rgba(0,0,0, 0.9);
      overflow-y: hidden;
      transition: 0.5s;
    }
    
    .overlay-content {
      position: relative;
      top: 25%;
      width: 100%;
      text-align: center;
      margin-top: 30px;
    }
    
    .overlay a {
      padding: 8px;
      text-decoration: none;
      font-size: 36px;
      color: #818181;
      display: block;
      transition: 0.3s;
    }
    
    .overlay a:hover, .overlay a:focus {
      color: #f1f1f1;
    }
    
    .overlay .closebtn {
      position: absolute;
      top: 20px;
      right: 45px;
      font-size: 60px;
    }
    
    @media screen and (max-height: 450px) {
      .overlay {overflow-y: auto;}
      .overlay a {font-size: 20px}
      .overlay .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
      }
    }
  
  /*-----------End Overlay, Start Media Queries------------*/
  
  @media screen and (max-width:480px) {
    .sideNav{
        display: none;
    }
  
    .topNav{
    background-color: #65023C;
    opacity: .9;
    width: 100%;
    height: 40px;
    box-shadow: 0px 5px  10px black;
    position: sticky;
    top: 0;
    }
  
    .topLinks{
        padding: 10px;
    }
  
  
    
    .menuIcon{
        float: right;
        color: darkgoldenrod;
        padding: 4px;
        font-size:30px;cursor:pointer;
    }
  
    .BannerSmall{
      text-decoration: none;
        color: darkgoldenrod;
        font-family: serif;
        font-weight: bold;
        font-size: 35px;
        margin: 10px;
        vertical-align: middle;
    }
  
    .lg-view{
      display: none;
    }
  
  
  topNav{
      background-color: #65023C;
      opacity: .9;
      width: 100%;
      box-shadow: 0px 5px  10px black;
      position: sticky;
      top: 0;
  }
  }
  
  @media screen and (min-width:480px) {
      .sideNav{
          display: none;
      }
  
      .topNav{
      background-color: #65023C;
      opacity: .9;
      width: 100%;
      height: 40px;
      box-shadow: 0px 5px  10px black;
      position: sticky;
      top: 0;
      }
  
      .topLinks{
          padding: 10px;
      }
  
      .sm-view{
        display: none;
      }
  
  
  
      .menuIcon{
          float: right;
          color: darkgoldenrod;
          padding: 4px 7px;
          font-size:30px;cursor:pointer;
      }
  
    
  
      .BannerLarge{
          text-decoration: none;
          color: darkgoldenrod;
          font-family: serif;
          font-weight: bold;
          font-size: 35px;
          margin: 10px;
          vertical-align: middle;
      }
  
  
    topNav{
        background-color: #65023C;
        opacity: .9;
        width: 100%;
        box-shadow: 0px 5px  10px black;
        position: sticky;
        top: 0;
    }
  }
  
    @media screen and (min-width: 1024px) {
      .topNav{
          display: none;
      }
      
      .sideNav{
          display: inline;
          background-color: #65023C;
          width: 20%;
          height: 100%;
          position: fixed;
          z-index: 100;
          top: 0;
          left: 0;
          float: left;
          overflow-x: hidden;
          padding-top: 20px;
          box-shadow: 10px 2px 20px;
      }
  
      #navSeal{
          width: 85%;
          margin-top: 10px;
          margin-bottom: 20px;
          margin-left: 7%;
      }
  
      .sideLinks ul li a{
          color: darkgoldenrod;
          text-decoration: none;
          padding: 15px 15px;
          font-weight: bold;
          line-height: 75px;
          width: 100%;
      }
  
      .sideLinks ul li a:hover{
          color: goldenrod;
          background-color: rgb(56, 10, 56, 0.8);
          border-radius: 7px;
          border-style: inset;
          border-color: #000000;
          text-wrap: nowrap;
      }
  
      .siteBody{
          margin-left: 20%;
          clear: left;
      }
  }
  

.siteBody{
  color: darkgoldenrod;
  text-align: center;
  margin-top: 30px;
  align-items: center;
}

.contentBlocks{
  width: 85%;
  background-color: rgba(166,81,126, 0.09);
  margin: 80px auto;
  border-radius: 13px;
  padding: 20px;
  text-align: center;
  align-items: center;
}

footer{
    margin-top: 50px;
    background-color: black;
    height: px;
}

.footerContent{
    border: 4px solid darkgoldenrod;
    border-style: double;
    color: darkgoldenrod;
    text-align: center;
}

/*Booking page styles*/

.pdfAccordion{
    width: 100%;
    margin: 60px auto;
    border: 4px solid darkgoldenrod;
    border-style: outset;
  }
  
  .collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: rgb(65, 64, 64);
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }.collapsible {
    background-color: #550030;
    color: darkgoldenrod;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  .active, .collapsible:hover {
    background-color: darkgoldenrod;
    color: black;
  }
  
  .collapsible:after {
    content: '\002B';
    color: darkgoldenrod;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .content {
    padding: 0 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
  }
  
  .formDownload{
    margin: 10px auto;
    font-style: italic;
    font-family: century;
    font-weight: bold;
    color: blueviolet;
    text-decoration: none;
    font-size: large;
  }
  
  .formDownload:hover{
    color: rgb(178, 102, 250);
    font-weight: bolder;
    text-decoration: underline;
  }
  
  /*End PDF Accordion*/
  .bookingDescript{
    margin: 40px 40px;
    text-justify: inter-word;
    line-height: 1.5em;
  }
  
  .bookingLink{
    margin: 60px auto;
  }
  
  /* Booking Styles */

section {
    clear: left;
    max-width: 600px;
    margin: 10px auto;
 }
 
 section p {
    color: darkgoldenrod;
    margin-bottom: 5px;
    margin-left: 10px;
    padding-top: 5px;
    width: 98%;
    float: left;
    text-align: left;
 }
 
 #formP{
    float: left;
 }
 
 fieldset{
    float: left;
    margin: 1%;
    width: 95%;
    border-radius: 7px;
 }
 
 #clientInfo{
    width: 95%;
 }
 
 .radioArea{
    float: left;
    display: inline-flex;
    margin-left: 10px;
 }
 
 label{
    display: block;
    float: left;
    clear: left;
    width: 30%;
    margin: 5px 0px 5px 0px;
    padding-left: 5px;
 }
 
 #radioLabel{
    margin-right: 20px;
 }
 
 /* style for the radio field */
input[type="radio"]:before {
  content: " ";
  display: block;
  background-color: white;
  border: 1px solid #aaaaaa;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 100px;
  visibility: initial;
}
/* style for the dot inside the radio field */
input[type="radio"]:after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  position: absolute;
  top: 8px;
  left: 8px;
  visibility: initial;
  background-color: #ffffff;
  transition: background-color 0.2s ease-in-out;
}
/*style for hover state */
input[type="radio"]:hover:after {
  background-color: #c1def7;
}
/* style for checked state */
input[type="radio"]:checked:after {
  background-color: #50607a;
}

 
 input, textarea{
    display: block;
    float: left;
    width: 60%;
    height: 30px;
    margin: 5px 10px 5px 0px;
    padding-left: 5px;
    border-radius: 5px;
 }



input[type=select] {
    border: 0px;
    width: 100%;
    height: 3em;
    float: left;
}
 
 textarea{
    height: 100px;
    margin-left: 20px;
 }
 
 #submit{
    width: 150px;
    float: none;
    margin: 0px auto 0px auto;
 }
 
 select:focus{
    background-color: rgb(220, 255, 220);
    background-image: url(okay.png);
    background-repeat: no-repeat;
    background-position: right;
 }
 
 textarea:focus{
       background-color: rgb(220, 255, 220);
       background-image: url(okay.png);
       background-repeat: no-repeat;
       background-position: right;
    }
 
 
 input:focus{
    background-color: rgb(220, 255, 220);
    background-image: url(okay.png);
    background-repeat: no-repeat;
    background-position: right;
 }
 
 input:invalid {
    background-color: rgb(255, 232, 233);
    background-image: url(warning.png);
    background-repeat: no-repeat;
    background-position: right;
 }
 
 select:invalid{
    background-color: rgb(255, 232, 233);
    background-image: url(warning.png);
    background-repeat: no-repeat;
    background-position: right;
 }
 
 textarea:invalid{
    background-color: rgb(255, 232, 233);
    background-image: url(warning.png);
    background-repeat: no-repeat;
    background-position: right;
    }
 
 
 