html {
  color: #000000;
  background-color: #ffffff;
  font-size: 1em;
  line-height: 1.4;
}

#container {
  width: 100%;
  height: auto;
  margin: 0;
}

#topline{
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#logoImg{
  height: 100px;
  width: auto;
  padding: 0px;
}

#open {
  margin-top: 0px;
  height: 75px;
  padding: 0px;
  font-size: 3.5em;
  color: #BD0B00;
  text-align: center;
}

.special-elite-regular {
  font-family: "Special Elite", system-ui;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  margin: 0;
}

#link{
  width: 100%;
  height: 50px;
  font-size: 2.0em;
  text-align: center;
  padding: 0px;
  margin: 0px 0px 80px 0px;
}

.button{
  font: 20px Arial;
  text-decoration: none;
  background-color: #005DB9;
  color: white;
  padding: 16px;
  border-radius: 8px;
}

#hero {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

#heroImg {
  width: 75%;
  padding: 0px;
  margin: 0;
  height: auto;
}

#tagline {
  width: 50%;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  height: auto;
  font-size: 1.1em;
  color: #005DB9;
  text-align: center;
}


#socials {
  width: 50%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.socImg {
  width: 50px;
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0;
}


::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}


.hidden,
[hidden] {
  display: none !important;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

.spacer {
  width: auto;
  height: 100px;
}

/*
//////////////////////////////
768 break
//////////////////////////////
 */

@media screen and (max-width: 768px) {
  #hero {
    margin-top: 5%;
  }

  #heroImg {
    width: 100%;
  }

  #tagline {
    width: 60%;
    font-size: 1.1em;
  }

  #open {
    font-size: 2.2em;
  }
}


/*
//////////////////////////////
320 break
//////////////////////////////
 */

@media screen and (max-width: 320px) {
  #hero {
    margin-top: 5%;
  }

  #heroImg {
    width: 100%;
  }

  #tagline {
    width: 70%;
    font-size: 1.0em;
    margin-bottom: 40px;
  }

  #socials {
    width: 75%;
  }

  #open {
    font-size: 1.5em;
  }
}
