


#entrance {
  width: 100vw;
  height: 100vw;
  margin:0px;
  background: #3f0766;
  justify-content: center;
  display: flex;
  align-items: center;
}



@keyframes numberglow {
  0% { 
    opacity:0%;
  }
  25% { 
    opacity:100%;
    color: #ff5019; 
  }
  60% { 
    opacity:100%;
    color: #ff5019; 
    text-shadow:
      0 0 4px #f84819,
      0 0 11px #f96800,
      0 0 19px #fa7600,
      0 0 40px #fb8400,
      0 0 80px #fc9200,
      0 0 90px #fd9a00,
      0 0 100px #fea200,
      0 0 150px #ff4819;
  }
  
  75% {
    opacity:100%;
    color: #ff5019;
    text-shadow:
      0 0 4px #f84819,
      0 0 11px #f96800,
      0 0 19px #fa7600,
      0 0 40px #fb8400,
      0 0 80px #fc9200,
      0 0 90px #fd9a00,
      0 0 100px #fea200,
      0 0 150px #ff4819;
  }
  
  100% {
    opacity:0%;
  }

}

@keyframes teamnameglow {
  0% { 
    color: black; 
  }
  25% { 
    color: #ffba00; 
  }
  60% { 
    color: #ffba00; 
    text-shadow:
      0 0 4px #ff6000,
      0 0 11px #ff6800,
      0 0 19px #ff7600,
      0 0 40px #ff8400,
      0 0 80px #ff9200,
      0 0 90px #ff9a00,
      0 0 100px #ffa200,
      0 0 150px #ffaa00;
  }
  
  75% {
    color: black; 
    text-shadow:
      0 0 2px #ff6000,
      0 0 4px #ff6800,
      0 0 6px #ff7600,
      0 0 10px #ff8400,
      0 0 45px #ff9200,
      0 0 55px #ff9a00,
      0 0 70px #ffa200,
      0 0 80px #ffaa00;
  }
  
  100% {
    color: black; 
  }

}

@keyframes pulsateglow{
  
  0% { 
    color: #ffba00; 
  }
  60% { 
    color: #ffba00;
    text-shadow:
      0 0 4px #ff6000,
      0 0 11px #ff6800,
      0 0 19px #ff7600,
      0 0 40px #ff8400,
      0 0 80px #ff9200,
      0 0 90px #ff9a00,
      0 0 100px #ffa200,
      0 0 150px #ffaa00;
  }
  
  75% {
    color: #ffba00;
    text-shadow:
      0 0 2px #ff6000,
      0 0 4px #ff6800,
      0 0 6px #ff7600,
      0 0 10px #ff8400,
      0 0 45px #ff9200,
      0 0 55px #ff9a00,
      0 0 70px #ffa200,
      0 0 80px #ffaa00;
  }
  
  100% {
    color: #ffba00; 
  }
}

@keyframes altpulsateglow1{
  
  0% { 
    color: #ffba00;
    opacity: 100%;
    text-shadow:
      0 0 2px #ff6000,
      0 0 4px #ff6800,
      0 0 6px #ff7600,
      0 0 1px #ff8400,
      0 0 4px #ff9200,
      0 0 5px #ff9a00,
      0 0 7px #ffa200,
      0 0 8px #ffaa00;
  }
  60% { 
    opacity:0%;
    color: #ffba00; 
    text-shadow:
      0 0 4px #ff6000,
      0 0 11px #ff6800,
      0 0 19px #ff7600,
      0 0 40px #ff8400,
      0 0 80px #ff9200,
      0 0 90px #ff9a00,
      0 0 100px #ffa200,
      0 0 150px #ffaa00;
  }
  
  75% {
    color: #ffba00; 
    text-shadow:
      0 0 2px #ff6000,
      0 0 4px #ff6800,
      0 0 6px #ff7600,
      0 0 10px #ff8400,
      0 0 45px #ff9200,
      0 0 55px #ff9a00,
      0 0 70px #ffa200,
      0 0 80px #ffaa00;
  }
  
  
  100% {
    color: #ffba00;
    opacity:100%;
    text-shadow:
      0 0 2px #ff6000,
      0 0 4px #ff6800,
      0 0 6px #ff7600,
      0 0 1px #ff8400,
      0 0 4px #ff9200,
      0 0 5px #ff9a00,
      0 0 7px #ffa200,
      0 0 8px #ffaa00;
  }
}

@keyframes altpulsateglow2{
  
  0% { 
    color: #ffba00; 
    opacity: 0%;
  }
  60% { 
    opacity: 100%;
    color: #ffba00; 
    text-shadow:
      0 0 4px #ff6000,
      0 0 11px #ff6800,
      0 0 19px #ff7600,
      0 0 40px #ff8400,
      0 0 80px #ff9200,
      0 0 90px #ff9a00,
      0 0 100px #ffa200,
      0 0 150px #ffaa00;
  }
  
  75% {
    color: #ffba00; 
    text-shadow:
      0 0 2px #ff6000,
      0 0 4px #ff6800,
      0 0 6px #ff7600,
      0 0 10px #ff8400,
      0 0 45px #ff9200,
      0 0 55px #ff9a00,
      0 0 70px #ffa200,
      0 0 80px #ffaa00;
  }
  
  100% {
    color: #ffba00; 
    opacity: 0%;
  }
}

