@font-face {
  font-family: euro;
  src: url(/assets/files/eurostile.woff);
}

html,
body {
  background-color: white;
  color: black;
}

h4 {
  font-family: euro;
}

h5 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.h4-5 {
  font-size: 18px;
}

.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}

.mi-offset {
  margin-top: -10px !important;
}

.topBanner {
  width: 100%;
  padding-top: 1.5vh;
  padding-bottom: 1vh;
  display: inline-block !important;
  background-color: #2d6533;
  color: white !important;
}

.logoDiv {
  background: url('https://cdn.discordapp.com/attachments/610969665744666664/992595909265334352/unknown.png');
  background-repeat: no-repeat;
  background-size: 100% 400px;
  padding-top: 2.5vh;
  padding-bottom: 2vh;
}

.contentDiv {
  border-top-width: 15px;
  border-top-style: solid;
  border-top-color: #bdb19f;
  padding-top: 2vh;
  padding-left: 2vw;
  padding-right: 2vw;
}

.inline {
  display: inline-block !important;
}

.logoSize {
  width: 15%;
}

.fifty {
  display: inline-block;
  width: 48% !important;
}

.leftcollum {
  float: left;
  width: 25%;
}

.rightcollum {
  float: left;
  width: 75%;
}

.row:after {
  content: '';
  display: table;
  clear: both;
}

.divButton {
  border-style: solid;
  border-color: #bdb19f;
  border-width: 3px;
  border-radius: 5px;
  color: #333333;
  padding-bottom: 0.8vh;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  cursor: pointer;
  display: inline-block;
}

.divButton:hover {
  transition: all 500ms;
  background-color: #bdb19f3d;
}

.divButton:not(:hover) {
  transition: all 500ms;
  background-color: white;
}

.underline:hover {
  text-decoration: underline;
}

#notice {
  background-color: white;
  -moz-box-shadow: 3px 3px 5px 6px #2d6533;
  -webkit-box-shadow: 3px 3px 5px 6px #2d6533;
  box-shadow: 1px 1px 5px 5px #2d6533;
  position: absolute;
  top: 123px;
  left: 25%;
  z-index: 100;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  width: 50%;
  height: max-content;
  border-radius: 10px;
}

#mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 540px) {
  .logoDiv {
    background: url('https://cdn.discordapp.com/attachments/610969665744666664/992595909265334352/unknown.png');
    background-repeat: no-repeat;
    background-size: 100% 210px !important;
    padding-top: 2.5vh;
    padding-bottom: 2vh;
  }
  .logoSize {
    width: 25% !important;
  }
  .fifty {
    display: inline-block;
    margin-top: 2vh;
    width: 100% !important;
  }
  .leftcollum {
    float: left;
    padding-left: 2vw;
    width: 100%;
  }

  .rightcollum {
    float: left;
    padding-left: 2vw;
    width: 95%;
  }
}

@media only screen and (max-width: 820px) {
  .leftcollum {
    float: left;
    padding-left: 2vw;
    width: 100%;
  }

  .rightcollum {
    float: left;
    padding-left: 2vw;
    width: 95%;
  }
}

@media only screen and (max-width: 912px) {
  .leftcollum {
    float: left;
    padding-left: 2vw;
    width: 100%;
  }

  .rightcollum {
    float: left;
    padding-left: 2vw;
    width: 95%;
  }
}

@media only screen and (max-width: 600px) {
  .show-mobile {
    display: block;
  }

  .logoDiv {
    background: url('https://cdn.discordapp.com/attachments/610969665744666664/992595909265334352/unknown.png');
    background-repeat: no-repeat;
    background-size: 100% 195px;
    padding-top: 2.5vh;
    padding-bottom: 2vh;
  }
  .logoSize {
    width: 32%;
  }
  .fifty {
    display: inline-block;
    margin-top: 2vh;
    width: 100% !important;
  }
  .leftcollum {
    float: left;
    padding-left: 2vw;
    width: 100%;
  }

  .rightcollum {
    float: left;
    padding-left: 2vw;
    width: 95%;
  }

  #notice {
    left: 5%;
    width: 90%;
  }
}
