body {
  margin: 0;
  padding: 2px;
}

h1 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 48px;
}
p {
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
  color: #333333;
}

/*.header {
  position: relative;
  text-align: center;
  background: linear-gradient(
    60deg,
    rgba(84, 58, 183, 1) 0%,
    rgba(0, 172, 193, 1) 100%
  );
  color: white;
  margin-top: 5px !important;
  padding-top: 2px !important;
}*/
.header {
  position: relative;
  text-align: center;
  background: linear-gradient(
    60deg,
    white 0%,
     skyblue 100%
  );
  color: white;
  margin-top: 5px !important;
  padding-top: 2px !important;
}
.logo {
  width: 100px;
  fill: white;
  padding-right: -15px;
  display: inline-block;
  vertical-align: middle;
}

.inner-header {
/*  height: 65vh;*/
  width: 100%;
  margin: 0;
  padding: 0;
}

.flex {
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px; /*Fix for safari gap*/
/*  min-height: 100px;*/
  max-height: 150px;
}

.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .content {
    height: 50vh;
  }
  h1 {
    font-size: 24px;

  }
}
.about {
  font-weight: bolder !important;
}
.myh1 {
  font-weight: bolder;
}
#spaceme .motto {
  padding-right: 5px;
}
    #reina{
      background: linear-gradient(to top, skyblue, aqua, powderblue, skyblue, aqua, skyblue) !important;
/*      background: linear-gradient(to top, skyblue, aqua, powderblue, skyblue, aqua, skyblue) !important;*/
      
      background-clip: text !important;
      color: transparent;
/*      font-size: clamp(5rem, 40vmin, 20rem);*/
      font-size: 5rem;
      font-family: 'Open Sans', sans-serif;
      animation: changeBackground 5s infinite;
    }
    @keyframes changeBackground {
      0% {
/*        background: linear-gradient(to top, skyblue, aqua, powderblue, skyblue, aqua, skyblue) !important;*/
          background: powderblue;
      }
      50% {
        background: lightskyblue;
        }
      70% {
        background: green;
      }
      100% {
        background: aquamarine;
      }
    }
    .reina {
      background: linear-gradient(to top, skyblue, aqua, powderblue, skyblue, aqua, skyblue) !important;
      background-clip: text !important;
      color: transparent;
    }
    #motto{
      margin-top: -1rem;
      text-align: center;
      background: linear-gradient(to right, aqua, green, lime, lime, skyblue, aqua);
      background-clip: text !important;
      color: transparent;
      font-size: 24px;
      font-weight: bolder;
      font-family: 'Open Sans', sans-serif;

    }

    #tagline{
      margin-top: -2rem;
      margin-bottom: 1rem;
      padding: 2px;
      text-align: center;
      background: linear-gradient(to right, lime, limegreen, green, seagreen, green, limegreen, lime);
      background-clip: text !important;
      color: transparent;
      font-size: 24px;
      font-weight: bolder;
      font-family: 'Open Sans', sans-serif;

    }
    .motto {
      background: linear-gradient(to right, aqua, green, lime, lime, skyblue, aqua);
      background-clip: text !important;
      color: transparent;
    }
    .nav-link {
      font-weight: bolder;
      color: white;
    }

.navbar {
  position: sticky;
  top: 0; /* Stick to the top of the viewport */
/*  background-color: #333;*/
  padding: 10px;
  z-index: 1000; /* Ensure the navbar stays above other content */
}

body {
  /*min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
 background-color: aqua;*/
}
.opacity1 {
  background-color: rgba(0, 200, 200, 0.2);
  position: relative;
  padding: 1rem;
  color: black;
  border-top-right-radius: 10%;
  border-bottom-right-radius: 10%;
}
.opacity2 {
  background-color: rgba(0, 200, 250, 0.2);
  position: relative;
  padding: 1rem;
  border-bottom-left-radius: 10%;
  border-top-left-radius: 10%;
}

