@font-face {
  font-family: cool;
  src: url(./fonts/coolvetica_rg.otf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: cool;
  overflow-x: hidden;
}

/* body {
  height: 100vh;
  width: 100vw;
} */

.hero {
  height: 100vh;
  width: 100vw;
  background-image: url(./assets/images/lansdowne.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fffad2;
  font-family: cool;
  overflow-x: hidden;
}

main {
  height: 100vh;
  width: 100vw;
}

.attractions {
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  background-color: #faebd7;
}

.attractions img {
  height: 25vh;
  width: 12.5vw;
  margin-left: 35%;
  margin-top: 15%;
  border-radius: 10px;
}

.attractions {
  font-weight: bold;
}

.a h2 {
  position: relative;
  top: 3%;
  left: 40%;
  font-size: 15px;
}

.a pre {
  position: relative;
  top: 5%;
  left: 10%;
}

.b h2 {
  position: relative;
  top: 3%;
  left: 60%;
  font-size: 15px;
}

.b pre {
  position: relative;
  left: 15%;
  top: 5%;
}

.c h2 {
  position: relative;
  top: 3%;
  left: 55%;
  font-size: 15px;
}

.c pre {
  position: relative;
  left: 10%;
  top: 5%;
}

.review {
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.review_box {
  width: 20%;
  position: relative;
  background-color: #f7a999;
  border-bottom: 5px solid #f27156;
  border-radius: 10px;
  padding: 10px;
}

.review .review_box img {
  width: 20%;
  margin-left: 39%;
  border-radius: 50%;
}

.review_box h2 {
  font-size: 100%;
  margin-left: 37%;
}

.review_box p {
  text-align: center;
  margin-top: 1%;
}

footer {
  width: 100vw;
  background-color: #ee4b2b;
  text-align: center;
  padding: 3px;
}
