
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
  font-family: Bungee;
  src: url(../fonts/BungeeInline-Regular.ttf);
}
@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Regular.ttf);
}

body {
  background: #ecad60 !important;
  background-image: url(/joeyd/images/bg.jpg) !important;
  background-repeat: repeat-y !important;
  background-size: 100% auto;
  color: #ecad60 !important;
  font-family: Rubik !important;
}
#main {
}
header {
  background: white;
  overflow: hidden;
  border-bottom: 3px solid #ecad60;
}
header nav .top-nav-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
}

header .indianas-game-logo {
  text-align: center;
  max-width: 200px;
  float: left;
  flex: 1;
}


header nav .top-nav-wrapper .menu-links {
  display: flex;
  flex: 3;
}
header nav .top-nav-wrapper .menu-links a {
  display: block;
  flex: 1;
  padding-top: 60px;
  display: block;
  font-size: 16pt;
  color: black;
  text-transform: lowercase;
  text-align: center;
  
}

header nav .top-nav-wrapper img {
  width: 100%;
}

header .wnit-logo {
  text-align: center;
  flex: 1;
}
header .wnit-logo img {
  max-width: 300px;
  padding: 30px 0;
  margin-top: 20px;
}

/*
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
*/


#main {
  clear: both;
}


footer {
  border-top: 2px solid white;
}

#footer-menu > ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 12pt;
  
}

#footer-menu ul h3 {
  text-align: center;
  font-weight: bold;
  font-size: 14pt;
  color: black;
}

#footer-menu li {
  display: block;
  text-align: center;
}

#footer-menu ul, #footer-menu li {
  margin: 0px;
  padding: 0;
}

#footer-menu > ul > li {
  margin: 0px;
  padding: 0;

}

#footer-menu nav > div {
  margin-bottom: 30px;
}
#footer-menu ul li a {
  color: black;
}

footer {
  border-top: 5px solid; 
  padding-top: 2em;
  background: white;
}
footer .bottom-info  {
  color: black;
  border-top: 1px solid #777;
  text-align: center;
  padding: 20px 0;

}
footer .bottom-info #other-links {
  text-align: center;
  margin: 0;
  padding: 0;
}

footer .bottom-info #other-links li {
  padding: 0 10px;
  border-right: 1px solid;
  margin :0;
  display: inline-block;
}
footer .bottom-info #other-links li:last-child {
  border: none;
}


@media screen and (min-width: 1250px) { 
  header {
    width: 100% !important;
    height: auto !important;
    min-height: 0px;
  }
}



.show-logo  {
  max-width: 150px;
}
.show-logo  img{
  max-width: 100%;
  padding: 20px;
}


.social-links {
  display: flex;
}
.social-links > a {
  flex: 1;
}


#right-banner-list {
  background: white;
  padding: 100px 50px;
  grid-gap: 20px;
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#right-banner-list img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  #right-banner-list {
  grid-template-columns: 1fr;
  }
}
