body, html {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-style: normal;
  height: 100%; }

nav {
  float: right;
  width: 68%;
  text-align: right;
  margin-right: 25px; }

nav > ul {
  list-style: none; }

nav > ul > li {
  float: right;
  color: #000000;
  font-size: 30px;
  text-align: left;
  margin-right: 25px;
  letter-spacing: 2px;
  transition: all 0.3s linear; }

ul > li > a {
  color: #000000;
  text-decoration: none; }

.photogrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(10,auto);
  grid-gap: 1.5em;
  margin: 0 auto;
}

.wide-caption {
  grid-column: 1 / 3;
  grid-row: span 1;
}

.wide-photo {
  grid-column: 1 / 3;
  grid-row: span 1;
}

.tall-photo-left {
  grid-column: 1/2;
  grid-row: span 1;
}

.tall-photo-right {
  grid-column: 2/3;
  grid-row: span 1;
}

img {
  max-width: 100%;
  object-fit: cover;
  vertical-align: bottom; 
  border-radius: 10px;
}

.textblock {
  margin: 1em;
  font-size: 25px; }

.container {
  max-width: 1000px;
  margin: 0 auto; }

.main-container {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 8em; }

.bottom {
  margin: 0 auto;
  width: 100%;
  height: 4em;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: white; }

.top {
  margin: 0 auto;
  width: 100%;
  height: 6em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: white; }

.top-hero {
  margin: 0 auto;
  width: 100%;
  height: 6em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  color: white; }

.logo {
  color: #000000;
  text-align: undefined;
  width: 22%;
  float: left;
  margin-top: 15px;
  margin-left: 25px;
  padding-left: 10px;
  letter-spacing: 4px;
  border-left: 2px solid black;
  font-size: 30px; }

.logo-white {
  color: #000000;
  text-align: undefined;
  width: 25%;
  float: left;
  margin-top: 15px;
  margin-left: 25px;
  padding-left: 10px;
  letter-spacing: 4px;
  border-left: 2px solid white;
  font-size: 30px;
  color: white; }

.form-instructions {
  margin: 0 auto;
  font-size: 1.5em;
  color: white;
  text-align: left;
  padding-left: 2em;
  padding-top: 1em;
}

.white {
  color: white; }

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/kitchen-island-straight.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
  margin: 0 auto; }

.hero-contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/kitchen-island.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
  margin: 0 auto;
  overflow: overlay; }

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 70px; }

.hero-subtext {
  font-size: 30px; }

.block-button {
  display: block;
  width: 100%;
  border: none;
  background-color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: black;
  border-radius: 10px; }

.booking-form {
  display: flex;
  border-radius: 10px;
  padding: 1.8em;
  flex-direction: row; }

.message {
  margin-right: 2em;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%; }

.message > textarea {
  flex: 1;
  resize: none; }

.contact {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1; }

.contact > input {
  width: 100%; }

input, textarea {
  width: --webkit-fill-available;
  padding: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
  min-width: 15em;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 10px;
  color: white;
  font-size: 30px; }

input::placeholder, textarea::placeholder {
  color: white; }

label {
  display: flex;
  font-size: 30px;
  padding: 10px;
  width: 16em;
  justify-content: flex-start; }

.message > button {
  padding: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
  max-width: 50em;
  min-width: 20em;
  border-radius: 10px;
  font-size: 30px; }

a, a:active, a:hover, a:visited {
  text-decoration: none; }

input[type="date"] {
  display: block;
  text-align: left; }

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .booking-form {
    display: flex;
    border-radius: 10px;
    padding: 1.8em;
    flex-direction: column; }

  input, textarea {
    width: 70vw; }

  .message > button {
    width: 70vw; } }
