/* @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap'); */

@import url("https://use.typekit.net/zgn2xkw.css");

.atlantic-torpedo, .torpedo {
  background-image: url("img/species-atlantic-torpedo.svg");
}

.baby-sub {
  background-image: url("img/species-baby-sub.svg");
}

.big-headed-sea-robin, .sea-robin {
  background-image: url("img/species-big-headed-sea-robin.svg");
}

.blue-crab {
  background-image: url("img/species-blue-crab.svg");
}

.bluegill {
  background-image: url("img/species-bluegill.svg");
}

.bottlenose-dolphin {
  background-image: url("img/species-bottlenose-dolphin.svg");
}

.bull-shark {
  background-image: url("img/species-bull-shark.svg");
}

.burrfish {
  background-image: url("img/species-burrfish.svg");
}

.cannonball {
  background-image: url("img/species-cannonball.svg");
}

.chessie {
  background-image: url("img/species-chessie.svg");
}

.ches-flounder {
  background-image: url("img/species-ches-flounder.svg");
}

.cownose-ray {
  background-image: url("img/species-cownose-ray.svg");
}

.diamondback-terrapin {
  background-image: url("img/species-diamondback-terrapin.svg");
}

.diving-bell {
  background-image: url("img/species-diving-bell.svg");
}

.dogfish {
  background-image: url("img/species-dogfish.svg");
}

.eastern-oysters {
  background-image: url("img/species-eastern-oysters.svg");
}

.fiddler-crab {
  background-image: url("img/species-fiddler-crab.svg");
}

.gafftopsail-catfish {
  background-image: url("img/species-gafftopsail-catfish.svg");
}

.gulf-pipefish {
  background-image: url("img/species-gulf-pipefish.svg");
}

.hammerhead-shark {
  background-image: url("img/species-hammerhead-shark.svg");
}

.horseshoe-crab {
  background-image: url("img/icon-horseshoe-crab.svg");
}

.jellyfish {
  background-image: url("img/icon-jellyfish.svg");
}

.kemps-ridley-turtle {
  background-image: url("img/species-kemps-ridley-turtle.svg");
}

.lesser-electric-ray {
  background-image: url("img/species-lesser-electric-ray.svg");
}

.lightning-whelk {
  background-image: url("img/species-lightning-whelk.svg");
}

.lined-seahorse {
  background-image: url("");
}

.lions-mane-jelly {
  background-image: url("img/species-lions-main-jelly.svg");
}

.longnose-gar {
  background-image: url("img/species-longnosegar.svg");
}

.lookdown {
  background-image: url("img/species-lookdown.svg");
}

.mantis-shrimp {
  background-image: url("");
}

.midshipman {
  background-image: url("img/species-midshipman.svg");
}

.menhayden, .menhaden {
  background-image: url("img/species-menhayden.svg");
}

.mussels {
  background-image: url("img/icon-mussels.svg");
}

.northern-stargazer {
  background-image: url("img/species-star-gazer.svg");
}

.pipefish, .northern-pipefish {
  background-image: url("img/icon-pipefish.svg");
}

.red-drum {
  background-image: url("img/species-red-drum.svg");
}

.red-snapper {
  background-image: url("img/species-red-snapper.svg");
}

.sheepshead {
  background-image: url("img/species-sheepshead.svg");
}

.seahorse {
  background-image: url("img/icon-sea-horse.svg");
}

.sea-nettle {
  background-image: url("img/species-seanettle.svg");
}

.sea-robin {
  background-image: url("img/species-sea-robin.svg");
}

.smooth-puffer, .puffer-fish, .northern-puffer {
  background-image: url("img/species-smooth-puffer.svg");
}

.snakehead {
  background-image: url("img/species-snakehead.svg");
}

.spotted-trout {
  background-image: url("img/species-spotted-trout.svg");
}

.star-gazer {
  background-image: url("img/species-star-gazer.svg");
}

.striped-bass {
  background-image: url("");
}

.stripper {
  background-image: url("img/icon-stripper.svg");
}

.sturgeon {
  background-image: url("img/species-sturgeon.svg");
}

.thresher-shark, .thresher {
  background-image: url("img/icon-thresher.svg");
}

.torpedo  {
  background-image: url("img/icon-torpedo.svg");
}

body {
  /*font-family: 'Arvo', serif;*/
  /*font-family: breakers-slab, sans-serif;
  font-weight: 300;
  font-style: normal;*/
  font-family: elza-narrow, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: .25rem;
}

.limerick p {
  font-family: elza-narrow, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: -.65rem;
}

.limerick img {
  padding-top: 2rem;
}

h1, h2 {
  margin: 0;
}

/* Species Titles */
h2 {
  font-family: alternate-gothic-extra-cond, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  /* hyphens: manual; */
  hyphens: auto;
  /* letter-spacing: -1px; */
  line-height: 1.2;
}

.wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: wrap;
  height: calc(100vh - .5rem);
}

header, footer,
a.chesapeake, a.corpus-christi, a.great-south, a.gulf-coast {
  border: .25rem solid #fff;
  box-sizing: border-box;
  padding: .5rem;
}

a.chesapeake, a.corpus-christi, a.great-south, a.gulf-coast {
  text-decoration: none;
}

a.chesapeake:hover, a.corpus-christi:hover, a.great-south:hover, a.gulf-coast:hover {
  text-decoration: none;
  opacity: 70%;
}

header, footer {
  background-color: #f9283d;
}

header, 
a.chesapeake, a.corpus-christi, a.great-south, a.gulf-coast {
  -webkit-box-align: center;
  			align-items: center;
  background-origin: border-box;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
          justify-content: center;
  height: auto;
  padding: 1rem;
  /* position: relative; */
  text-align: center;
  text-transform: uppercase;
  width: calc(100vw - .5rem);
}

