body{
  height: 100%;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #1a1a1a;
  font-family: 'Overpass', Sans-Serif;
  color: white;
  -webkit-font-smoothing: antialiased;
  
}
.grecaptcha-badge {
  bottom: 20% !important;
}

p {
  margin: 0;
  padding: none;
  color: white;
  font-size: inherit;
  border: none;
}

header {
  position: fixed;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 125px;
  padding: 0;
  top: 0px;
  margin-bottom: 0px;
  background: linear-gradient(#3a3a3a 25%, rgba(0, 0, 0, 0) );
}

.warning{
  font-size: 8vh;
  text-align: center;
  margin: auto;
  padding: 40px;
}

.heading {
  color: white;
  width: 40%;
  display: block;
  text-align: center;
  font-size: clamp(25px, 12vh, 10vw);
  
  margin: auto;
  margin-top: 75px;
  padding: 20px;
  position: relative;
  transition: 0.3s; 
}
.heading:active {
  color: red;
}
.heading:hover {
  color: hotpink;
}

.logout {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  padding: 5px;
  text-align: center;
  transition: 0.2s;
  margin: 0;
}
.logout:hover {
  color: white;
}

.loginstuff {
  pointer-events: all;
  position: absolute;
  z-index: 99;
  top: 25px;
  right: 25px;
  font-size: clamp(20px, 100%, 100px);
  width: clamp(100px, 25vw, 300px);
  text-align: center;
}

.loginbutton {
  background-color: gray;
  border: none;
  color: white;
  padding: 1vw 2vw;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: inherit;  
  transition: 0.2s;
}
.loginbutton:hover {
  color: black;
}

.messaging {
  
  width: 50%;
  margin-left: auto;
  margin-right: auto;
 color: gray;
  font-family:  'Overpass', arial; 
  text-align: center;
  font-size: 2.5vh;
}

.logo {
  pointer-events: all;
  
  margin-left: 10px;
  margin-top: 10px;
  width: clamp(70px, 5vw, 200px);
  height: clamp(70px, 5vw, 200px);
  min-width: 50px;
  min-height: 50px;
  background: none;
  transition: 0.2s;
  
}

.logo:hover {
  transform: scale(1.1);
}

.butt {
  font-size: 20px; 
  border: 3px solid white; 
  
  margin: auto;
  padding: 15px;
  color: white; 
  text-decoration: none;
  font-family: 'Overpass', Sans-Serif; 

  transition: 0.2s;
}
.butt:hover {
  border: 3px solid red;
}
#backhome {
  position: absolute;
  bottom: 4vh;
  left: 2vw;
}
#register {
  position: absolute;
  bottom: 4vh;
  right: 2vw;
  
}

#schedule {
  background-color: #1a1a1a;
  position: absolute;
  /* width: 10vw; */
  font-size: 85%;
  bottom: 30px;
  left: 30px;
}