#hero {
  height: 800px;
  background-image: url(./images/images/ocean.jpg);
  background-size: cover;
  background-position: center;
}
#hero-content {
  width: 900px;
  background-color: rgba(51, 47, 47, 0.8);
  box-shadow: 2px 2px 8px rgb(68, 67, 67);
  border-radius: 8px;
  text-align: center;
  padding: 50px 0;
  margin: 0 auto;
  position: relative;
  top: 200px;
}
#hero-content h1 {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 50px;
  color: white;
  font-weight: 700;
  margin: 0;
}
#hero-content p {
  text-transform: uppercase;
  font-size: 24px;
  color: white;
  font-weight: 300;
  margin-bottom: 32px;
}
#hero-content a {
  text-decoration: none;
  color: black;
  background-color: rgb(255, 251, 0);
  padding: 12px 12px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 24px;
  box-shadow: 2px 4px 8px rgba(68, 67, 67);
}
#hero-content a:hover {
  background-color: rgb(255, 235, 0);
}
/* #highlight {
background-color: rgb(162, 248, 248);
height: 100%;
text-align: center;
text-transform: uppercase;
margin: 0;
}
#highlight img {
  width: 300px;
  height: 150px;
  border-radius: 6px;
  box-shadow: 6px 6px 6px rgba(0,0,0,0.4);
}
#highlight ul {
  display: flex;
  justify-content: space-around;
}
#highlight ul li{
} */
#highlights {
  padding: 24px;
  background-image: linear-gradient(
    45deg,
    rgb(227, 255, 254),
    rgb(202, 243, 240)
  );
}
#highlights h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  color: rgb(69, 69, 69);
  margin: 24px 0;
}
#destinations {
  display: flex;
  width: 90%;
  margin: auto;
  margin-bottom: 40px;
  justify-content: center;
}
.destinations {
  margin: 0 20px;
  text-transform: uppercase;
}
.destinations p {
  text-align: center;
  font-size: 24px;
  margin: 20px 0;
  color: rgb(130, 130, 130);
}
.destinations img {
  height: 200px;
  width: 100%;
  box-shadow: 2px 4px 8px rgb(68, 68, 68);
  border-radius: 10px;
  object-fit: cover;
}
.destinations strong {
  color: rgb(0, 160, 118);
}

/*
footer {
  align-content: center;
}
.tail {
  height: 100px;
  background: linear-gradient(70deg, rgb(25,25,25),rgb(63, 50, 50));
  justify-content: center;
  display: flex;
}
.tail img {
  height: 70px;
  padding: 10px 40px;
}
*/