body {
  background-color: #151f49;
  font-family: "Montserrat", sans-serif;
}

main {
  background-color: #f2f5f7;
  background-image: url(../assets/img/bg-website.png);
  background-repeat: no-repeat;
  background-size: cover;  
}

header {
  background-color: white;
  border-width: 0 0 4px 0;
  border-style: solid;  
  border-image: linear-gradient(90deg, rgba(135,150,27,1) 0%, rgba(24,107,134,1) 10%, rgba(66,79,124,1) 20%, rgba(118,68,96,1) 30%, rgba(167,58,71,1) 40%, rgba(215,69,41,1) 50%, rgba(233,128,23,1) 60%, rgba(253,200,1,1) 70%, rgba(204,163,6,1) 80%, rgba(118,96,16,1) 90%, rgba(41,35,25,1) 100%) 1;
  border-image: url("../assets/img/gradient-line_EAG.png") 1 ;
}

header div:first-of-type img {
  width: 100%;
  max-height: 96px;
}
header div:last-of-type img {
  display: none;
}

header h1 {
  font-weight: 700;
}

header p {
  font-size: 1.5rem;
}

header p span {
  color: #d03030;
  font-weight: 600;
}

footer {
  background-color: white;  
  border-width: 4px 0 0 0;
  border-style: solid;  
  border-image: linear-gradient(90deg, rgba(135,150,27,1) 0%, rgba(24,107,134,1) 10%, rgba(66,79,124,1) 20%, rgba(118,68,96,1) 30%, rgba(167,58,71,1) 40%, rgba(215,69,41,1) 50%, rgba(233,128,23,1) 60%, rgba(253,200,1,1) 70%, rgba(204,163,6,1) 80%, rgba(118,96,16,1) 90%, rgba(41,35,25,1) 100%) 1;
  border-image: url("../assets/img/gradient-line_EAG.png") 1 ;
  position: relative;
  height: 100%;
}

.video-container h2 {
  color: #333;
  font-size: 1.25rem;
  text-align: left;
  font-weight: 600;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
  overflow: hidden;
  cursor: pointer;
}

.video-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #262a2d;
  background-image: url(../assets/img/basketball.jpeg);
  z-index: 2;
  background-size: cover;
}

.video-wrapper-bis::before {
  background-image: url(../assets/img/volleyball.jpeg);
}

.video-wrapper::after {
  content: "";
  position: absolute;
  height: 85px;
  width: 85px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../assets/img/play-icon.svg);
  z-index: 3;
}

.video-wrapper.remove-poster::before,
.video-wrapper.remove-poster::after {
  content: none;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tweet-tag {
  color: white;
  text-shadow: 2px 2px 0px #4066a3;
  font-size: clamp(2rem, 1.799rem + 0.85vw, 4rem);
  font-weight: bold;
}

.btn-modal {
  -webkit-box-shadow: 3px 3px 0px #4066a3;
  box-shadow: 3px 3px 0px #4066a3;
  color: black;
  background-color: white;
  border-color: #4066a3;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-modal:hover {
  -webkit-box-shadow: 5px 5px 0px #4066a3;
  box-shadow: 5px 5px 0px #4066a3;
  color: black;
  background-color: white;
  border-color: linear-gradient(90deg, rgba(135,150,27,1) 0%, rgba(24,107,134,1) 10%, rgba(66,79,124,1) 20%, rgba(118,68,96,1) 30%, rgba(167,58,71,1) 40%, rgba(215,69,41,1) 50%, rgba(233,128,23,1) 60%, rgba(253,200,1,1) 70%, rgba(204,163,6,1) 80%, rgba(118,96,16,1) 90%, rgba(41,35,25,1) 100%) 1;
}

.btn:first-child:active {
  color: white;
  background-color: #4066a3ae;
  border-color: #4066a3ae;
}

.top, .bottom, .eunice-link {
  display: none;
}

.nav {
  --bs-nav-pills-border-radius: 0;
  --bs-nav-link-color: #000;
  --bs-nav-link-font-weight: 600;
  --bs-link-hover-color: #1d1d1b;
  --bs-nav-pills-link-active-color: #000;
  --bs-nav-pills-link-active-bg: #fff;
  --bs-nav-link-padding-x: 2em;
}

.nav-item {
  display: flex;
}

.nav-link {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-self: stretch;
  text-align: center;
  border: 3px solid var(--bs-nav-pills-link-active-color) !important;
  line-height: .9rem;
  transform: translate(-.5rem, -.5rem);
  box-shadow: 5px 5px 0px black;
  transition: all .3s;
  background-color: var(--bs-nav-pills-link-active-bg) !important;
}

.nav-link.active {
  transform: translate(0, 0);
  box-shadow: none;
}

.nav-link span {
  display: block;
  align-self: center;
  text-align: center;
  margin:.5rem;
}

.nav .nav-item, .nav > .nav-link{
  flex-grow: 1;
}

@media (min-width: 576px) {
  .nav .nav-item, .nav > .nav-link{
    flex-grow: unset;
  }
  .nav-link span {
    margin: auto;
  }

  header img{
    width: auto;
  }
  header div:first-of-type img {
    height: 72px;
    width: auto;
  }
  header div:last-of-type img {
    width: auto;
    display:inline;
    height: 48px;
  }
  header div:last-of-type img+img {
    height: 36px;
  }

  footer{
    height: 120px;
  }

  footer .row img{
    height: 20px;
  }
 
  footer a{
    position: absolute;
    height: 75%;
    bottom: 0;
    right: 0;
    display: block;
  }
  
  footer a img{
    height:100%;
    width:auto;
  }

  .mobile {
    display: none;
  }
  .top, .bottom {
    display: flex;
  }
  .eunice-link {
    display: inline;
  }
}

@media (min-width: 768px) {
  header img{
    width: auto;
  }
  header div:first-of-type img {
    height: 72px;
    width: auto;
  }
  header div:last-of-type img {
    width: auto;
    display:inline;
    height: 48px;
  }
  header div:last-of-type img+img {
    height: 36px;
  }
  footer{
    height: 140px;
  }
  footer .row img{
    height: 28px;
  }
}

@media (min-width: 992px) {
  header div:first-of-type img {
    height: 96px;
  }
  header div:last-of-type img {
    display:inline;
    height: 64px;
  }
  header div:last-of-type img+img {
    height: 48px;
  }
  footer{
    height: 160px;
  }
  footer .row img{
    height: 36px;
  }
}

@media (min-width: 1200px) {
  footer{
    height: 220px;
  }
  footer .row img{
    height: 42px;
  }
}

@media (min-width: 1400px) { 
  footer .row img{
    height: 48px;
  }
}