 {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}

#body {
  background-color: #ffffff;
  margin-bottom: 10px;
}

/* ------------sidebar ------------ */

#sidebar {
  position: fixed;
  width: 350px;
  height: 100%;
  background: #bfbfbf;
  left: -350px;
  transition: 0.4s;
}

#sidebar ul li {
  list-style: none;
  color: #fff;
  font-size: 20px;
  padding: 20px 24px;
}

#sidebar .toggle-btn {
  position: absolute;
  top: 30px;
  left: 380px;
}

.toggle-btn span {
  width: 45px;
  height: 4px;
  background: #ff0066;
  display: block;
  margin-top: 4px;
}

#sidebar.active {
  left: 0;
}

#sidebar a:link {
  text-decoration: none;
  padding: 5px;
  color: #80ffff;
}

#sidebar a:hover {
  text-decoration: none;
  color: #e600e6;
}

/* ------------ main site ------------ */

.headerbar {
  padding: 5px;
  height: 25px;
  text-align: center;
  font-size: 1.5em;
}

.headerbar img {
  /* height: 25px;*/
  width: 350px;
}

.headerbar .socials {
  float: right;
}

/*Gallery*/

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.scroll-box {
  position: relative;
  height: 25%;
  width: 90%;
  margin: 25px;
}

.scroll-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 99;
  height: 100%;
  width: 200px;
  background-image: linear-gradient(90deg, white, transparent);
}

.icon {
  color: rgb(85, 205, 252);
  background-color: white;
  font-size: 50px;
  outline: none;
  border: 2px;
  padding: 0px 20px;
  cursor: pointer;
}

.icon:hover {
  color: rgb(255, 183, 193);
}

#horizontal-scrollbox {
  text-align: center;
  margin: auto;
}

.scroll-images::-webkit-scrollbar {
  /*-webkit-appearance: none;  */
}

.scroll-images::-webkit-scrollbar-track {
}

.scroll-images::-webkit-scrollbar-thumb {
  background: linear-gradient (to right, blue, pink);
}

