* {
  box-sizing: border-box;
}

/* This controls the background color and font */
body {
  background-color: #1a7dee;
  color: white;
  font-size: 1.1em;
  font-family: verdana, sans-serif;
  margin: 0;
  padding: 0;
}

/* Menu bar start */
/* text on the menu bar */
.customNav
{
  font-weight: bolder;
  color: white;
}

.customNav:hover
{
  background-color: blue;
  transition: 0.8s;
}
/* Menu bar end */

/* For explaining what section you are in. (Black line with words in it) */
h1 {
  background-color: black;
  margin: 0% 0% 0% 0%;
  padding: 4px;
  text-align: center;
}

/* For explaining what Country you are in. */
h3 {
  border-bottom: solid thick darkkhaki;
  margin: 0% 3% 0% 1%; /* This is the line under the text and above the pictures */
  padding: 4px;
  text-align: center; /* This is for the white words in the black box */
}

/* It aligns the explaining what Country you are in. */
.clear {
  clear: both;
}

/* This is the line that is above and under the date in the calender*/
.calendarLine {
  border-bottom: solid thick Black;
  border-width: 25px;
  margin: 0% 0% 0% 0%; /* This is the line under the text and above the pictures */
  padding: 4px;
  text-align: center;
  font-size: 25px;
  font-weight: bolder;
}

