/* Main */

a {

  color: #D11F43;
  text-decoration: none;
}

aside {

  width: 200px;
  background-color: #202020;
  float: right;
  margin: 10px;
  padding: 5px;

  line-height: 0.5;

  position: relative;
  bottom: 10px;
}

body {

  background-color: #151515;
  color: #E3E3E3;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  letter-spacing: -0.5px;
}

h2 {

  color: #D11F43;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
}

h3 {

  color: #D11F43;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  letter-spacing: -0.5px;
}

header {

  background: url("main/banner.png") repeat;
  height: 150px;
  position: relative;
  text-align: center;

  animation: scroll 90s linear infinite;
  background-repeat: repeat-x;
}

header img {

  display: block;
  margin-left: auto;
  margin-right: auto;
}

hr {

  background-color: #E3E3E3;
  border-width: 0px;
  height: 1px;
}

main {

  background-color: #202020;
  margin-left: 10px;
  margin-right: 230px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 400;
}

/* Animations */

@keyframes scroll {

  from {
    background-position: 0 0;
  }

  to {
    background-position: -100% 0;
  }
}

/* Classes */

.headerbutton {

  background-color: #252525;
  border: none;
  display: block;
  opacity: 1;
  padding: 10px 10px;

  color: #E3E3E3;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;

  position: absolute;
  bottom: 0;
  right: 20px;

  cursor: pointer;
  transition-duration: 0.5s;
}

.headerbutton:hover {

  background-color: #D11F43;
  color: #252525;
  opacity: 1;

}

.logo3d {

  opacity: 1;
  transition: .5s ease;
}

.logo3d:hover {

  filter: drop-shadow(0 0 5px white);
}

/* Image IDs */

#icon {

  width: auto;
  height: 20px;
  position: relative;
  right: 5px;
}

#logo3d {

  width: 40%;
  height: 55%;
  margin-left: auto;
  margin-right: auto;

  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

#logo3dshadow {

  width: 550px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;

  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
}