body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}

.nav {
  display: flex;
  font-weight: bold;
  color: #0b5345;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  padding: 22px 5%;
  font-size: 40px;
}

.button {
  color: #0e6655;
  padding: 20px 24px;
  text-decoration: none;
  font-size: 20px;
}

div.box {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)),
    url(https://images.unsplash.com/photo-1599134733852-61560256bb50?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=2089&q=80);
  background-size: cover;
  background-position: 100;
  height: 750px;
  width: 100%;
}

.guide {
  display: grid;
  text-align: center;
  color: black;
  font-size: 80px;
  padding: 100px 32px 50px 32px;
  font-family: "Russo One", sans-serif;
  color: #0b5345;
}

.guide-text {
  display: grid;
  text-align: center;
  color: black;
  font-size: 25px;
  padding: 30px 300px 30px 300px;
}

.guide-text2 {
  display: grid;
  text-align: left;
  color: black;
  font-size: 20px;
  padding: 30px 400px 30px 400px;
}

.img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  width: 300px;
  height: 300px;
}

div.box2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://images.unsplash.com/photo-1599134734205-b108e1434526?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1489&q=80);
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  width: 1300px;
  height: 500px;
  border-radius: 8px;
}

.internal-img {
  border-radius: 8px;
}

div.text {
  color: white;
  text-align: left;
  padding-left: 5%;
  padding-top: 10%;
  font-size: 20px;
}

button.a1 {
  padding: 15px 32px;
  background-color: white;
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
}

#content1 {
  background: #a3e4d7;
  padding: 3px 20px 1px 20px;
  font-family: "Russo One", sans-serif;
}

h3 {
  color: #0b5345;
  font-weight: bold;
}

.flex-container {
  background-color: #a3e4d7;
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.internal-container {
  flex: 1;
  justify-content: space-between;
  padding: 0px 40px;
}

#content2 {
  padding: 50px 20px 20px 30px;
  font-family: "Russo One", sans-serif;
}

.flex-container2 {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.internal-container1 {
  flex: 1;
  justify-content: space-between;
  padding: 0px 50px;
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: bold;
}

.centered a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.centered a:link {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.centered a:visited {
  color: blue;
  text-decoration: none;
  font-weight: bold;
}

.trips {
  display: flex;
  width: 1400px;
  margin: auto;
  justify-content: space-between;
}

.internal-container2 {
  width: 250px;
  margin: 0;
  border: 1px solid #777;
  padding: 8px 8px 2px 8px;
  box-sizing: border-box;
  justify-content: space-between;
}

.internal-container2 img {
  width: 230px;
  height: 300px;
}

.internal-container2 h3 {
  text-align: center;
  padding: 8px 4px;
}

#div-style {
  height: 50px;
  display: flex;
}

#div-style1 {
  background-color: #a3e4d7;
  height: 50px;
  display: flex;
}

.footer {
  padding: 40px 0;
  background-color: black;
  color: #4b4c4d;
}

.footer .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer .social > a:hover {
  opacity: 0.9;
}

.footer .copyright {
  margin-top: 5px;
  text-align: center;
  font-size: 18px;
  color: #aaa;
  margin-bottom: 0;
}

