* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
body {
  font-family: Palatino, serif;
  background: url("../imagesTDW/backgrounds/texture1.jpg");
  background-repeat: repeat;
}
/* Style the header */
.header {
  /*      position: sticky;
      top: 0;
      z-index: 1;*/
  background-color: #ffffff;
  border-bottom: solid rgb(5, 5, 5) .5vw;
  cursor: pointer;
}
.header > img{
  width: 100vw;
  height: 100%;
}
.header > a > img{
  width: 100vw;
  height: 100%;
}
/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: .5vw;
  height: 31vw; /* Should be removed. Only for demonstration */
}
/* Left column */
.column.left {
  width: 19vw;
  height: auto;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu li {
  padding: .4vw .4vw .4vw 1vw;
  margin-bottom: .6vw;
  background-color: rgb(5, 5, 5);
  font-family: Palatino, serif;  
  color: white;
  font-size: 16px;
  box-shadow: 0 .4vw rgb(229,2,9);
  border-radius: 1vw;
  text-align:center;
}
.menu li:hover {
  background-color: rgb(229,2,9);
  box-shadow: 0 .4vw rgb(5, 5, 5);
  cursor: pointer;
}
.menu li:active {
  background-color: rgb(5, 5, 5);
  box-shadow: 0 .4vw rgb(229,2,9);
  cursor: pointer;
}
/* Middle column */
.column.middle {
  width: 51.5vw;
  height: 31vw;
  overflow: auto;
}
.column.middle > h2 {
  text-align: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  color: rgb(5, 5, 5);
  text-decoration: underline;
}
.column.middle > p{
  font-size: 20px;
  font-family: Palatino, serif;
  color: indigo;
/*  font-weight: bold;*/
  text-align: justify;   
  text-shadow: .2vw .2vw .3vw PowderBlue;
  text-indent: 25px;
}
.column.middle > p::first-letter {
  color: rgb(229,2,9);
  font-size: xx-large;
}
.column.middle > p > a {
    text-decoration: underline;
    color: rgb(229, 2 ,9);
}
.column.middle > p > a:hover {
    color: rgb(5, 5, 5);
}
.column.middle > p > a:active {
    color: rgb(5, 5, 5);
}
.tipsImages {
  height: 23.5vw;
}
.tipsImages > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  border-radius: 1vw;
  cursor: pointer;
  transition: 0.3s;
}
#myImage:hover {opacity: 0.7;}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 70vw;
  border-radius: 1vw;
}
/* The Close Button */
.close {
  position: absolute;
  top: 1.5vw;
  right: 3.5vw;
  color: #f1f1f1;
  font-size: 4vw;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 800px){
  .modal-content {
    width: 100%;
  }
}
.selection {
  margin-top: 1vw;
  width: 100%;
}
#numb {
  text-align: center;
  margin-right: .5vw;
  color: rgb(5, 5, 5);
  width: 4vw;
  height: 2.5vw;
  border: .2vw solid rgb(229,2,9);
}
.selectImage {
  margin-left: 0;
  margin-right: .5vw;
  width: 36vw;
  padding: .4vw .2vw .4vw .2vw;
  background-color: rgb(5, 5, 5);
  font-family: Palatino, serif;  
  color: #ffffff;
  font-size: 16px;
  box-shadow: 0 .4vw rgb(229,2,9);
  border-radius: 1vw;
}
.selectImage:hover {
  background-color: rgb(229,2,9);
  box-shadow: 0 .4vw rgb(5, 5, 5);
  cursor: pointer;
}
.selectImage:active {
  background-color: rgb(5, 5, 5);
  box-shadow: 0 .4vw rgb(229,2,9);
  cursor: pointer;
}
.previous {
  margin-left: 0;
  margin-right: .5vw;
  width: 7%;
  padding: .4vw .2vw .4vw .2vw;
  background-color: rgb(5, 5, 5);
  font-family: Palatino, serif;  
  color: #ffffff;
  box-shadow: 0 .4vw rgb(229,2,9);
  border-radius: 1vw;
}
.previous:hover {
  background-color: rgb(229,2,9);
  box-shadow: 0 .4vw rgb(5, 5, 5);
  cursor: pointer;
}
.previous:active {
  background-color: rgb(5, 5, 5);
  box-shadow: 0 .4vw rgb(229,2,9);
  cursor: pointer;
}
.next {
  margin-right: 0;
  width: 7%;
  padding: .4vw .2vw .4vw .2vw;
  background-color: rgb(5, 5, 5);
  font-family: Palatino, serif;  
  color: #ffffff;
  box-shadow: 0 .4vw rgb(229,2,9);
  border-radius: 1vw;
}
.next:hover {
  background-color: rgb(229,2,9);
  box-shadow: 0 .4vw rgb(5, 5, 5);
  cursor: pointer;
}
.next:active {
  background-color: rgb(5, 5, 5);
  box-shadow: 0 .4vw rgb(229,2,9);
  cursor: pointer;
}
.parks > p{
  font-size: 20px;
  font-family: Palatino, serif;
  color: indigo;
  font-weight: bold;
  text-align: justify;   
  text-shadow: .2vw .2vw .3vw PowderBlue;
  text-indent: 25px;
}
.parks > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vw;
  border-radius: 2vw;  
}
.parks > h2 {
  text-align: center;
  margin-top: 2vw;
  margin-bottom: 2vw;
  color: rgb(5, 5, 5);
  text-decoration: underline;
}
.parks > h3 {
  text-align: center;
  color: rgb(229,2,9);
  margin-bottom: 2vw;
  text-decoration: underline;
}
.parks > p::first-letter {
  color: rgb(229,2,9);
  font-size: xx-large;
}
hr.dpBreak {
  margin-top: 2vw;
  border: 5px solid rgb(229,2,9);
  border-radius: .5vw;
}
/* Right column */
.column.right {
  width: 27vw;
  height: 31vw;
}
.slideImages {
  width:100%;
  border-radius: 2vw;
  margin-top: 2vw;
  margin-left: .5vw;
  border: .7vw solid rgb(5, 5, 5);
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* Style the footer */
.footer {
/*  margin-left: auto;
  overflow: hidden;*/
  background-color: #ffffff;
  background: url("../imagesTDW/backgrounds/texture1.jpg");background-image: linear-gradient(to bottom right, rgb(229,2,9), yellow);
  background-repeat: repeat;
  padding: .5vw;
  height: 15vw;
  border-top: solid rgb(5, 5, 5) .5vw; 
  border-bottom: solid rgb(5, 5, 5) .5vw; 
}
.footer > .footerScroll > img {
/*  display: inline-block;
  margin-left: auto;
  margin-right: auto;*/
  height: 13vw;
  border-radius: 1vw;
}
.btn {
  padding: 0 .4vw 0 .4vw;
  font-size: 20px;
  font-family: Palatino, serif;
  color: rgb(229,2,9);
  font-weight: bold;
  text-align: justify;   
  text-shadow: .2vw .2vw .3vw PowderBlue;
  border: none;
  background-color: inherit;
  cursor: pointer;
  display: inline-block;
  text-decoration: underline rgb(5, 5, 5);
}
.btn:hover {
  padding: 0 1vw 0 1vw;
  font-size: 18px;
  color: white;
  text-decoration: none;
  background-color: rgb(229,2,9);
  border-radius: .5vw;
  box-shadow: 0 .3vw rgb(5, 5, 5);
}
.btn:active {
  padding: 0 1vw 0 1vw;
  font-size: 18px;
  color: white;
  text-decoration: none;
  background-color: rgb(5, 5, 5);
  border-radius: .5vw;
  box-shadow: 0 .4vw rgb(229,2,9);
}
.btn:visited {
  color: rgb(229,2,9);
}
.contact > p > a {
  margin: auto;
  font-size: 30px;
  font-family: Palatino, serif;
  color: rgb(229,2,9);
  font-weight: bold;  
  text-shadow: .2vw .2vw .3vw PowderBlue;
  padding: 1vw;
}
.contact > p > a:hover {
  color: rgb(5, 5, 5);
}
.contact > p > a:active {
  color: rgb(5, 5, 5);
}
.contact > p > a:visited {
  color: rgb(229,2,9);
}
.contact > p{
  margin: auto;
  font-size: 30px;
  font-family: Palatino, serif;
  color: indigo;
  font-weight: bold;  
  text-shadow: .2vw .2vw .3vw PowderBlue;
  padding: 1vw;
  text-align: center;
}
.contact {
  overflow: auto;
}
/* Slideshow container */
.slideshow-container {
  margin: auto;
}
.active {
  background-color: #717171;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 800px) {
    .header {
      background-color: #ffffff;
      border-bottom: solid rgb(5, 5, 5) 1vw;
      position: sticky;
      top: 0;
      z-index: 1;
    }
    .column.left, .column.middle, .column.right {
      width: 100%;
    }
    .column.left{
       height: auto;
       margin-bottom: .5vw;
       width: 55%;
    }
    .menu li {
      padding: .2vw .2vw .2vw 2vw;
      margin-bottom: .3vw;
    }
    .column.middle{
      height: auto;
      overflow: auto;
      border-bottom: solid rgb(5, 5, 5) 1vw;
      border-top: solid rgb(5, 5, 5) 1vw;
    }
    .column.middle > p{
      font-size: 18px;
    }
    .selectImage {
      margin-left: 2%;
      margin-right: 2%;
      width: 60vw;
      padding: .4vw;
      background-color: rgb(5, 5, 5);
      font-family: Palatino, serif;  
      color: #ffffff;
      box-shadow: 0 .3vw rgb(229,2,9);
      border-radius: 1vw;
    }
    .column.right {
      height: auto;
      padding-bottom: 1vw;
      border-bottom: solid rgb(5, 5, 5) 1vw;
    }
    .slideImages {
/*      display: block;
      margin-left: auto;
      margin-right: auto;*/
      z-index: -1;
      width: 41%;
      margin-top: 3vw;      
      border-radius: 3vw;
      position: absolute;
      max-height: 200px;
      max-width: 200px;
      top: 11vw;
      right: 1vw;
    }
    #numb {
      margin-right: 2%;
      color: rgb(5, 5, 5);
      width: 7vw;
      height: 4vw;
      border: .3vw solid rgb(229,2,9);
    }
    .previous {
      width: 10%;
    }
    .next {
      width: 10%;
    }
    .btn {
      font-size: 18px;
    }
    .btn:hover {
      padding: 0 2vw 0 2vw;
      font-size: 16px;
      color: white;
      text-decoration: none;
      background-color: rgb(229,2,9);
      border-radius: 2vw;
      box-shadow: 0 .6vw rgb(5, 5, 5);
    }
    .btn:active {
      padding: 0 2vw 0 2vw;
      font-size: 16px;
      color: white;
      text-decoration: none;
      background-color: rgb(5, 5, 5);
      border-radius: 2vw;
      box-shadow: 0 .6vw rgb(229,2,9);
    }
    .footer {
      border-bottom: solid rgb(5, 5, 5) 1vw;
      border-top: 0;
      height: 24vw;
    }
    .footer > .footerScroll > img {
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
      height: 22vw;
      border-radius: 2vw;
    }
}