.scroll-images {
  overflow-x: scroll;
  /*overflow-y: hidden;*/
  white-space: nowrap;
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.scroll-images .scroll-child {
  display: inline-block;
  margin: 10px;
  padding: 10px;
  border: 2px solid #bfbfbf;
  border-radius: 10px;
}

.scroll-images .scroll-child img {
  height: 400px;
}

.scroll-child-header {
  text-align: center;
}

/* Gallery Pages  */

.events-gallery {
  margin: auto;
  text-align: center;
}

.gallery-images {
  /*overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap; 
  display: flex; */
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: auto;
  padding-right: auto;
}

.gallery-images a {
  text-decoration: none;
}

.gallery-images a:hover {
}

.gallery-images .gallery-child {
  display: inline-block;
  margin: 10px;
  padding: 10px;
  border: 2px solid #bfbfbf;
  border-radius: 10px;
}

.gallery-images .gallery-child img:hover {
  transform: scale(1.025);
}

.gallery-child-header {
  text-align: center;
}

/* ------------ Power words ------------ */

.powerwords {
  text-align: center;
  font-size: 1.5em;
}

.powerwords img {
  height: 240px;
  width: 480px;
}

.powerwords-left {
  height: 240px;
  width: 90%;
  margin: auto;
  background-color: #f2f2f2;
}

.powerwords-left img {
  float: left;
}

.powerwords-right {
  height: 240px;
  width: 90%;
  margin: auto;
  background-color: #f2f2f2;
}

.powerwords-right img {
  float: right;
}

/* ------------ About Us ----------- */

.aboutus {
  text-align: center;
  font-size: 1.5em;
}

.aboutus-small {
  height: 400px;
  width: 90%;
  margin: auto;
}

.aboutus-large {
  height: 800px;
  width: 90%;
  margin: auto;
}

.testis-small {
  line-height: 1.3;
  width: 90%;
  margin: auto;
}

.testisaddby {
  color: #a6a6a6;
}

.testis-small img {
  width: 85%;
  height: 3px;
  margin: auto;
}

.testis-small a button {
  width: 150px;
  height: 50px;
  border-radius: 15px;
  font-size: 1.25em;
}

/* ---------- meet the team ---------- */

.ourteam-header {
  padding: 5px;
  height: 200px;
  text-align: center;
  font-size: 1.5em;
}

.wendyshimmer-header {
  padding: 5px;
  height: 425px;
  text-align: center;
  font-size: 3em;
  font-family: 'Luxurious Script', cursive;
}
.wendyshimmer-header img {
  height: 350px;
}

.wendyshimmer-frame {
  line-height: 1.5;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  //background-color: rgba(124, 246, 255, 0.10);
  border-radius: 25px;
  padding: 20px;
  justify-content: center;
}

.wendyshimmer-frame .wendyshimmer-title {
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
}

.wendyshimmer-text {
  font-size: 1.25em;
  justify-content: center;
  text-align: center;
}

.wendyshimmer-text span {
  width: 80%;
  margin-left: 5%;
  text-align: center;
}

.wendyshimmer-text span img {
  text-align: center;
  margin: auto;
  width: 90%;
  height: 1px;
}

.ourteam-heading {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}

.ourteam-frame {
  line-height: 1.3;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  //background-color: #f2f2f2;
  border-radius: 25px;
  padding: 20px;
}

.ourteam img {
  display: block;
  width: 300px;
  margin: auto;
  border-radius: 50%;
  border: 3px solid #555;
}

.ourteam-frame .ourteam-title {
  text-align: center;
  font-size: 1.5em;
}

.ourteam-text {
  font-size: 1.25em;
}

.madeby a {
  text-decoration: none;
}

/*.......login  form..................*/
.login {
  width: 50%;
  height: 100vh;
  margin: auto;
  
}

.login form {
  background-color: rgba(87,250,234,0.10);
  border-radius: 20px;
  width 50%
  height: 100vh;
  padding: 10px;
  margin: auto;
  text-align: center;
  justify: center;
}

.login input {
  height: 50px;
  width: 80%;
  margin: 10px;
  padding: 10px;
  border: 2px solid #bfbfbf;
  border-radius: 10px;
  font-size: 1.5em;
}

.login button {
  height: 50px;
  width: 25%;
  margin: auto;
  padding: 10px;
  border: 2px solid #bfbfbf;
  border-radius: 7px;
  font-size: 1.5em;
}

/* ------ screen size less than 450px ------  */

@media (min-width: 450px) {
  .headerbar {
    padding: 5px;
    height: 75px;
    text-align: center;
    font-size: 1.5em;
  }

  .headerbar img {
    width: 400px;
  }

  .aboutus-large {
    height: 700px;
  }

  .aboutus-small {
    height: 400px;
  }
}

@media (min-width: 640px) {
  .headerbar {
    padding: 5px;
    height: 75px;
    text-align: center;
    font-size: 1.5em;
  }
  .headerbar img {
    /* height: 25px;*/
    width: 455px;
  }

  .aboutus-large {
    height: 500px;
  }

  .aboutus-small {
    height: 300px;
  }
}

@media (min-width: 1200px) {
  .headerbar {
    padding: 5px;
    height: 75px;
    text-align: center;
    font-size: 1.5em;
  }
  .headerbar img {
    /* height: 25px;*/
    width: 455px;
  }

  .aboutus-large {
    height: 250px;
  }

  .aboutus-small {
    height: 200px;
  }
}

.gellerylink {
  width: 90%;
  text-align: center;
}

/*Footer*/

.footer {
  background-color: #fff;
}

.association {
  margin: auto;
  padding: 10px;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}

.associations {
  margin: auto;
  text-align: center;
  /* background-color: #e5e4e4;*/
}

.madeby {
  margin: auto;
  padding: 10px;
  text-align: center;
  font-size: 1em;
}
