@import url('https://fonts.googleapis.com/css?family=Hammersmith+One|Russo+One|Staatliches&display=swap');
html, body 
{
	height: 100%;
	margin: 0;
	font-family: 'Hammersmith One';
	min-width: 650px;
	display: block;
	width: 100%;
}
.content 
{
  padding-top: 100px;
  min-height: 100%;
  margin: -30px 50px -250px;
}

.content ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.content h1
{
	font-family: 'Staatliches';
    color: #fff;
	letter-spacing: 2px;
	line-height: 48px;
	font-size: 75px;
}
.content span
{
	color: #11bae3;
}

.content p
{
	color: #fff;
    font-family: 'Hammersmith One';
}

.content a
{
	color: #fff;
    font-family: 'Hammersmith One';
	text-decoration: none;
}

.content .backguy
{
	margin-left: calc(200px + 20vw);
	/*20vw;*/
	margin-top: -300px;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.text {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}

.discord {
	position: relative;
	top: -200px;
	left: 300px;
}

* {
  box-sizing: border-box;
}
body 
{
	background: url(../images/background.png);
	background-size: cover;
	margin: 0vw;
	animation: fadein 1s;
}
h1 
{
  margin: 0 0 20px 0;
}
p 
{
  margin: 20px 0 0 0;
}

.header 
{
    list-style-type: none;
	margin-left: 100px;
	margin-top: 30px;
}
.header a {
	margin-top: 20px;
}

.current 
{
	border-bottom: 0.1vw solid transparent;
	border-color: #11bae3;
}

.headerbutton 
{
    color: #11bae3;
	text-decoration: none;
    float: left;
    margin-left: 20px;
    font-family: 'Hammersmith One';
    cursor: pointer;
    height: 20px;
    font-size: 16px;
}

.container {
	display: block;
}

.footer 
{
	background: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	overflow: auto;
	bottom: 0 auto;
	height: 250px;
	margin-top: -50px;
}

.footer-title 
{
	font-size: 20px;
}

.footer-link
{
	color: #11bae3;
	text-decoration: none;
}

.column 
{
	margin-left: 20px;
	float: left;
	width: 150px;
	font-size: 10pt;
}

.column .footer-clock
{
	color: #11bae3;
    font-size: 35px;
    font-family: 'Hammersmith One';
	margin-top: 75px;
}

.column .creator 
{
	color: #929292;
}