@font-face {
  font-family: LemonMilkMedium;
  src: url("res/lemon_milk/LEMONMILK-Medium.otf") format("opentype");
}
@font-face {
  font-family: LemonMilkBold;
  src: url("res/lemon_milk/LEMONMILK-Bold.otf") format("opentype");
}
h1{
  font-family: LemonMilkBold;
}
.hero-head, .hero-body{
    background-color: rgb(97,0,171);
    
}
.navbar-burger{
  color:white;
}
.hero-body{
    padding-top: 2.25rem !important;
    padding-bottom: 5rem !important;
}

.navbar {
  color: #FFFFFF;
  
}
.navbar-item {
    background: url(res/img/checkmate2.png) no-repeat center center;
    background-size: cover;
    height: 5.25rem;
    width: 5.25rem;
  }
  .is-centered-img{
    justify-content: center; 
  }
  .sponsor-logo{
      margin-left:1.5rem;
      margin-right: 1.5rem;
  }
  .cta{
      padding: 0.25rem;
  }
  #lisit{padding-top:2em;}
  .home-image{
    height: 27rem;
    width: 36em;
  }
  @media (max-width: 1000px) { 
      .home-image{
        height: 16rem;
        width: 36rem;
      }
      .sponsor-logo{
        margin-left:0.75rem;
        margin-right: 0.75rem;
    }
    .tabs{
      display:block !important;
      background-color: #520091;
    }
    ul{
      display: block !important;
    }
    @media screen and (max-width: 1023px){
    .hero.is-info, .navbar-menu {
      background-color: #520091 !important;
    }
  }
    @media screen and (max-width: 768px){}
      .navbar-menu {
        background-color: #520091 !important;
        background-image: linear-gradient(141deg,#520091 0,#520091 71%,#520091 100%) !important;
    }
  }

  #whiteBG{
    margin-top: 5%;
    margin-bottom: 5%;
}

  iframe{
    width: 640px;
    height: 967px;
    margin: 0 auto;
    display:block
  }
  .social-media{
    font-size:1.5rem;
  }
  .social-link{
    margin-right: 1em;
    margin-left: 1em;
  }
  footer{
    padding-bottom: 24px !important;
  }