/*udelware colors this is the 
  color: #00539F; blue
    color: #FFD200; yellow*/


.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.trans-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(97, 97, 97);
  opacity: 0.3;
  height: 100vh;
  width: 100vw;
}

.size {
  width: 100vw;
  overflow-x: hidden;
  background-image: url(imgs/bg.jpg);
}

body {
  background-image: url(imgs/bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
}

#myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introTxt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.logoMain {

  max-height: 200px;

}

.pic1 {
  rotate: -25deg;
}

.pic2 {
  rotate: 25deg;
}


.popIn {
  animation: popIn 0.6s ease-out forwards;
  animation-delay: 5s;
  opacity: 0;
}

@keyframes popIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  60% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.bbh {
  height: 100vh;
}

.bo {
  background-color: rgba(0, 83, 159, 0.5);
  border-radius: 10px;
  width: 50vw;
  color: #FFD200;
}

.UDFontTitle {
  font-family: "campus-mn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  /* default size for large screens */
}

.UDFont {
  font-family: "campus-mn", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Medium screens and smaller */
@media (max-width: 991.98px) {
  .UDFontTitle {
    font-size: 1.6rem;
  }
}

/* Small screens and smaller */
@media (max-width: 575.98px) {
  .UDFontTitle {
    font-size: 1.4rem;
  }
}

.height {
  height: 80vh;
}


.bgBlue {
  background-color: #00539F;
  border: #00539F 1px solid;
  border-radius: 10px;
}

.big {
  height: 50vh;
}

.bgWhite {
  background-color: white;
  min-height: 100vh;
}

.bgWhite2 {
  background-color: #00539F;
  min-height: 100vh;
}

.bgGray {
  background-color: gray;
  border-radius: 10px;
}

ul.centered-list {
  list-style-position: inside;
  text-align: center;
  padding-left: 0;
}

.chart {
  min-height: 30vh;
  border: 5px #00539F solid;
  border-radius: 10px;
}

.alumni {
  border-radius: 50%;
  max-height: 30vh;
}

.pplStuff {
  background-color: white;
  border-radius: 50px;
}

.bgWhiteChart {
  background-color: white;
  min-height: 50vh;
}

.bgWhiteAlum {
  background-color: #00539F;
  min-height: 80vh;
}

hr {
  border: none;
  height: 3px;
  background-color: white;
}

.alumLine {
  height: 3px;
  border: none;
  background-color: #00539F;
}

.card {
  border: 5px solid white;
  border-radius: 40px;
  height: 100%; 
  position: relative; 
  overflow: hidden; 
  min-height: 400px; 
}


.cardImg {
  border-radius: 40px;
}

.blu {
  color: #00539F;
}

.topicTitle {
  font-size: 6rem;
}

@media (max-width:990px) {
  .topicTitle {
    font-size: 3.5rem;
  }
}

@media (max-width:575px) {
  .topicTitle {
    font-size: 1.5rem;
  }
}

.card-back {
  font-size: 1.8rem;
}
@media (max-width:990px) {
  .card-back {
    font-size: 1.5rem;
  }
}

@media (max-width:575px) {
  .card-back {
    font-size: 1.3rem;
  }
}





/* card flip css used chatgpt to help with the some small issues with the stuff under this */
.card {
  width: 100%;
  height: 600px;
  perspective: 1000px;
  cursor: pointer;
  margin: auto;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease;
  transform-style: preserve-3d;
  border-radius: 40px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.card.flipped .card-inner {
  transform: rotateY(180deg);
}

.card-front, .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  backface-visibility: hidden;
  overflow: hidden;
}

.card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.card-back {
  background-color: white;
  color: #00539F;
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

.ud-footer {
  background-color: #033b6e;  
  color: #FFD200;          
}

.ud-footer h6 {
  color: #FFD200;         
}
.ud-footer p, 
.ud-footer i {
  color: white;           
}

.ud-footer-bottom {
  background-color: rgba(0, 0, 0, 0.2); 
  color: #FFD200;
}

html {
  scroll-behavior: smooth;
}

.navbar .nav-link {
  color: white !important;          
  position: relative;               
  transition: color 0.3s ease;
}

.navbar .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 5px;
  left: 0;
  background: #FFD200;              
  transition: width 0.3s ease;
}

.navbar .nav-link:hover::after {
  width: 100%;                      
}

.navbar .nav-link:hover {
  color: #FFD200 !important;        /
}
