* {
  text-decoration: none;
  list-style: none;
}

html {
  width: 100%;
}

body {
  margin: 0px 0px 0px 0px;
  background-image: linear-gradient(#97D8C0, #B9E69F);
  height: 100%;
}

.copyButton {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  background-color: rgba(163, 32, 210, 0.8);
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  width: 600px;
}

@media screen and (max-width: 650px) {
  .copyButton {
  width: 93%
  }
}

/* Header Navigation Bar Begin */
.navigationbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  height: 35px;
  z-index: 3;
}

.logo {
  width: 20%;
  position: absolute;
  transition: 2s;
  z-index: 3;
}

@media (max-width: 1050px) {
  .logo {
    display: none;
  }
}

.menu {
  display: flex;
}

.menu a {
  text-decoration: none;
  color: #7900FB;
  padding: 10px;
  font-size: 1.2em;
  font-family: sans-serif;
}

.menu a:hover {
  color: white;
}

/* "ALL RIGHTS.." in navburger menu BEGIN */
@media (min-width: 769px) {
  .menu p {
    display: none;
  }

  .menu .smicons {
    display: none;
  }
}

/* "ALL RIGHTS.." in navburger menu END */
/* Header Navigation Bar Ends */

/* NavBurger Menu Begins */
@media (max-width: 768px) {
  .navigationbar {
    display: flex;
    margin-top: -20px;
    height: 0px;
  }

  .logo {
    width: 24%;
    top: 10px;
    position: fixed;
    cursor: pointer;
  }

  .navburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 20px;
    height: 33px;
    width: 33px;
    background-color: white;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    z-index: 4;
  }

  .line {
    width: 18px;
    height: 2px;
    background-color: #7900FB;
    margin: 2px 0px;
    border-radius: 2px;
  }

  .menu {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: #fff;
    width: 30vw;
    height: auto;
    overflow: hidden;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    transition: 0.5s ease;
    transform: translateX(-100%);
    display: none;
    z-index: inherit;
    text-align: justify;
  }

  .menu li {
    padding: 15px;
  }

  .menu li:hover a {
    color: white;
    background-color: #7900FB;
  }

  .menu a {
    color: #7900FB;
  }

  .menu.active {
    display: block;
    transition: 0.5s ease-out;
    transform: translateX(0%);
  }

  .smicons {
    font-size: 200%;
    margin: 1% 1% 1% 1%;
  }

  .fa {
    padding: 5px;
    margin: 0% 1%;
  }
}

/* NavBurger Menu Ends */

/* Home SlideShow Begins */
.slider {
  margin-top: 3rem;
  max-width: 100vw;
  max-height: 80vh;
  height: 80vh;
  overflow: hidden;
}

.slides {
  display: flex;
  width: 100vw;
  height: 100%;
}

.slides input {
  display: none;
}

.slide {
  transition: 2s;
}

/* Slide Home Banner with Text */
.slide1 {
  background-image: conic-gradient(rgba(163, 32, 210, 0.8), yellow, orange, rgba(163, 32, 210, 0.8), rgba(97, 230, 191, 0.5)90%);
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.halloweenbanner {
  background-image: url(/assets/img/halloweenspecialbanner.jp2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 280px;

}

/* .slide1{
  background-image: url(img/homeslider/halloweenspecial.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 80vh;
} */
.slide2 {
  /* 2nd slide idea */
  background-image: url(/assets/img/homeslider/convention.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100%;
}

.slide3 {
  /* 3rd slide idea */
  background-image: url(/assets/img/homeslider/oceanbackcollage.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100%;
}

.slide4 {
  /* 4th slide idea */
  background-image: url(/assets/img/homeslider/oceanbackcollage.jpg);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100%;
}

.slide5 {
  /* last slide idea */
  background-image: conic-gradient(rgba(163, 32, 210, 0.8), yellow, orange, rgba(163, 32, 210, 0.8), rgba(97, 230, 191, 0.5)90%);
  /* background-image: linear-gradient(to right, rgba(255, 175, 0, 0.2), rgba(150, 34, 246, 0.5), rgba(255, 235, 0, 0.8), rgba(255, 100, 0, 0.7)); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.slidecontent {
  width: 100%;
  height: 100%;
  position: relative;
}

.halloweencopy {
  min-width: 50%;
  max-width: 50%;
  max-height: 70vh;
  position: absolute;
  top: 13%;
  left: 15%;
  z-index: 1;
}

.halloweencopy h1 {
  color: yellow;
  text-align: center;
  font-size: 350%;
}

.halloweencopy p {
  color: white;
  font-weight: bold;
  font-size: 130%;
  margin-top: -25px;
}

.halloweencopy h2 {
  color: white;
  text-align: center;
  text-transform: uppercase;

}

.tanner {
  background-image: url(/assets/img/homeslider/tannerpumpkin.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 90%;
  width: 90%;
  position: absolute;
  top: 5%;
  left: 28%;
}

/* Automatic Navigation Begins */
.navigation-auto {
  position: absolute;
  display: flex;
  width: 100%;
  margin-top: 75vh;
  justify-content: center;
}

.navigation-auto div {
  border: 3px solid #fff;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: 1s;
}

.navigation-auto div:not(:last-child) {
  margin-right: 50px;
}

#radio1:checked~.navigation-auto .auto-btn1 {
  background: #7900FB;
}

#radio2:checked~.navigation-auto .auto-btn2 {
  background: #7900FB;
}

#radio3:checked~.navigation-auto .auto-btn3 {
  background: #7900FB;
}

#radio4:checked~.navigation-auto .auto-btn4 {
  background: #7900FB;
}

#radio5:checked~.navigation-auto .auto-btn5 {
  background: #7900FB;
}