.chesapeake header,
.corpus-christi header,
.great-south header,
.gulf-cost header {
  -webkit-box-align: center;
        align-items: center;
  background-color: #98f0fc;
  background-image: url("../img/bay-bingo-bay-bridge-banner.gif");
  background-origin: border-box;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
          justify-content: center;
  height: auto;
  padding: 1rem;
  position: relative;
  text-transform: uppercase;
  width: calc(100vw - .5rem);
}

.chesapeake header,
a.chesapeake {
  background-image: url("img/header-chesapeake.gif");
}

.corpus-christi header,
a.corpus-christi {
  background-image: url("img/header-corpus-christi.gif");
}

.great-south header,
a.great-south {
  background-image: url("img/header-great-south.gif");
}

.gulf-coast header,
a.gulf-coast {
  background-image: url("img/header-gulf-coast.gif");
}

header h1 {
  color: #fff;
  /* font-family: 'Bebas Neue', cursive; */
  /* font-family: 'Black Han Sans', sans-serif; */
  font-family: acme-gothic,sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.1;
}

a h2 {
  color: #fff;
  font-family: acme-gothic, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.1;
}

.chesapeake header h1 {
  color: #000;
}

.corpus-christi header h1,
.great-south header h1 {
  color: #fff;
}

.gulf-coast header h1 {
  color: #0c4b51;
}

.bingo-square-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
}

.bingo-square {
  background-color: #98f0fc;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  border: .25rem solid #fff;
  color: transparent;
  height: calc(25vw - .125rem);
  /* padding: .5rem; */
  padding: .25rem;
  -webkit-transition: background-color 300ms ease-in-out;
  			transition: background-color 300ms ease-in-out;
  width: calc(25vw - .125rem);
}

.bingo-square-filled {
  background-color: #f9283d;
  background-image: none;
  color: #fff;
}

.chesapeake .bingo-square {
  background-color: #f9283d;
  /* background-color: #000; */
}

.chesapeake .bingo-square-filled {
    background-color: #000;
    /* background-color: #ffb71b; */
    background-image: none;
    color: #fff;
}

.corpus-christi .bingo-square {
  background-color: #f9283d;
}

.corpus-christi .bingo-square-filled {
    background-color: #2b3990;
    background-image: none;
    color: #fff;
}

.great-south .bingo-square {
  background-color: #ffb71b;
}

.great-south .bingo-square-filled {
    background-color: #2b3990;
    background-image: none;
    color: #fc751a;
}

.gulf-coast .bingo-square {
  background-color: #87b481;
}

.gulf-coast .bingo-square-filled {
    background-color: #71798d;
    background-image: none;
    color: #fff;
}

.bingo,
.limerick {
  -webkit-box-align: center;
          align-items: center;
  background-color: #f9283d;
  border: .5rem solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 1.25rem;
  -webkit-box-pack: center;
          justify-content: center;
  left: -100vw;
  height: 100vh;
  padding: .75rem;
  position: fixed;
  top: 0;
  -webkit-transition: left 300ms ease-in-out;
  transition: left 300ms ease-in-out;
  width: 100vw;
  z-index: 1000;
}

.gulf-coast .limerick {
  background-color: #71798d;
}

.bingo {
    /* background: linear-gradient(328deg, #f9283d, #98f0fc); */
    background: linear-gradient(138deg, rgba(152,240,252,1) 20%, rgba(249,40,61,1) 100%);
    background-size: 200% 200%;

    -webkit-animation: AnimationName 4s ease infinite;
    -moz-animation: AnimationName 4s ease infinite;
    -o-animation: AnimationName 4s ease infinite;
    animation: AnimationName 4s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.limerick p {
  text-align: left;
}

.limerick span {
  display: block;
  margin-bottom: 1rem;
}

.limerick img {
  margin-top: 2rem;
  width: 26vw; 
}

.bingo-open,
.limerick-open {
  left: 0;
}

.bingo {
  flex-direction: column;
  flex-wrap: wrap;
}

.bingo h1 {
  font-family: 'Black Han Sans', sans-serif;
  font-size: 4rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.bingo img {
  max-width: 100%;
  padding-bottom: 2rem;
}

.bingo button {
  background-color: #fff;
  border: none;
  border-radius: .25rem;
  color: #f9283d;
  display: block;
  font-family: alternate-gothic-extra-cond, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  padding: .125rem .25rem;
  text-transform: uppercase;
}

footer {
  -webkit-box-align: baseline;
          align-items: baseline;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: calc(100vw - .5rem);
}

.chesapeake footer {
  background-color: #ffb71b;
}

.corpus-christi footer {
  background-color: #2b3990;
}

.great-south footer {
  background-color: #2b3990;
}

.gulf-coast footer {
  background-color:#188f9a;
}

footer p {
  font-size: 1.125rem;
  margin: 0;
}

.reset {
  background-color: #fff;
  border: none;
  border-radius: .125rem;
  color: #f9283d;
  /* font-family: 'Arvo', serif; */
  font-family: alternate-gothic-extra-cond, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  margin: 0;
  padding: .125rem .35rem;
  text-transform: uppercase;
}

.chesapeake .reset {
  color: #ffb71b;
}

.corpus-christi .reset {
  color: #2b3990;
}

.great-south .reset {
  color: #2b3990;
}

.gulf-coast .reset {
  color: #188f9a;
}

.rotate-alert {
  -webkit-box-align: center;
          align-items: center;
  background-color: #f9283d;
  color: #fff;
  display: none;
  height: 100vh;
  -webkit-box-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
}

.rotate-alert h1 {
  font-size: 2rem;
  max-width: 75vw;
}

@media only screen and (orientation:landscape) {
  .rotate-alert { display: -webkit-box; display: flex; }
}