
html, body{
  height: 100%;
  margin: 0;
  padding: 0;
 
}

body {
  margin: auto;
  font-family: 'Courier New', Courier, monospace;
  overflow: auto;
  background: linear-gradient(315deg, #b0e0e6  100%);
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  background-attachment: fixed;
}

@keyframes gradient {
  0% {
      background-position: 0% 0%;
  }
  50% {
      background-position: 100% 100%;
  }
  100% {
      background-position: 0% 0%;
  }
}

.wave {
  background:  #8bced7dc ;
  border-radius: 1000% 1000% 0 0;
  position: fixed;
  width: 200%;
  height: 12em;
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.wave:nth-of-type(2) {
  bottom: -1.25em;
  animation: wave 18s linear reverse infinite;
  opacity: 0.8;
}

.wave:nth-of-type(3) {
  bottom: -2.5em;
  animation: wave 20s -1s reverse infinite;
  opacity: 0.9;
}

@keyframes wave {
  2% {
      transform: translateX(1);
  }

  25% {
      transform: translateX(-25%);
  }

  50% {
      transform: translateX(-50%);
  }

  75% {
      transform: translateX(-25%);
  }

  100% {
      transform: translateX(1);
  }
}
span{

  font-family:"lobster";
}
header{
    top: 0;
    left:0;
    background:transparent ;
    background-size: cover;
    color: white;
    text-align: left;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.typewriter-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.typewriter-container {
  margin-left: 5%; /* Adjust this value to move text further left */
  text-align: left;
  line-height: 1.8;
}
.header-content{
  display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header-image {
  flex: 0,0 auto;
  text-align: right;
  margin-left: 20px;
  margin-top: 10px;
}
.flyer-section {
  margin-top: 20px; /* Adjust this value to control the spacing */
  margin-bottom: 20px; /* Add a bottom margin for consistent spacing */
  text-align: center; /* Center the image horizontally */
}
.flyer-image {
  flex: 0,0 auto;
  text-align: right;
  margin-left: 20px;
  margin-top: 10px;  /* Center the image */
}
.flyer-image img {
  position: absolute;
  border-radius: 30%; /* Ensure the header image is a rectangle */
  top: 140%;
  right: 50px;
  width: 40%;
  left:2%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
}

.about-text {
    flex: 1;
    padding-right: 20px;
}

.about-image {
    flex: 0 0 auto;
    text-align: right;
    margin-left: 80px;
    
}

.about-image img {
    width: 150%;
    height: auto;
    border-radius: 50px;
    margin-top: 25%;
    margin-left: 60%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.teamjoin-image{
  flex: 0,0 auto;
  text-align: right;
  margin-left: 20px;
  margin-top: 10px;
}
.teamjoin-image img{
  border-radius: 50px;
  top: 250px;
  right: 0px;
  width: 40%;
  left:55%;
}
.team-image img{
  object-fit: cover;
  border-radius: 80px;
  flex: 0,0 auto;
  text-align: right;
  margin-left: 50px;
  margin-top: 65%;
}
.social-image img{
  object-fit: contain;
  border-radius: 0px;
  flex: 0,0 auto;
  text-align: right;
  margin-left: 64%;
  margin-top: 20%;
  width: 30%;
  
}

.science-image{
margin-left: 48px;
margin-top: 185%;
box-shadow: 0 0 20px rgba(255, 255, 255, 0.936);

}
.tech-image{
  margin-left: 280px;
  margin-top: 185%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.936);
}
.engineering-image{
  margin-left: 528px;
  margin-top: 185%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.936);
}
.business-image{
  margin-left: 750px;
  margin-top: 185%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.936);
}
.math-image{
  margin-left: 980px;
  margin-top: 185%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.936);
}
.left-align {
  text-align: left;
  width: 100%; /* Ensure it takes the full width of the container */
  padding-left: 20px; /* Add some padding to the left */
}
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-right: 0.2em solid white;
  border-bottom: 0.2em solid white;
  transform: rotate(45deg);
 margin-top: 1em;
 margin-left: 20px;

}
#down{
  margin-top: 100%;
  padding-bottom: 25%;
}

