* {box-sizing: border-box}
.mySlides1, .mySlides2 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}



/* Caption text */
.mytext {
    color: white;
    border: black;
    bottom: 8px;
    position: absolute;
    padding: 100px 12px;
    width: 100%;
    text-align: center;
    font-size: 45px;
  }

  .mybtn {
    padding: 150px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }

  .myptag {
    color: black;
    padding: 220px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }

  .mycenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .designTextWhite
  {
    color: white;
  }

  .designTextColor
  {
    color:#552525;
  }

  a.designTextColor
  {
    color:#552525 !important;
  }

  .designBackgroundColor
  {
    background-color: #552525;
  }

  .mainHeaderText
  {
      font-size: 60px;
      text-shadow: -1px 0 1px rgb(104, 104, 104), 0 1px 1px rgb(104, 104, 104), 1px 0 1px rgb(104, 104, 104), 0 -1px 1px rgb(104, 104, 104);
  }

  .pTagHeaderText
  {
      font-size: 27px;
      font-weight: 400;
      margin-bottom: 0px;
      margin-top: 0px;
      padding-bottom: 0px;
      padding-top: 0px;
      text-shadow: -1px 0 1px rgb(104, 104, 104), 0 1px 1px rgb(104, 104, 104), 1px 0 1px rgb(104, 104, 104), 0 -1px 1px rgb(104, 104, 104);
  }

  .btnHeader
  {
      border-radius: 25px;
      border-width: 1.5px;
  }

  .sizer
  {
    object-fit: cover;
    overflow: hidden;
  }

  input:focus {
    outline:none;
  }

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

  }

.flex-container > div {
  width: 550px;
  margin: 1%;
  }


 
  
  /* The dots/bullets/indicators */
  .dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .text {font-size: 11px}
  }

/*-------------------------------------------------------------------------------*/

.checkMeRequired
{
  display: none;
}

