/* Reset styles for better cross-browser consistency */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body { 
  background-color: #1c4870;
  font-family: 'Poppins', sans-serif; /* Use Poppins font for better readability */
}

/* Navigation styles */
.navbar {
  background-color: #1c4870;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0%;
  padding-top: 1%;
  z-index: 1000;
  font-family: 'Roboto Mono';
}

.navbar-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.navbar-menu h1{
  font-family: 'Roboto Mono';
  color: #CCE6FC;
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
  padding: 0;
  margin: 0;
  padding-left: 4%;
  padding-top: 0.5%;
}

.navbar-menu li {
  margin: 0;
}

.navbar-menu li a {
  text-decoration: none;
  color: #CCE6FC;
}

nav ul li:not(:hover) a {
  opacity: 0.4;
}

nav ul li a:hover {
  opacity: 1;
  color: #CCE6FC;
} 

/* Responsive adjustments */
@media only screen and (max-width: 768px) {
  .navbar-menu {
      flex-direction: column;
      align-items: center;
  }

  .navbar-menu li {
      margin-bottom: 10px;
  }

  .navbar {
      padding: 10px;
  }

  .welcome h1 {
      font-size: 48px;
  }

  .welcome h2 {
      font-size: 16px;
      margin-left: 0;
  }
}

@media only screen and (max-width: 480px) {
  .welcome h1 {
      font-size: 36px;
  }

  .navbar {
      padding: 5px;
  }
}

#particles{
    width: auto;
    height: 800px;
}

.welcome h1 {
    background-color: none;
    padding: 0;
    margin: 0;
    margin-top: -500px;
    display: flex; 
    justify-content: center; 
    font-family:  'Poppins';
    color: #CCE6FC;
    position: relative;
    font-size: 100px;
}

.welcome h2 {
    background-color: none;
    padding: 0;
    margin: 0;
    margin-top: -10px;
    margin-left: 380px;
    display: flex; 
    justify-content: center; 
    font-family:  'Poppins';
    color: #9ed4ea;
    position: absolute;
}
#mouse-scroll {
    style: block;
  }
  #mouse-scroll {
    position: absolute;
    margin: auto;
    left: 97%; /*50%*/
    top: 690px;
    -webkit-transform: translateX(-50%);
    z-index: 9999;
  }
  #mouse-scroll span{
    display: block;
    width: 20px; 
    height: 20px;
    -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
         transform: rotate(45deg);
    border-right: 2px solid #fff; 
    border-bottom: 2px solid #fff;
    margin: 0 0 3px 5px;
  }
  #mouse-scroll .mouse {
    height: 42px;
    width: 28px;
    border-radius: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #ffffff;
    top: 170px;
  }
  #mouse-scroll .down-arrow-1 {
    margin-top: 6px;
  }
  #mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite; 
      -moz-animation: mouse-scroll 1s infinite;
  }
  #mouse-croll .down-arrow-1 {
     -webkit-animation-delay: .1s; 
     -moz-animation-delay: .1s;
     -webkit-animation-direction: alternate;
  }
  #mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s; 
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
  }
  #mouse-scroll .down-arrow-3 {
     -webkit-animation-delay: .3s;
     -moz-animation-dekay: .3s;
     -webkit-animation-direction: alternate;
  }
  #mouse-scroll .mouse-in {
    border-radius: 30px;
    height: 12px;
    width: 6px;
    display: block; 
    margin: 5px auto;
    background: #ffffff;
    position: relative;
  }
  #mouse-scroll .mouse-in {
   -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation: mouse-animated 1.2s ease infinite;
  }
  
  @-webkit-keyframes animated-mouse {
    0% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
       opacity: 0;
      -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
      transform: translateY(6px);
    }
  }
  @-webkit-keyframes mouse-scroll {
    0% {
      opacity: 1;
    }
    50% {
      opacity: .5;
    }
    100% {
      opacity: 1;
    } 
  }
  @keyframes mouse-scroll {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0.5;
    }
    100% {
      opacity: 1;
    }
  }

  .about-title h1{
    background-color: none;
    padding: 0;
    margin: 0;
    margin-top: 475px;
    display: flex; 
    justify-content: center; 
    font-family:  'Poppins';
    color: #CCE6FC;
    position: relative;
    font-size: 80px;
}

.about-box {
    width: 60%;
    padding: 20px;
    background-color: none;
    border-radius: 15px;
    border: 4px solid #CCE6FC;
    margin-top: 15px;
    margin-left: 4%;
  }

.about-box p{
    background-color: none;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    display: flex; 
    justify-content: center; 
    font-family:  'Roboto Mono';
    color: #CCE6FC;
    font-size: 17px;
}

.code-box {
    width: 25%;
    height: 550px;
    padding: 20px;
    background-color: none;
    border-radius: 15px;
    border: 4px solid #CCE6FC;
    margin-top: -31.9%;
    margin-left: 70%;
    display: flex;
    position: relative;
  }

  .code-box h1{
    background-color: none;
    padding: 0;
    margin: 0;
    margin-left: 100px;
    margin-top: 10px;
    display: inline;
    font-family:  'Poppins';
    color: #CCE6FC;
    font-size: 20px;
    position: absolute;
}

.code-box p1{
    background-color: none;
    padding: 0;
    margin: 0;
    margin-top: 80px;
    margin-left: 80px;
    display: flex; 
    justify-content: center; 
    font-family:  'Roboto Mono';
    color: #9ed4ea;
    font-size: 17px;
    position: absolute;
}

.line_one{
    border: 2px solid #CCE6FC;
    width: 99%;
    margin-top: 45%;
    margin-left: -5%;
    position: absolute;
    border-radius: 15px;
}