.scroll-button {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  margin-top: 1em;
  transition: transform 0.3s ease;
}

.scroll-button:hover {
  transform: translateY(5px); /* Move the arrow down slightly on hover */
}
.training-section {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center the content horizontally */
  align-items: center; /* Center the content vertically */
  padding: 20px;
  text-align: center; /* Center the text */
  margin-bottom: 30px;
}

.training-categories {
  display: flex;
  justify-content: space-between; /* Center the categories horizontally */
  align-items: center; /* Center the categories vertically */
  width: 100%;
  margin-top: 40%; /* Add some space below the categories */
}
.category {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 5px;
  color: white;
  flex: 1; /* Allow categories to grow and take equal space */
  text-align: center; /* Center the text within each category */
  margin: 0 10px; /* Add some margin between categories */
  max-height: 250px;
  overflow: hidden;
  margin-bottom: 800px;
}
.category h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.category p {
  margin: 0;
  font-size: 0.9em;
}
hr.rounded {
  border-top: 8px solid #7f8893;
  border-radius: 5px;
  width: 100%;
  margin: 1em 0;
  position: absolute;
  left: 0;
  top: 80px;
  padding: 0;
   
}
figure img{
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
}

.header-image img {
  position: absolute;
  border-radius: 30%; /* Ensure the header image is a rectangle */
  top: 190px;
  right: 0px;
  width: 40%;
  left:50%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

body {
  margin: auto; 
  overflow: auto;
  background-color: black;
  color: #fff;
  padding-top: 5em;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.typewriter {
  color: #fff;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .1em solid rgba(255, 255, 255, 0); /* The typewriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0; /* Remove auto margin to align left */
  margin-left: 0;
  letter-spacing: .15em; /* Adjust as needed */
  animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
  text-align: left; /* Align text to the left */
  width: fit-content; /* Ensure it takes the full width of the container */
  padding-left: 20px; /* Add some padding to the left */
  max-width: 100%;
}

header h1 {
  margin-left: 20%;
  margin-top: 0;
}

/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
  color: #fff;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid rgba(35, 57, 116, 0); /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { max-width: 0 }
  to { max-width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: rgba(35, 57, 116, 0)}
}

section{
    background-color:black;
    color: white;
    padding: 10%;
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
    align-items: center;
}
div{
   background:transparent;
    font-family: 'Courier New', Courier, monospace;
   color: white; 
    display: inline-block;
    margin:auto;
    width: 19%;
    height: 100px; 
    text-align: center;
  
}
ul{
    margin:0;
    padding:0;
    list-style-type:none;
    position:absolute;
    top: 10px;
    right:0;
}
li{
    background: transparent;
    color:rgb(45, 86, 162);
    display: inline-block;
    border-radius:3px;
    padding: 2px;
    margin-right: 10px;
    width:100;
    height:100;
}
a{
    text-decoration: none;
}
a:visited{
color: black;
}
li:hover{
background-color:rgb(177, 192, 221);

}
.team-image, .VP-image {
  text-align: center;
  margin-top: 10px;
}

.team-member-name {
  margin-top: 10px;
/*  margin-left: 5px;*/
  font-size: 1em;
  color: #1b363a;
}

.team-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.team-member {
  flex: 1 1 200px;
  margin: 10px;
  text-align: center;
}
.team-member img {
  width: 150px; /* Ensure consistent image size */
  height: 150px; /* Ensure consistent image size */
  border-radius: 50%; /* Make the images circular */
}
section{
    background: rgb(0,0,0,0);
    color: white;
    padding: 10%;
}
/* Responsive design */
@media (max-width: 768px) {
  .team-member {
      flex: 1 1 100%;
  }

  .team-member-name {
      margin-top: 20px;
  }
}

footer {
  text-align: center;
  background-color: #315768;
  padding: 0px;
  color: white;
  width: 100;
  height:100;
}