.img{
  color: #424242; 
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  transform: scale(1.15);
  -ms-transform: scale(1.15); /* IE 9 */
  -webkit-transform: scale(1.15); /* Safari and Chrome */
  width:60%;
  height:60%;
  display: block;
  margin: 0 auto;
  padding: 30px;
}

#accordion {
  margin: 100px;
  width: 100%;
  overflow:auto;
  max-height:20000px;
}

#accordion li{
  list-style: none;
  width: 100%;
  margin-bottom: 10 px
  padding 10 px;
  border-radius:4 px;
  overflow:auto;
  max-height:20000px;
}

#accordion li label{
  font-family: 'Glacial Indifference', sans-serif;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  border-width:5px;
  border-style:groove;
  border-color:black;
  background-color:rgb(33, 158, 188);
  color:rgb(142, 202, 230);

}

#accordion li label span{
  transform: rotate(0deg);
  font-size:20px;
}

#accordion label + input[type="radio"]{
  display: none;
}

#accordion .bodycontent {
  padding: 0 10px;
  line-height: 26px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
}

#accordion label + input[type="radio"]:checked + .bodycontent{
  max-height: 20000px;
}

.barlogo{
  height:100px;
  width:100px;
  animation: logoglow 10s infinite;
}

.teamname {
  font-family: 'Glacial Indifference', sans-serif;
  font-size:70px;
  font-weight:300;
  animation: teamnameglow 10s infinite;
  
  background: black;
  
  
  color:white;

}


.midbody {
  font-family: 'Glacial Indifference', sans-serif;
  margin: auto;
  justify-content: center;
  align-items: center;
  
}

.bodycontent {
  font-family: 'Glacial Indifference', sans-serif;
  width: 60%;
  line-height:40px;
  max-height:100%;
  font-size:20px;
  font-weight:300;
  align-items: centre;
  margin: auto;
  justify-content: center;
  text-align: justify;
  text-justify: inter-word;
}

body { 
  font-family: 'Glacial Indifference', sans-serif;
  background-color: rgb(2, 48, 71);
  color:rgb(142, 202, 230);
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  overflow-y:auto;
  max-height:10000px;
  text-align: center;
  padding:0;
  height:100%;
}


.wrapper {
  overflow: auto;
  max-height:40000px;
}

.smallheader {
  margin-top: 50px;
}

.pageheader {
  justify-content: center;
  align-items: center;
  margin-top: 180px;
  font-family: 'Glacial Indifference', sans-serif;
  font-size:calc(1.5rem + 1.5vw);
  font-weight:300;
  animation: pulsateglow 10s infinite;
  text-align: center;
}

.pageheader1 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  font-family: 'Glacial Indifference', sans-serif;
  font-size:calc(1.5rem + 1.5vw);
  font-weight:300;
  animation: pulsateglow 10s infinite;
  text-align: center;
}

.altpageheader1{
  padding: 50px;
  justify-content: center;
  align-items: center;
  font-family: 'Glacial Indifference', sans-serif;
  font-size:calc(1.5rem + 1.5vw);
  font-weight:300;
  animation: altpulsateglow1 4s infinite;
  text-align: center;
}
.altpageheader2{
  justify-content: center;
  align-items: center;
  font-family: 'Glacial Indifference', sans-serif;
  font-size:calc(1.5rem + 1.5vw);
  font-weight:300;
  animation: altpulsateglow2 4s infinite;
  text-align: center;
}


.pointheader {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: 'Glacial Indifference', sans-serif;
  font-size:calc(1rem + 1vw);
  font-weight:300;
  animation: pulsateglow 10s infinite;
}


#welcomehomeheader{
  justify-content: center;
  align-items: center;
  overfill: autofill;
  font-family: 'Glacial Indifference', sans-serif;
  font-weight: 100;
  font-size: calc(5vh + 5vw);
  transition: font-size 2s 0.5s;
  color: rgb(255, 183, 3);
  text-shadow: 3px 3px rgb(251, 133, 0);
  animation: numberglow 10s infinite;
  
}

#welcomehomeheader:hover{
  font-size: calc(7vh + 7vw);
}

.headercontainer{
  margin-top: 0px;
  max-width: 100vw!important;
  margin-left:-10vw!important;
  margin-right:-10vw!important;
  background:linear-gradient(black,rgb(2, 48, 71)) ;
}


.container {
  text-align: center;
  padding: 0;
  align-items: center;
  justify-content: center;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}


.left-aligned { margin-left: auto; }
.bg-dark { background-color:black!important; }
.bg-hero { background-color:black; }

/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#9c4b4c }

/* footer */
footer a { 
  width:100%;
    color: white; 
    font-weight: bold; 
    text-decoration: none; 
}


footer a:hover { color: white; text-decoration: underline; }


.footerclass{
  padding-top: 30px;
  justify-content: center!important;
  align-items: center!important;
  text-align: center!important;
  margin-top: 100px;
  background-color:black;
  color:white;
  margin-top:-300px;
  margin-left: auto;
  margin-right:auto;

  position:absolute;
  width: 60vw;
  top: 1;
   left: 0;
  height:330px;   /* Height of the footer */
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.profiles{
  width: 40vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}

.profile{
  margin-left:auto;
  margin-right:auto;
  margin-bottom:20px;
  justify-content: center;
  align-items: center;
  text-align: center;
  
  width: 200px;
  background-color: rgba(2, 48, 71, 0); 
  
}

.profile-photo{
  width: 150px; 
  height: 150px; 
  border-radius: 50%; 
  object-fit: cover; 
  margin-bottom: 20px; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}
