* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  color: white;
  font-family: 'Titillium Web', sans-serif;
}

.page {
  width: 100%;
  height: 100%;

}

.header {
  border: 1px solid rgb(0 0 0 / 0%);
  border-bottom: 2px solid white;
  background-color: rgb(0 20 80);
}

.title {
  font-family: 'Indie Flower', cursive;
  color: rgb(255 255 255);
  margin: 0;
  padding: 0 20px;
}

.socials{
  margin: 10px 0;
  margin: 10px 0;
  padding: 0;
  float: right;
}

ul.socials {
  margin-right: 20px;
}

ul.socials li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}

ul.socials li a {
  font-size: 30px;
  color: rgb(255 255 255);
  margin: 0;
  padding: 10px 10px;
}

.clock {
  font-family: 'Lato', sans-serif;
  color:white;
  margin: 10px 5px;
  padding: 15px 10px;
  float: right;
}

ul.topnav{
  background-color: rgb(0 20 80);
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
}

ul.topnav li {
  margin: 10px 0;
  float: left;
}

ul.topnav li a {
  font-family: 'Lato', sans-serif;
  text-align: center;
  color: rgb(255 255 255);
  display: block;
  border: 1px solid rgb(0 0 0 / 0%);
  padding: 10px 20px;
}

ul.topnav li a.active {
  border: 1px solid rgb(255 255 255);
}

ul.topnav li a:hover:not(.active) {
  border: 1px solid rgb(255 255 255);
  background-color: rgb(255 255 255);
  color: rgb(0 20 80);
}

.window {
  background-image: url("/assets/images/PH_View.jpg");
  background-color: pink;
  width: 100%;
  min-height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card {
  margin: 20px 40px;
  padding: 5px 20px;
  background-color: white;
  color: rgb(0, 20, 80);
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.3), 0 10px 20px 0 rgb(0 0 0 / 0.3);
}

.card a {
  color: rgb(0 20 80);
}

.card h3 {
  font-family: 'Lato', sans-serif;
  margin: 10px 0;
}

.rates {
  background-color: white;
  border: 2px solid white;
  color: rgb(0 20 80);
  text-align: center;
  margin: 20px 20%;
  padding: 0 20px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.3), 0 10px 20px 0 rgb(0 0 0 / 0.3);
}

.form {
  background-color: rgb(245 245 245);
  color: rgb(0 20 80);
  border: 2px solid transparent;
  width: 800px;
  max-width: 80%;
  margin: 20px auto;
  padding: 20px 80px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.3), 0 10px 20px 0 rgb(0 0 0 / 0.3);
}

.form a {
  color: rgb(0 20 80);
}

.form p {
  text-align: center;
}

.form address {
  text-align: center;
}

div.input {
  margin: 10px 0;
}

div.input div {
  color: red;
  font-size: 12px;
}

.thanks {
  text-align: center;
  color: rgb(50 240 50);
}

input[type=text] {
  background-color: white;
  color: rgb(0 20 80);
  border: 3px solid white;
  border-radius: 10px;
  max-width: 100%;
  width: 400px;
  margin-top: 5px;
  padding: 10px;
  resize: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  font-family: inherit;
  outline: none;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.1), 0 4px 8px 0 rgb(0 0 0 / 0.1);
}

input[type=text]:focus {
  border: 3px solid red;
}

input[type=email] {
  background-color: white;
  color: rgb(0 20 80);
  border: 3px solid white;
  border-radius: 10px;
  max-width: 100%;
  width: 400px;
  margin-top: 5px;
  padding: 10px;
  resize: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  font-family: inherit;
  outline: none;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.1), 0 4px 8px 0 rgb(0 0 0 / 0.1);
}

input[type=email]:focus {
  border: 3px solid red;
}

input[type=tel] {
  background-color: white;
  color: rgb(0 20 80);
  border: 3px solid white;
  border-radius: 10px;
  max-width: 100%;
  width: 400px;
  margin-top: 5px;
  padding: 10px;
  resize: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  font-family: inherit;
  outline: none;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.1), 0 4px 8px 0 rgb(0 0 0 / 0.1);
}

