* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  background-color: #bfe6f0 !important;
}

#sapphire-boat {
  margin-left: 60px;
  width: 1050px;
  height: 500px;
}

header {
  width: 100%;
}

li {
  list-style: none;
}

p {
  line-height: 200% !important;
}

h1,
h2,
h4 {
  font-family: "Abril Fatface", cursive !important;
  letter-spacing: 2px !important;
  font-size: 75%;
}

h3 {
  font-family: "Abril Fatface", cursive !important;
  letter-spacing: 2px !important;
  font-size: 20px;
}

i {
  vertical-align: 20%;
  cursor: pointer !important;
}

footer {
  background-color: white;
  font-family: "Abril Fatface", cursive !important;
  letter-spacing: 2px !important;
  position: relative;
  height: 50px;
  clear: both;
}

.navbar {
  font-family: "Abril Fatface", cursive !important;
  color: black !important;
  text-decoration: none;
  letter-spacing: 2px !important;
  font-size: 22px;
  /* vertical-align: middle; */
  /* min-height: 100px; */
  display: flex;
  justify-content: space-around;
  /* align-items: center; */
  /* padding: 0 30px; */
  margin-bottom: 100px;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.nav-title {
  vertical-align: middle;
  font-size: 3rem;
  margin-left: 30px;
  margin-right: 70px;
  color: black;
}

.nav-link {
  padding: 0px;
  color: black;
  transition: 0.7s ease;
}

.nav-link:hover {
  color: white;
}

#nav-logo {
  display: flex;
  margin-top: 50px;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.bar {
  display: block;
  width: 35px;
  height: 6px;
  margin: 3px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: white;
}

.main {
  justify-content: center;
  margin-bottom: 50px !important;
}

.italic-text {
  font-style: italic;
  font-size: 20px;
}

.center {
  text-align: center;
  align-items: center;
}

.title-padding {
  padding: 70px;
}

.about-us {
  background-color: white;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 75px;
}

#contact {
  margin-left: 150px;
  margin-right: 150px;
  background-color: white;
  padding: 50px;
}

.title-white {
  color: white;
}

.font {
  font-family: arial !important;
}

.special {
  font-size: Georgia !important;
}

.heading-one {
  font-size: 26px;
}

.boat-back {
  background-image: url(https://img1.wsimg.com/isteam/stock/6513/:/rs=w:1160,h:776);
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
  padding-bottom: 75px;
}

.menu {
  display: block;
  justify-content: center;
}

.menu:hover .dropdown {
  display: block;
  flex-direction: column;
}

.menu:hover .active-item {
  display: none;
}

.dropdown {
  display: none;
}

.active-item {
  all: initial;
  font-family: arial;
  padding-right: 15px;
}
.flag {
  background-color: white;
  padding: 50px;
  display: block;
  justify-content: center;
}

.flag img {
  align-self: center;
  height: 400px;
  width: 700px;
}

#img1 {
  border-radius: 15px;
}

/* Media Queries */
@media screen and (max-width: 1023px) {
  h4 {
    font-size: 24px !important;
  }

  img {
    max-width: 90% !important;
  }

  .about-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  #two {
    order: -3;
  }

  #three {
    order: 10 !important;
  }
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 24px !important;
  }

  img {
    max-width: 100% !important;
  }

  .hamburger {
    display: block !important;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .nav-menu {
    position: fixed;
    left: -110%;
    top: 110px;
    gap: 0;
    flex-direction: column;
    background-color:  #bfe6f0;
    width: 100%;
    text-align: center;
    transition: 0.3s;
  }

  .nav-item {
    margin: 16px 0;
  }

  .nav-menu.active {
    left: 0;
    margin: 0px;
  }

  .nav-title {
    margin: 0px 0px 0px 0px;
    font-size: 50px;
  }

  #contact {
    margin: 0px;
    margin-bottom: 0px;
    padding: 30px;
    text-align: center;
    background-color: white;
  }

  .title-white {
    color: white;
    font-size: 40px !important;
    background-image: url(https://img1.wsimg.com/isteam/stock/6513/:/rs=w:1160,h:776);
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2);
  }

  .flag img {
    height: 75%;
    width: 75%;
  }

  #two {
    order: -3 !important;
  }

  #three {
    order: 3;
  }

  #img1 {
    all: initial;
  }
}

@media screen and (max-width: 600px) {
  /* .navbar {
    padding: 0px 20px 0px 0px;
    margin-left: 22%;
    justify-content: space-between;
  } */

  .nav-title {
    margin: 0px 0px 0px 0px;
    font-size: 175%;
  }
}