/* Automatice Navigation Ends */
/* Manual Navigation Begins */
.navigation-manual {
  position: absolute;
  width: 100%;
  margin-top: 75vh;
  display: flex;
  justify-content: center;
}

.manual-btn {
  border: 3px solid #fff;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child) {
  margin-right: 50px;
}

.manual-btn:hover {
  background: #7900FB;
}

#radio1:checked~.first {
  margin-left: 0;
}

#radio2:checked~.first {
  margin-left: -100%;
}

#radio3:checked~.first {
  margin-left: -200%;
}

#radio4:checked~.first {
  margin-left: -300%;
}

#radio5:checked~.first {
  margin-left: -400%;
}

/* Manual Naviation Ends */
/* Home SlideShow Ends */

/* Email on home page Begins */
@media screen and (max-width: 650px) {
  .email-container {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    font-size: 14px;
  }

  .stack-column td p {
    font-size: 12px;
  }


}

/* Email on home page Ends

/* Gallery Categories BEGIN */
.image {
  position: relative;
}

.image img {
  display: block;
  overflow: hidden;

}

.image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4%;
  background: rgba(10.5, 100, 250, 0.54);
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s;
}

.image__overlay>* {
  transform: translateY(20px);
  transition: transform 0.25s;
}

.image__overlay:hover {
  opacity: 1;
}

.image__overlay:hover>* {
  transform: translateY(0);
}

.image__title {
  font-size: 2em;
  font-weight: bold;
}

/* Gallery Categories END */

/* Gallery Convention & Ocean & Back BEGIN */

@media (max-width: 700px) {
  .gallery .image-container {
    columns: 1 !important;
    width: 100% !important;
  }
}

.gallery {
  padding: 2rem 5%;
  justify-content: center;
}

.gallery-convention {
  padding: 2rem 5%;
}

.gallery .gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery .gallery-item,
.gallery-convention .gallery-item {
  break-inside: avoid;
  margin-bottom: 1.5rem;
}

.gallery .image-container {
  columns: 5rem 2;
  gap: 1.4rem;
  width: 50%;
  justify-content: center;
  margin: 0 auto;
}

.gallery-convention .image-container {
  columns: 5rem 2;
  gap: 1.4rem;
  width: 50%;
}

.gallery .image-container img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0.7rem;
}

.gallery-convention .image-container img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0.7rem;
}

.gallery .image-container img:hover {
  transform: scale(1.1);
}

.gallery-convention .image-container img:hover {
  transform: scale(1.1);
}

/* Gallery END */

/* Footer BEGIN */
.smicons {
  font-size: 200%;
  margin: 5% 5% 5% 5%;
}

.fa {
  padding: 10px;
  margin: 0% 2%;
  color: #422f92;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa:hover {
  background: #422f92;
  color: white;
}

/* Footer END */


@media (max-width: 700px) {

  .headerwrap {
    padding: 0 0% !important;
  }

  .headerimg {
    width: 100% !important;
  }

}


.headerwrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  z-index: 50000000;
  padding: 0 30%;
}

.headerwrap h1 {
  padding: 15%;
}

.headerimg {
  width: 300px;
}

iframe {
  z-index: -1;
}

main {
  display: block;
  margin-top: 50px;

}


table {
  border-spacing: 0;

}

td {
  padding: 0;
}

img {
  border: 0;
  border-radius: 20px;

}


/* contact form */
.contact-form {
  max-width: 600px;
  background: #fff;
  padding: 30px;
  margin: auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 100px;
}

.contact-form button {
  background-color: #007BFF;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

.contact-form button:hover {
  background-color: #0056b3;
}

/* Contact Form */




/* Affects INDEX, VIDEOS, ABOUT  */
.main {
  display: block;
  margin: auto;
  width: auto;
  max-width: 600px;
  background-color: #fff;
  font-family: sans-serif;
  color: #4a4a4a;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  align-content: center;
  margin-bottom: 50px;
}

footer nav {
  padding: 40px 0;
}

footer nav ul {
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  padding: 5px 20px 5px 20px;
}

footer nav ul li {
  list-style: none;
  padding: 25px 16px;
}

footer nav ul li a {
  font-family: comic;
  font-size: 24px;
  font-weight: 120px;
  color: #422f92;
}

h1 {
  color: #422f92;
}

h4 {
  margin-bottom: 2px;
  text-align: left;
}

p {
  margin-top: 2px;
  font-size: 16px;
  text-align: left;
  text-indent: 20px;
}

.two-columns {
  text-align: center;
}

.two-columns .column {
  width: 100%;
  max-width: 290px;
  display: inline-block;
  vertical-align: middle;
}

.two-columns .padding {
  padding: 5px;
}

.two-columns .content {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}

footer {
  text-align: center;
}

footer p {
  text-align: center;
}

hr {
  width: 30%;
}