html, body {
  margin: 0;
  padding: 0;
  background-color: #16151d;
  text-align: center;
}

section {
  min-height: 100%;
}

hr {
  width: 30px;
  height: 3px;
  background: #DCE1EE;
  border: 0;
  margin: 0 auto 40px auto;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

li {transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms}

header {
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  background: #222c45;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 1);
  z-index: 1;
}

header nav {
  float: right;
  margin: 5px 50px 0 0;

}

header nav ul li {
  float: left;
  margin-right: 80px;
}

header nav ul li a {
  font-size: 20px;
}

h5 {
  font-family: Whitney, Helvetica Neue, Helvetica, Arial, serif;
  font-weight: 600;
  color: #DCE1EE;
  padding-top: 40px;
  font-size: 30px;
}

h1, h2, h3, a {  
	font-family: Whitney, Helvetica Neue, Helvetica, Arial, serif;  
	font-weight: 600;  
	color: #DCE1EE;  
	padding-top: 40px;  
	font-size: 40px;
}

p {
  font-family: Whitney, Helvetica Neue, Helvetica, Arial, serif;
  font-weight: 500;
  color: #DCE1EE;
  font-size: 25px;
  text-align: center;
}

#main-nav li:hover {
  opacity: 0.6;
}

#logo a img {
  float: left;
  width: 40px;
  margin-top: 5px;
  margin-left: 60px;
}

#starttext h1 {
  padding-top: 200px;
  text-align: center;
}

#arbeit h1 {
  padding-top: 240px;
}

#error {
  color: darkred;
}

.text {
	color: #7BD665;
}

#kontaktseite {
  padding-top: 100px;
}

#linksicon {
	margin-left: 20%;
	margin-right: 20%;
}

#linksicon ul li {
  width: 20px;
  padding-right: 0;
  padding-left: 0;
  float: left;
  margin-left: 21.5%;
}

#discordimg {
  width: 100px;
  text-align: center;
}

#donateimg {
  width: 100px;
  text-align: center;
}

#emailimg {
  width: 100px;
}

#information {
  padding-top: 20px;

}

#copytext {	opacity: 1;	margin-top: 10px;	font-size: 1px;}

@media screen and (max-width: 1024px) {
  header {
    height: auto;
  }


}

#text1 {
	text-align: center;
}