input[type=tel]:focus {
  border: 3px solid red;
}

input[type=date] {
  background-color: white;
  color: rgb(0 20 80);
  border: 3px solid white;
  border-radius: 10px;
  max-width: 100%;
  width: 400px;
  margin-top: 5px;
  padding: 10px;
  resize: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  font-family: inherit;
  outline: none;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.2), 0 4px 8px 0 rgb(0 0 0 / 0.1);
}

input[type=date]:focus {
  border: 3px solid red;
}

textarea {
  background-color: white;
  color: rgb(0 20 80);
  border: 3px solid white;
  border-radius: 10px;
  height: 200px;
  width: 600px;
  max-width: 100%;
  margin-top: 10px;
  padding: 10px;
  resize: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 0.1), 0 4px 4px 0 rgb(0 0 0 / 0.2);
}

textarea:focus {
 border: 3px solid red;
}

button.send {
  background-color: rgb(0 20 80);
  color: rgb(255 255 255);
  border: 1px solid rgb(0 20 80);
  max-width: 100%;
  width: 400px;
  height: 50px;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
}

.frame {
  display: flex;
  max-width: 100%;
  width: 800px;
  height: 500px;
  margin: 10px auto;
}

.map {
  width: 800px;
  height: 400px;
  margin: 0 auto;
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.welcome {
  color: rgb(0 20 80);
  margin: 10px 10px;
  padding: 20px 20px;
}

div.welcome h2 {
  color: rgb(0 20 80);
}

article.text h3 {
  font-family: 'Lato', sans-serif;
  margin: 0;
}

article.text a {
  color: rgb(0 20 80);
}

.footer {
  background-color: rgb(0 20 80);
  border-top: 2px solid rgb(255 255 255);
  bottom: 0;
  width: 100%;
  height: 100px;
  padding: 0;
  margin: 0;
}

.footer h3 {
  padding-top: 20px;
  margin: 0;
  font-size: 20px;
}

.contact {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: rgb(255 255 255);
  float: right;
  margin: 20px 20px;
  padding: 0;
}

.contact a {
  color: rgb(255 255 255)
}

.copy {
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  color: rgb(255 255 255);
  margin: 10px 20px;
  padding-bottom: 20px;
}

.gallery {
  display: grid;
  height: auto;
  grid-template-columns: 400px 400px 400px; /* set the size of the images - auto will wrap to size of image*/
  grid-template-rows: auto;
  justify-content: space-evenly;	/* spacing between grid items space-evenly / space-around / space-between */
  align-content: center; /* vertical alignment */
  overflow: hidden;
  margin: 0 40px;
}

div.pic img {
  height: auto;
  width: 80%;
}

div.island img {
  height: 100%;
  width:100%;
}

.tour {
  display: grid;
  height: auto;
  grid-template-columns: 500px 500px 500px;
  justify-content: space-evenly;
  align-content: center;
  overflow: hidden;
  margin: 0 20px;
  padding: 0;
}

div.tourPic {
  text-align: center;
  padding: 20px;
}

div.tourPic img {
  width: 80%;
  height: 100%;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.3), 0 10px 20px 0 rgb(0 0 0 / 0.3);
}

@media screen and (max-width: 1400px) {
  .tour {
    height: auto;
    grid-template-columns: 400px 400px 400px;
    margin: 0 40px;
  }

  .gallery {
    height: auto;
    grid-template-columns: 300px 300px 300px;
    margin: 0 40px;
  }
}

@media screen and (max-width: 1200px) {
  .tour {
    height: auto;
    grid-template-columns: 500px 500px;
    margin: 0 40px;
  }
}

@media screen and (max-width: 800px) {
  .tour {
    height: auto;
    display: block;
    float: none;
    text-align: center;
}

  .gallery {
    height: auto;
    display: block;
    float: none;
    text-align: center;
  }

  ul.topnav li {
    float: none;
  }
}