.code-box h2{
    background-color: none;
    padding: 0;
    margin: 0;
    margin-left: 100px;
    margin-top: 205px;
    display: inline;
    font-family:  'Poppins';
    color: #CCE6FC;
    font-size: 20px;
    position: absolute;
}

.code-box p2{
    background-color: none;
    padding: 0px;
    padding-top: 10px;
    padding-right: 15px;
    margin: 0;
    margin-top: 270px;
    margin-left: 80px;
    display: flex; 
    justify-content: center; 
    font-family:  'Roboto Mono';
    color: #9ed4ea;
    font-size: 17px;
    position: absolute;
}

.line_two{
    border: 2px solid white;
    width: 99%;
    margin-top: 95%;
    margin-left: -5%;
    position: absolute;
    border-radius: 15px;
}

.code-box h3{
    background-color: none;
    padding: 0;
    margin: 0;
    margin-left: 100px;
    margin-top: 400px;
    display: inline;
    font-family:  'Poppins';
    color: #CCE6FC;
    font-size: 20px;
    position: absolute;
}

.code-box p3{
    background-color: none;
    padding: 0px;
    padding-top: 10px;
    padding-right: 15px;
    margin: 0;
    margin-top: 465px;
    margin-left: 80px;
    display: flex; 
    justify-content: center; 
    font-family:  'Roboto Mono';
    color: #9ed4ea;
    font-size: 17px;
    position: absolute;
}

.random-box {
    width: 60%;
    height: 65px;
    padding: 20px;
    background-color: none;
    border-radius: 15px;
    border: 4px solid #CCE6FC;
    margin-top: -110px;
    margin-left: 4%;
    position: relative;
  }

  .random-box p1{
    background-color: none;
    padding: 0;
    margin: 0;
    margin-top: -12px;
    display: flex; 
    justify-content: left; 
    font-family:  'Roboto Mono';
    color: #8fe599;
    font-size: 17px;
    position: absolute;
}

.random-box p2{
    background-color: none;
    padding: 0;
    margin: 0;
    margin-top: 23px;
    margin-left: -20px;
    display: flex; 
    justify-content: left; 
    font-family:  'Roboto Mono';
    color: #60bcdb;
    font-size: 15px;
}

.random-box p3{
    background-color: none;
    padding: 0;
    margin: 0;
    margin-top: 65px;
    margin-left: 0px;
    display: flex; 
    justify-content: left; 
    font-family:  'Roboto Mono';
    color: #8fe599;
    font-size: 17px;
    position: absolute;
}

.project-title h1{
  background-color: none;
  padding: 0;
  margin: 0;
  display: flex; 
  justify-content: center; 
  font-family:  'Poppins';
  color: #CCE6FC;
  position: relative;
  font-size: 80px;
  transform: translateY( 100%);
}

.archdiocese-box {
  width: 40%;
  border-radius: 15px;
  border: 4px solid #CCE6FC;
  transform: translate(142.6%, 40%);
}

.archdiocese-box img{
  width: 100%;
  height: 100%;
}

.archdiocese-box1 img{
  object-fit: fill;
}

.archdiocese_text h1{
  margin-top: 0;
  margin-left: 0;
  background-color: none;
  padding: 0;
  margin: 0;
  display: flex; 
  justify-content: center; 
  font-family:  'Poppins';
  color: #CCE6FC;
  font-size: 30px;
  transform: translate(-16%, -540%);
  color: #60bcdb;
}

.archdiocese_text h2{
  margin-top: 0;
  margin-left: 0;
  background-color: none;
  padding: 0;
  margin: 0;
  display: flex; 
  justify-content: center; 
  font-family:  'Poppins';
  color: #fd67f8;
  font-size: 25px;
  transform: translate(-7%, -670%);
}

.archdiocese_text h3{
  margin-top: 0;
  margin-left: 0;
  background-color: none;
  padding: 0;
  margin: 0;
  display: flex; 
  justify-content: center; 
  font-family:  'Poppins';
  color: #98ef76;
  font-size: 20px;
  transform: translate(-3%, -850%);
}

.website-box img{
  width: 25%;
  height: auto;
  border: 4px solid #CCE6FC;
  border-radius: 15px;
  transform: translate(0%, 28%);
}

.lucid-box img{
  width: 25%;
  height: auto;
  border: 4px solid #CCE6FC;
  border-radius: 15px;
  transform: translate(0%, -175%);
}

.vex-box img{
  width: 25%;
  height: auto;
  border: 4px solid #CCE6FC;
  border-radius: 15px;
  transform: translate(0%, -75%);
}

.rune-box {
  width: 30%;
  border-radius: 15px;
  border: 4px solid #CCE6FC;
  transform: translate(10%, -100%);
}

.rune-box img{
  width: 100%;
  height: 100%;
}

.rune-box1 img{
  object-fit: fill;
}

.rune_text h1{
  margin-top: 0;
  margin-left: 0;
  background-color: none;
  padding: 0;
  margin: 0;
  display: flex; 
  justify-content: center; 
  font-family:  'Poppins';
  color: #CCE6FC;
  font-size: 30px;
  transform: translate(7%, -2000%);
  color: #60bcdb;
}

.rune_text h2{
  margin-top: 0;
  margin-left: 0;
  background-color: none;
  padding: 0;
  margin: 0;
  display: flex; 
  justify-content: center; 
  font-family:  'Poppins';
  color: #fd67f8;
  font-size: 25px;
  transform: translate(6.7%, -2000%);
}

.rune_text h3{
  top: 0;
  left: 0;
  background-color: none;
  padding: 0;
  margin: 0;
  display: flex; 
  justify-content: center; 
  font-family:  'Poppins';
  color: #98ef76;
  font-size: 20px;
  transform: translate(7.6%, -2000%);
}