* {
  margin: 0px;
}

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

#sapphire-boat {
  /* align-self: center;
  align-items: center; */
  width: 200px;
  height: 100px;
}

#sapphire-diving-name {
  width: 200px;
  height: 50px;
  /* align-items: center; */
  vertical-align: middle;
  margin-top: 50px;
}

#nav-title {
  display: flex;
  justify-content: space-around;
}

header {
  margin-bottom: 30px;
  width: 100%;
}

li {
  list-style: none;
}

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

h4 {
  font-family: arial;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px !important;
}

p {
  text-align: center;
  margin: 20px auto auto 20px;
  line-height: 150% !important;
  font-size: 20px !important;
}

footer h4 {
  font-family: "Abril Fatface", cursive !important;
  letter-spacing: 2px !important;
}

.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 {
  font-size: 3rem;
  margin-right: 70px;
  color: black;
}

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

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

.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;
}

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

.container {
  background-color: #bfe6f0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: wrap;
  background-color: white;
  padding-bottom: 100px !important;
  padding-top: 40px !important;
}

.scard {
  background-color: white;
  margin: 10px;
  height: 600px;
  width: 400px;
  border-radius: 15px;
  overflow: scroll;
  padding: 15px;
  box-shadow: 0 2px 15px grey;
}

.scard:hover {
  transform: scale(1.02);
}

.card-image {
  background-size: cover;
  margin-bottom: 15px;
  height: 150px;
  border-radius: 15px;
}

.serve-title {
  padding: 17px;
}

#card-1 {
  background-image: url("https://img1.wsimg.com/isteam/stock/3wn8xx/:/rs=w:388,h:194,cg:true,m/cr=w:388,h:194");
}

#card-2 {
  background-image: url("https://img1.wsimg.com/isteam/stock/1727/:/rs=w:388,h:194,cg:true,m/cr=w:388,h:194");
}

#card-3 {
  background-image: url("https://img1.wsimg.com/isteam/stock/RrraYQ0/:/rs=w:388,h:194,cg:true,m/cr=w:388,h:194");
}

#card-4 {
  background-image: url("https://img1.wsimg.com/isteam/stock/103560/:/rs=w:388,h:194,cg:true,m/cr=w:388,h:194");
}

#card-5 {
  background-image: url("https://img1.wsimg.com/isteam/stock/109408/:/rs=w:388,h:194,cg:true,m/cr=w:388,h:194");
}

#card-6 {
  background-image: url("https://img1.wsimg.com/isteam/stock/100937/:/rs=w:388,h:194,cg:true,m/cr=w:388,h:194");
}

/* Media Queries */
@media screen and (max-width: 992px) {
  body {
    background-color: #bfe6f0 !important;
  }

  nav {
    letter-spacing: 2px !important;
    padding: 15px;
  }

  div {
    margin: 0px;
    padding: 0px;
  }

  h3 {
    font-size: 32px !important;
  }

  h4 {
    font-family: arial;
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px !important;
  }

  footer {
    margin: 0px;
    padding: 0px;
  }

  .header {
    all: initial;
    margin: 30px 10px 10px 30px;
  }

  .navbar {
    padding: 0px 20px 0px 0px;
    margin-left: 20px;
    justify-content: space-between;
  }

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

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

  .bottom {
    margin-bottom: 25px;
  }

  .nav-title {
    font-size: 150%;
  }
}

/* @media screen and (max-width: 768px) {
  body {
    background-color: #bfe6f0 !important;
  }

  div {
    margin-left: 150px;
    margin-right: 150px;
    padding: 0px;
  }

  h3 {
    font-size: 32px !important;
  }

  h4 {
    font-family: arial;
    font-size: 24px !important;
    text-align: center;
    letter-spacing: 2px !important;
  }

  footer {
    margin: 0px;
    padding: 0px;
  }

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

  .bottom {
    margin-bottom: 25px;
  }
} */

@media screen and (max-width: 768px) {
  header {
    height: 110px;
  }

  h4 {
    font-family: arial;
    font-size: 28px !important;
    text-align: center;
    letter-spacing: 2px !important;
  }

  footer {
    margin: 0px;
    padding: 0px;
  }

  .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);
  }

  .navbar {
    padding: 0px 20px 0px 0px;
    margin-left: 15%;
    justify-content: space-around;
  }

  .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;
  }

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

  .bottom {
    margin-bottom: 15px;
  }

  .container {
    padding: 0px 10px;
  }
}

@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%;
  }
}
