@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

body {
  font-family: 'Varela Round', sans-serif;
  background-color: #333;
#  background-image: url("snow.png");
  background-size: 2.5%;
  margin: 0
}

.header {
  text-align: center;
  background-color: #333; 
}

#navbar {
  overflow: hidden;
  background-color: #333;

}

#navbar a.active, #navbar a.notactive {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 32px 0px;
  text-decoration: none;
  width: 20%;
  font-size: 17px;
}

#navbar a.icon {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 32px 0px;
  text-decoration: none;
  width: 20%;
  font-size: 17px;
}



@media only screen and (max-width: 1400px) {
/*  .topnav a.active {
    width: 90%;
  }
  .topnav a.notactive {
    width: 100%;
    display: hidden;
    overflow: hidden;
  }
  .topnav a.icon {
    width: 10%;
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    display: block;
  }
  .topnav.responsive a {
    float: none;
    text-align: right;
  }
  .topnav a.icon {
  }*/
}

@media only screen and (min-width: 1400px) {
  .img {
    width: 256px;
  }
  #navbar a.active, #navbar a.notactive {
    font-size: 48px;
  }
  h1.tooltip {
    font-size: 48px;
  }
  h1#center {
    font-size: 48px;
  }
}

.topnav .icon {
  display: none;
}


#navbar a:hover {
  background-color: #ddd;
  color: black;
  transition: 0s;
}

#navbar a.active {
  background-color: #36827F;
  color: white;
}

.bottomContainer {
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 32px 0px;
  text-decoration: none;
  width: 100%;
  font-size: 17px;
}

.column {
  float: left;
  width: 33.33%;
  padding: 15px;
}

.content {
  padding: 16px;
  width: 100%;
  height: 600px;
}

h1 {
  text-align: center;
}

.container {
  position: relative;
  text-align: center;
  color: white;
  padding: 0px;
  background-color: #333;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container img{
  width: 100%; 
  padding: 0px;
/*  filter: blur(1px);
  -webkit-filter: blur(1px); */
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.bottomContainer {
  overflow: hidden;
  padding: 0px;
  height: 60px;
  top: -10px;
  background-color: #333;
}

aside {
  float: left; 
}

.discord {
  padding-left: -100px;
}

.footer {
  padding: 50px;
  background-color: #333;
  color: #fff;
  text-align: center;
}

table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
}

a {
  text-decoration: underline;
  color: #fff;
}

a.copyright {
  text-align: center;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