/* This is the text under the date in the calender */
.calendarEvents {
  text-align: center;
  font-size: 20px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* This is how far left or right each row of pictures is */
.pictureAlignment {
  max-width: 1400px;
  margin: 1% 5% 1% 29%;
}

/* Three image containers (use 25% for four, and 50% for two, etc) for the pictures of the resorts*/
.picture {
  float: left;
  width: 25%;
  padding: 1%;
  overflow: hidden;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* For the home picture beach start */
.homePictureAlignment {
  max-width: 1000px;
  margin: 0% 5% 0% 30.5%;
}

.pictureHome {
  width: 100%;
  padding: 1%;
  overflow: hidden;
}
/* For the home picture beach end */

/* Makes space between end of box field and screen */
.contactUs 
{
  margin-left: 15px;
  margin-right: 15px;
  color: black;
}

/********************************************************************
   Media for Med wide screens sizes
********************************************************************/
@media screen and (max-width: 2900px) {
  .photo_space {
    height: 0px;
  }

  /* This controls the background color and font */
  body {
    background-color: #1a7dee;
    color: white;
    font-size: 1.1em;
    font-family: verdana, sans-serif;
    margin: 0;
    padding: 0;
  }

  /* For explaining what section you are in. (Black line with words in it) */
  h1 {
    background-color: black;
    margin: 0% 0% 0% 0%;
    padding: 4px;
    padding: 0% 4% 0% 0%; /* This is for the white words in the black box */
  }

  /* For explaining what Country you are in. */
  h3 {
    border-bottom: solid thick darkkhaki;
    margin: 0% 2.5% 0% 1%; /* This is the line under the text and above the pictures */
    padding: 4px;
    text-align: center;
  }

  /* It aligns the explaining what Country you are in. */
  .clear {
    clear: both;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* This is how far left or right each row of pictures is */
  .pictureAlignment {
    max-width: 1400px;
    margin: 1% 5% 1% 23%;
  }

  /* Three image containers (use 25% for four, and 50% for two, etc) 
		for the pictures of the resorts*/
  .picture {
    float: left;
    width: 25%;
    padding: 1%;
    overflow: hidden;
  }

  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  /* For the text on the single pages under the pictures */
  .SinglePageText {
    margin: 0% 25% 0% 22.75%;
  }

  /* For the home picture beach start */
  .homePictureAlignment {
    max-width: 1000px;
    margin: 0% 5% 0% 23.5%;
  }

  .pictureHome {
    width: 100%;
    padding: 1%;
    overflow: hidden;
  }
  /* For the home picture beach end */
}

/********************************************************************
Media for small wide screens sizes
********************************************************************/
@media screen and (max-width: 2100px) {
  .photo_space {
    height: 0px;
  }

  /* This controls the background color and font */
  body {
    background-color: #1a7dee;
    color: white;
    font-size: 1.1em;
    font-family: verdana, sans-serif;
    margin: 0;
    padding: 0;
  }

  /* For explaining what section you are in. (Black line with words in it) */
  h1 {
    background-color: black;
    margin: 0 0 0 0px;
    padding: 4px;
    text-align: center;
  }

  /* For explaining what Country you are in. */
  h3 {
    border-bottom: solid thick darkkhaki;
    margin: 0% 2.5% 0% 1%; /* This is the line under the text and above the pictures */
    padding: 4px;
    text-align: center; /* This is for the white words in the black box */
  }

  /* It aligns the explaining what Country you are in. */
  .clear {
    clear: both;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* This is how far left or right each row of pictures is */
  .pictureAlignment {
    max-width: 1400px;
    margin: 1% 5% 1% 15%;
  }

  /* Three image containers (use 25% for four, and 50% for two, etc) 
		for the pictures of the resorts*/
  .picture {
    float: left;
    width: 25%;
    padding: 1%;
    overflow: hidden;
  }

  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  /* For the text on the single pages under the pictures */
  .SinglePageText {
    margin: 0% 25% 0% 22.75%;
  }

  /* For the home picture beach start */
  .homePictureAlignment {
    max-width: 1000px;
    margin: 0% 5% 0% 23.5%;
  }

  .pictureHome {
    width: 100%;
    padding: 1%;
    overflow: hidden;
  }
  /* For the home picture beach end */
}

/********************************************************************
Media for normal size screens
********************************************************************/
@media screen and (max-width: 1470px) {
  .photo_space {
    height: 0px;
  }

  /* This controls the background color and font */
  body {
    background-color: #1a7dee;
    color: white;
    font-size: 1.1em;
    font-family: verdana, sans-serif;
    margin: 0;
    padding: 0;
  }

  /* For explaining what section you are in. (Black line with words in it) */
  h1 {
    background-color: black;
    margin: 0 0 0 0px;
    padding: 4px;
    text-align: center; /* This is for the white words in the black box */
  }

  /* For explaining what Country you are in. */
  h3 {
    border-bottom: solid thick darkkhaki;
    margin: 0% 0% 0% 1%; /* This is the line under the text and above the pictures */
    padding: 4px;
    text-align: center;
  }

  /* It aligns the explaining what Country you are in. */
  .clear {
    clear: both;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* This is how far left or right each row of pictures is */
  .pictureAlignment {
    max-width: 1400px;
    margin: 1% 5% 1% 6%;
  }

  /* Three image containers (use 25% for four, and 50% for two, etc) 
		for the pictures of the resorts*/
  .picture {
    float: left;
    width: 25%;
    padding: 1%;
    overflow: hidden;
  }

  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  /* For the text on the single pages under the pictures */
  .SinglePageText {
    margin: 0% 25% 0% 22.75%;
  }

  /* For the home picture beach start */
  .homePictureAlignment {
    max-width: 1000px;
    margin: 0% 5% 0% 12%;
  }

  .pictureHome {
    width: 100%;
    padding: 1%;
    overflow: hidden;
  }
  /* For the home picture beach end */
}

/********************************************************************
Media for mobile devices tablets
********************************************************************/
@media screen and (max-width: 1200px) {
  .photo_space {
    height: 0px;
  }

  .subtitle {
    font-family: "Lato";
    font-size: large;
    color: white;
  }

  /* This controls the background color and font */
  body {
    background-color: #1a7dee;
    color: white;
    font-size: 1.1em;
    font-family: verdana, sans-serif;
    margin: 0;
    padding: 0;
  }

  /* For explaining what section you are in. (Black line with words in it) */
  h1 {
    background-color: black;
    margin: 0 0 0 0px;
    padding: 4px;
    text-align: center; /* This is for the white words in the black box */
  }

  /* For explaining what Country you are in.*/
  h3 {
    border-bottom: solid thick darkkhaki;
    margin: 0% 10% 0% 1%; /* This is the line under the text and above the pictures */
    padding: 4px;
    text-align: center;
  }

  /* It aligns the explaining what Country you are in. */
  .clear {
    clear: both;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* This is how far left or right each row of pictures is */
  .pictureAlignment {
    margin: 1% 5% 1% 25.5%;
  }

  /* Three image containers (use 25% for four, and 50% for two, etc) 
		for the pictures of the resorts*/
  .picture {
    float: left;
    width: 30%;
    padding: 1%;
    overflow: hidden;
  }

  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  /* For the text on the single pages under the pictures */
  .SinglePageText {
    margin-left: 1%;
  }

  /* For the home picture beach start */
  .homePictureAlignment {
    margin: 1% 5% 1% 25.5%;
  }

  .pictureHome {
    float: left;
    width: 80%;
    padding: 1%;
    overflow: hidden;
  }
  /* For the home picture beach end */
}

/********************************************************************
Media queries for mobile devices smaller tablets
********************************************************************/
@media screen and (max-width: 800px) {
  .photo_space {
    height: 0px;
  }

  .subtitle {
    font-family: "Lato";
    font-size: large;
    color: white;
  }

  /* This controls the background color and font */
  body {
    background-color: #1a7dee;
    color: white;
    font-size: 1.1em;
    font-family: verdana, sans-serif;
    margin: 0;
    padding: 0;
  }

  .logoPic {
    width: 250px;
    height: 250px;
    padding-left: 35%;
  }

  /* For explaining what section you are in. (Black line with words in it) */
  h1 {
    background-color: black;
    margin: 0 0 0 0px;
    padding: 4px;
    text-align: center; /* This is for the white words in the black box */
  }

  /* For explaining what Country you are in. */
  h3 {
    border-bottom: solid thick darkkhaki;
    margin: 0% 2.5% 0% 1%; /* This is the line under the text and above the pictures */
    padding: 4px;
    text-align: center;
  }

  /* It aligns the explaining what Country you are in. */
  .clear {
    clear: both;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* This is how far left or right each row of pictures is */
  .pictureAlignment {
    margin: 1% 5% 1% 10.5%;
  }

  /* Three image containers (use 25% for four, and 50% for two, etc) 
		for the pictures of the resorts*/
  .picture {
    float: left;
    width: 50%;
    padding: 1%;
    overflow: hidden;
  }

  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  /* For the text on the single pages under the pictures */
  .SinglePageText {
    margin-left: 1%;
  }

  /* For the home picture beach start */
  .homePictureAlignment {
    margin: 1% 5% 1% 25.5%;
  }

  .pictureHome {
    float: left;
    width: 80%;
    padding: 1%;
    overflow: hidden;
  }
  /* For the home picture beach end */
}

/********************************************************************
   Media queries for mobile devices cell phones
********************************************************************/
@media screen and (max-width: 680px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 680px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .photo_space {
    height: 0px;
  }

  .subtitle {
    font-family: "Lato";
    font-size: large;
    color: white;
  }

  /* This controls the background color and font */
  body {
    background-color: #1a7dee;
    color: white;
    font-size: 1.1em;
    font-family: verdana, sans-serif;
    margin: 0;
    padding: 0;
  }

  .logoPic {
    width: 250px;
    height: 250px;
    padding-left: 15%;
  }

  /* For explaining what section you are in. (Black line with words in it) */
  h1 {
    background-color: black;
    margin: 0 0 0 0px;
    padding: 4px;
    text-align: center; /* This is for the white words in the black box */
  }

  /* For explaining what Country you are in.  */
  h3 {
    border-bottom: solid thick darkkhaki;
    margin: 0px 370px 0px 1px; /* This is the line under the text and above the pictures */
    width: 305px;
    padding: 4px;
    text-align: center;
  }

  /* It aligns the explaining what Country you are in.  */
  .clear {
    clear: both;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* This is how far left or right each row of pictures is */
  .pictureAlignment {
    margin: 1% 5% 1% 31%;
  }

  /* Three image containers (use 25% for four, and 50% for two, etc) 
		for the pictures of the resorts*/
  .picture {
    float: left;
    width: 100%;
    padding: 1%;
    overflow: hidden;
  }

  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  /* For the text on the single pages under the pictures */
  .SinglePageText {
    margin-left: 1%;
  }

  /* For the home picture beach start */
  .homePictureAlignment {
    margin: 1% 5% 1% 12.5%;
  }

  .pictureHome {
    float: left;
    width: 100%;
    margin-right: 25%;
    padding: 1%;
    overflow: hidden;
  }
  /* For the home picture beach end */
}

/********************************************************************
   Media queries for mobile devices small cell phones
********************************************************************/
@media screen and (max-width: 540px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 540px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .photo_space {
    height: 0px;
  }

  .subtitle {
    font-family: "Lato";
    font-size: large;
    color: white;
  }

  /* This controls the background color and font */
  body {
    background-color: #1a7dee;
    color: white;
    font-size: 1.1em;
    font-family: verdana, sans-serif;
    margin: 0;
    padding: 0;
  }

  .logoPic {
    width: 250px;
    height: 250px;
    padding-left: 15%;
  }

  /* For explaining what section you are in. (Black line with words in it) */
  h1 {
    background-color: black;
    margin: 0 0 0 0px;
    padding: 4px;
    text-align: center; /* This is for the white words in the black box */
  }

  /* For explaining what Country you are in.  */
  h3 {
    border-bottom: solid thick darkkhaki;
    margin: 0px 370px 0px 1px; /* This is the line under the text and above the pictures */
    width: 305px;
    padding: 4px;
    text-align: center;
  }

  /* It aligns the explaining what Country you are in.  */
  .clear {
    clear: both;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* This is how far left or right each row of pictures is */
  .pictureAlignment {
    margin: 1% 5% 1% 14.5%;
  }

  /* Three image containers (use 25% for four, and 50% for two, etc) 
		for the pictures of the resorts*/
  .picture {
    float: left;
    width: 100%;
    padding: 1%;
    overflow: hidden;
  }

  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }

  /* For the text on the single pages under the pictures */
  .SinglePageText {
    margin-left: 1%;
  }

  /* For the home picture beach start */
  .homePictureAlignment {
    margin: 1% 5% 1% 12.5%;
  }

  .pictureHome {
    float: left;
    width: 100%;
    margin-right: 25%;
    padding: 1%;
    overflow: hidden;
  }
  /* For the home picture beach end */
}

/********************************************************************
   Slideshow page or single page
********************************************************************/

/* For the text under the pictures  */
.singlePageText 
{
  position: relative;
  font-weight: bolder;
  color: White;
}

/* text that says you can use the bounce house wet or dry */
.wetOrDryText
{
  color:red;
  text-decoration: underline;
}

/* Start of the Slideshow */
* 
{
  box-sizing: border-box
}

/* Slideshow container */
.slideshowContainer 
{
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.slideshow 
{
  display: none;
}

/* Picture size and placement on the slideshow */
.slideshowImg
{
  width: 100%; 
  height:650px;
}

/* video size and placement on the slideshow */
.slideshowVideo
{
  width: 100%; 
  height:650px;
  margin-left: .5%;
  margin-top: .5%;
}

/* Next and previous buttons */
.prev, .next
{
  cursor: pointer;
  position: absolute;
  top: 40%;
  padding: 0px px 0px 20px;
  margin-top: -9%;
  margin-left: 2%;
  width: 4%;
  color: Black;
  font-weight: bolder;
  font-size: 30px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Moves the next button to the right side of the picture */
.next 
{
  right: 0;
}

/* Number text on the top left example 1/5 */
.numbertext 
{
  color: white;
  font-size: 25px;
  padding: 1% 1%;
  position: absolute;
  font-weight: bold;
}

/* The dots/bullets/indicators */
.dot 
{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover 
{
  background-color: yellow;
}

/* Start of fading animation */
.fade-in 
{
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade 
{
  from 
  {
    opacity: .7
  }
  to 
  {
    opacity: 1
  }
}

@keyframes fade 
{
  from 
  {
    opacity: .7
  }
  to 
  {
    opacity: 1
  }
}
/* End of fading animation */

/* End of the Slideshow */