/* Responsive Landing page CSS */
/* Alumni Page @ 2024 */

html {
  font-family: "barlow", sans-serif;
}

body {
  padding: 1rem;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  background-color: #003c71;
}

.container-fluid {
  padding: 1rem;
}

p {
  font-size: 1.25rem;
}

/* Animation Components Globally declared */
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes animate {
  0% {
    color: #003871;
  }

  50% {
    color: #00284d;
  }

  50% {
    color: #fff;
  }
}

.header-img {
  display: flex;
  justify-content: center;
}

.header-img img {
  width: auto !important;
  height: 10rem !important;
  padding: 0 !important;
  
}

h1 {
  font-weight: bold;
  color: #003b71;
  height: auto !important;
  padding: 0 !important;
  font-size: 2rem;
  text-align: center;
}

/* .header-content span {
    animation: animate 3s linear infinite;
  } */

.header-content-p {
  height: auto !important;
  padding: 0 !important;
  font-size: 16px;
}

.content-head {
  /* padding-left: 15%; */
  font-weight: bold;
  color: #003b71;
  height: auto !important;
  padding: 0.3% !important;
  font-size: 17px;
}

.content-p {
  height: auto !important;
  padding: 0.3% !important;
  font-size: 16px;
}

.content-list ul li {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  color: #003871;
}

.content-list ul span {
  font-size: 16px;
  height: auto !important;
  color: black;
}

.content-img img {
  width: 120px;
  /* width: auto; */
  height: auto !important;
  padding: 1% !important;
}

.content-urls {
  padding: inherit;
}

.content-urls a img {
  height: auto !important;
  padding: 0 !important;
  max-width: 15%;
}

.style {
  padding: 0.5% !important;
  font-size: 11px;
  text-align: center;
  margin: 5px 2px;
}

.style:hover {
  opacity: 0.5 !important;
}

.container {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  width: auto !important;
  height: auto !important;
  padding: 1% !important;
}

.footer-banner {
  background-image: url("../images/gea_banner.png");
  background-size: 100% 100%;
  color: #ffffff;
  padding-bottom: 40% !important;
}

.footer-banner img {
  width: 130px;
  /* float: right; */
  padding: inherit;
  /* padding-right: 40px; */
  padding-top: 1% !important;
}

.footer-banner-p {
  padding-left: 2%;
  padding-top: 1% !important;
  font-size: 16px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.footer-location {
  padding: 15px;
}

.footer-location img {
  padding-bottom: 10px;
  width: 70px !important;
}

.f-style {
  padding: 0.1% !important;
  font-size: 10px;
  text-align: center;
  margin: 3px 2px;
}

.f-style:hover {
  opacity: 0.5 !important;
}
