body {
  transition: all 0.5s ease;
}

#page1 {
  width:100vw;
  height:58vw;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:none;
  margin:80px 0px 0px 0px;
  padding:10px;
}

#page2 {
   width: 100vw;
   position: relative;
   background-color: #f7f5f5;
   float:left;
   margin:0;
   padding:0;
   padding-top: 50px;
   padding-bottom: 50px;
   transition: all 0.5s ease;
}

#page2 h1 {
  width: 100%;
  text-align: center;
  font-size: 40px;
  margin-bottom: 50px;
  color: #106ea3;
  font-family: scalasans;
  padding: 0px 20px;
}

#page2 h1 i {
  color: #ffa600;
}

#page2 .column3_ {
  width: 30%;
  margin-left: 2.5%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  background: none;
  text-align: center;
}

#page2 .column3_ h3 {
  font-size: 30px;
  font-family: GillSans;
}

#page2 .column3_ div {
  font-size: 20px;
  font-family: MyriadPro;
}

#page2 .column3_ img {
  height:100px;
}

#page3 {
  width: 100vw;
  background-color: #fcfcfc;
  float:left;
  margin:0px;
  padding-top:50px;
  padding-bottom:50px;
}

#page3.page3part2 {
  margin-top: 80px
}

#page4 {
  width:100vw;
  padding-top:50px;
  padding-bottom:50px;
  background-color: #f7f5f5;
  float: left;
}

#page4 img {
  margin-left: 5%;
  width:30%;
  float:left;
}

#page4 #one {
  float:left;
  margin: 0% 5% 0% 5%;
  width: 55%;
  font-size: 30px;
  font-family: GillSans;
  transition: all 0.5s ease;
}

#page4 #one div ul div {
  font-size: 25px;
  margin-bottom: 20px;
}

#page4 #one div li {
  font-size: 20px;
  margin-left: 20px;
}

#page4 #one div {
  margin-bottom: 60px;
}

#page4 a {
  font-size: 20px;
  border-radius: 10px;
  color: white;
  padding: 20px;
  text-decoration: none;
  background: linear-gradient(to left, #106ea3 50%, #fff 50%);
  background-size: 200% 100%;
  background-position:right bottom;
  transition: all 0.7s ease;
  vertical-align: bottom;
}

#page4 a:hover {
  background-position:left bottom;
  color: #106ea3;
}

#page1RP {
  width:100vw;
  padding-top: 50px;
  padding-bottom: 50px;
  float: left;
}

#slideshow {
  float: left;
  width: 40vw;
  height: 40vw;
  margin-left: 5%;
  margin-right: 5%;
  transition: all 0.4s ease;
  overflow: none;
  position: relative;
}

#slideshow_img {
  float: left;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.4s all ease-in-out;
}

#slideshow_pointer_left, #slideshow_pointer_right {
  position: absolute;
  top: 40%;
  cursor: pointer;
  padding: 16px;
  color: white;
  font-size: 50px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  border: 0px solid black;
  background: none;
}

#slideshow_pointer_left {
  left: 0px;
}

#slideshow_pointer_right {
  right: 0px;
  border-radius: 3px 0 0 3px;
}

#slideshow_pointer_left:hover, #slideshow_pointer_right:hover {
  background-color: rgba(0,0,0,0.8);
}

#buttons {
  text-align: center;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 10px 0px 2px 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:hover {
  background-color: #717171;
}

#description{
  float: left;
  width: 45%;
  font-size: 30px;
  color: black;
  font-family: MyriadPro;
  padding-right: 5%;
}

#description ul {
  margin-top: 10px;
}

#description li {
  font-size: 20px;
}

#page5 {
  float: left;
  width: 100vw;
  margin-top: 80px;
  padding: 20px 0px 20px 0px;
}

#page5 img {
  height: 100vh;
  width: 200vh;
  position: fixed;
  top: 0px;
  left: 0px;
  margin: 0px;
  z-index: -1;
}

#page5 h1 {
  font-size: 50px;
  font-family: MyriadPro;
  color: black;
  margin-bottom: 20px;
}

#page5 form {
  margin: 0px 200px;
  padding: 0px 100px 100px 100px;
  text-align: center;
  display: inline-block;
  background-color: rgba(255,255,255,0.98);
}

#page5 form h3 {
  font-size: 20px;
  font-family: MyriadPro;
  color: black;
  text-align: center;
  margin-bottom: 50px;
}

#page5 form a {
  display: inline-block;
  font-size: 20px;
  font-family: MyriadPro;
  vertical-align: middle;
  width: 30%;
  text-align: left;
}

#page5 form input, #page5 form #dateFrom, #page5 form #dateTo, #page5 form textarea, #page5 form select {
  padding:20px;
  border:2px solid blue;
  font-size: 20px;
  font-family: MyriadPro;
  width:60%;
  color: blue;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

#page5 form .reserve {
  cursor: pointer;
}

#page5 form input::placeholder, #pages5 form textarea::placeholder, #page5 form #dateFrom::placeholder, #page5 form #dateTo::placeholder  {
  color: blue;
}

#alert {
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  font-size: 30px;
  color: black;
  z-index: 100;
  background: white;
  width: 100vw;
  height: 100vh;
  vertical-align: center;
  text-align: center;
}