.row {
  position: relative;
/*  display: flex;*/
  align-items: center;
  justify-content: center;
  margin: 20px 30px;
}
.drop {
  width: 350px;
  height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.05),
    25px 35px 20px rgba(0, 0, 0, 0.05), 25px 20px 20px rgba(0, 0, 0, 0.05),
    inset 25px 30px 30px rgba(250, 250, 255, 0.9);
  animation: slide 3s linear;
}
@keyframes slide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.drop:nth-child(1) {
  border-radius: 67% 33% 28% 72% / 59% 52% 48% 41%;
  margin: 20px 30px 30px 0;
}
.drop:nth-child(2) {
  border-radius: 15% 85% 53% 47% / 55% 41% 59% 45%;
}
.drop:nth-child(3) {
  border-radius: 67% 33% 28% 72% / 59% 52% 48% 41%;
  margin: 20px 30px 30px 0;
}
.drop::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #ffffffc8;
  top: 50px;
  left: 80px;
  border-radius: 50%;
  opacity: 0.8;
}
 .drop::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ffffffc8;
  top: 90px;
  left: 110px;
  border-radius: 70%;
  opacity: 0.8;
}
 .drop .content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 40px 60px;
  gap: 15px;
  background: transparent;
}
 .drop .content h2 {
  margin-bottom: 15px;
  position: relative;
/*  width: 60px;*/
/*  height: 60px;*/
  background-color: #fff;
  border-radius: 90%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  color: var(--clr);
  box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.1),
    inset -2px -5px 10px rgba(255, 255, 255, 1),
    15px 15px 10px rgba(0, 0, 0, 0.05), 15px 10px 15px rgba(0, 0, 0, 0.25);
}
 .drop .content a {
  position: relative;
  padding: 10px 20px;
  background-color: var(--clr);
  border-radius: 20px;
  color: #fff;
  text-shadow: 2px 5px 5px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.5s, color 0.5s;
  box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.1),
    inset -2px -5px 10px rgba(255, 255, 255, 0.1),
    10px 10px 5px rgba(0, 0, 0, 0.05), 10px 10px 5px rgba(0, 0, 0, 0.25);
}
.drop .content a:hover {
  background-color: #fff;
  color: var(--clr);
}

/* -----Media Query----- */

@media only screen and (max-width: 800px) {
  .drop {
    width: 275px;
/*    height: 275px;*/
  }
}
@media only screen and (max-width: 600px) {
  .container {
    flex-direction: column;
  }
  .opacity1 {
    border-bottom-left-radius: 10%;
    border-top-right-radius: 0%;
    align-content: center;
    align-items: center;
  }
  .opacity2 {
    border-top-right-radius: 10%;
    border-bottom-left-radius: 0;
  }
  .logo {
/*    width: 80px;*/
  }
  #reina {
    font-size: 4rem;
    position: sticky;
    background: green;
  }
  #motto {
    font-size: 18px;
    margin-top: -1rem;
  }
  .row {
    padding-bottom: 2rem;
  }
  .drop {
    width: auto;
    min-height: auto;
  }
}

.text-primary1 {
  color: green;
  background-color: cadetblue;
  opacity: 0.7;
}
.text-primary1::before {
  color: green;
  background-color: cadetblue;
  opacity: 0.7;
}
.text-primary2{
  color: green;
  /*opacity: 0.7;*/
}
.text-primary2::before {
  color: green;
  opacity: 0.7;
}

.text-primary3 {
  color: green;
}

.btn-cadet-bg {
  color: white;
  border-radius:1rem;
}
.btn-cadet-bg::before {
  background-color: cadetblue;
  opacity: 0.7;
}
.btn-green{
  background-color: green;
}

.navbar-toggler {
  border-color: white;        
}

.carousel-caption-left {
  left: 10%; 
  top:30%;
  right: auto;
  text-align: center;
}

.carousel-caption-left-high-1 {
  left: 10% !important; 
  top:20% !important;
  right: auto;
  text-align: center;
}

.carousel-caption-right {
  right: 10% !important;
  top:30% !important;
  left: auto;
  text-align: center;
}

.carousel-caption-right-high-1 {
  right: 10% !important;
  top:20% !important;
  left: auto;
  text-align: center;
}

.carousel-caption-right-low {
  right: 10% !important;
  bottom:20% !important;
  left: auto;
  text-align: center;
}

.carousel-caption-right-low-1 {
  right: 10% !important;
  bottom:10% !important;
  left: auto;
  text-align: center;
}


#footer {
  background: linear-gradient(to top, powderblue, skyblue, deepskyblue, lightskyblue);
  bottom: 0;
/*  background-clip: text !important;*/
/*  color: transparent;*/
  font-weight: bolder;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}