*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
}
p {
  margin: 0;
  padding: 0;
}
.clearboth {
  float: none;
  clear: both;
}
.alignright {
  float: right;
}
.center {
  text-align: center !important;
}
body {
  background: url("../images/bg.png");
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: wheat;
}
a:link {
  color: White;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: White;
}
a:hover {
  text-decoration: underline;
  color: white;
}
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #ffffff;
  box-shadow: inset 0 0 5px #ffffff;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0px 15px 25px rgba(255, 0, 0, 0.5);
  box-shadow: inset 0px 15px 25px rgba(255, 0, 0, 0.5);
  border-radius: 10px;
}
.border10 {
  border-radius: 10px;
}
.border20 {
  border-radius: 20px;
}
.clearBoth {
  clear: both;
}
.formInput {
  border: none;
  outline: none;
  background-color: rgba(0, 0, 255, 0.2);
  border-bottom: 4px solid grey;
  padding: 2px 10px;
  color: wheat;
  border-radius: 0 0 10px 10px;
}
input:hover,
select:hover {
  background-color: yellow;
  color: black;
}
input:focus,
select:focus {
  background-color: red;
}
.button {
  background-color: red;
  border: 2px solid white;
  border-radius: 10px;
  color: white;
  padding: 5px 10px;
  font-size: var(--step-1);
}
.button:hover {
  background-color: green;
}
.button:focus {
  background-color: yellow;
}
.redText {
  color: red;
}
.whiteText {
  color: wheat;
}
#signIn {
  width: 90%;
  margin: 3% 5%;
  font-size: var(--step-2);
}
#signIn .title {
  font-size: var(--step-2);
}
#signIn fieldset {
  padding: 20px;
  border: 2px dashed white;
  border-radius: 20px;
  background-color: rgba(0, 255, 0, 0.3);
}
#signIn .formInput {
  font-size: var(--step-1);
}
@media screen and (min-width: 1000px) {
  #signIn {
    width: 50%;
    margin: 3% 5%;
    font-size: var(--step-2);
  }
  #signIn .title {
    font-size: var(--step-4);
  }
  #signIn .formInput {
    font-size: var(--step-2);
  }
}
#menu {
  display: grid;
  grid-template-columns: 1fr 0.5fr 1fr;
  text-align: center;
  height: 60px;
  font-size: var(--step-2);
  line-height: 60px;
  border-bottom: 2px solid white;
}
.infoButton {
  width: 80%;
  margin: 0 10%;
  border: 0;
  outline: 0;
  background-color: #088c78;
  padding: 5px 20px;
  border-radius: 10px;
  text-align: center;
  margin: 2% auto 0% auto;
  font-size: clamp(2rem, 4.1vw, 3rem);
  z-index: 99999;
}
.infoButton:hover {
  background-color: #01578c;
}
.box {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 5% 15%;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 1400px) {
  .box {
    border-radius: 20px;
  }
}
.standardText {
  font-size: clamp(2rem, 3.1vw, 3rem);
}
.smallText {
  font-size: clamp(1rem, 3.1vw, 1.5rem);
}
.padding30 {
  padding: 10px 30px;
}
.padding40 {
  padding: 10px 40px;
}
.center {
  text-align: center;
}
.rightText {
  text-align: right;
  padding-right: 20px;
}
.heading {
  font-family: "Quicksand", sans-serif;
  background-color: #8c340f;
  font-size: clamp(2rem, 4.1vw, 4rem);
  text-align: center;
  padding: 0 5px 5px 5px;
  z-index: 9999;
  color: white;
}
@media screen and (min-width: 1400px) {
  .heading {
    border-radius: 20px 20px 0 0;
  }
}
.inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.inner img {
  width: 100%;
  border-radius: 0 0 0 20px;
  display: block;
}
@media screen and (max-width: 800px) {
  .inner {
    display: grid;
    grid-template-columns: 1fr;
  }
  .inner img {
    width: 100%;
    border-radius: 0 0 0 20px;
    display: block;
  }
}
h1 {
  padding-left: 20px;
}
.innerStat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.innerStat6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.boxStat {
  border: 2px solid white;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 5px;
}
.inner2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: solid 2px red;
  border-radius: 20px;
  text-align: center;
  margin: 5px 0;
}
.inner3 {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 1fr;
}
.inner4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 2fr 3fr 1fr 1fr 0.2fr;
}
.line {
  width: 100%;
  border-top: 2px dashed white;
  margin-top: 10px;
  margin-bottom: 10px;
}
