body, html {
  height: 100%;
  margin: 0;
}

/*Background Image definted in the body details.*/
body {
  background-image: url("../img/DanielLangermann.png");

  max-height: 100%;
  overflow: hidden;

  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #ededed;

  color: black;
}

a:link{
  font-family: Fira Sans;
  font-size: 15px;
  line-height: 100px;
  font-weight: 400;
  color: white;
  background-color: black;
  border: 1px solid #ededed;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;

}
a:hover{
  font-family: Fira Sans;
  font-size: 15px;
  font-weight: 400;
  color: black;
  background-color: #ededed;
  text-decoration: none;
}
a:active{
  font-family: Fira Sans;
  font-size: 15px;
  font-weight: 900;
  color: black;
  background-color: #ededed;
  text-decoration: none;
}
a:visited{
  font-family: Fira Sans;
  font-size: 15px;
  font-weight: 900;
  color: #ededed;
  background-color: transparent;
  text-decoration: none;
}

.container {
  position: relative;
  text-align: center;
  font-family: Fira Sans Condensed;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ededed;
  overflow: hidden;;
}


@media screen and (min-width: 1300px) {
  .container{
    font-size: 55px;
  }
}

.centered {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.top-left {
  position: fixed;
  top: 15px;
  left: 15px;

  font-family: Fira Sans ;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ededed;
}

.right {
  position: fixed;
  top: 45%;
  left: 75%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .right{
    top: 75%;
    left: 50%;
  }
}

.bottom-centered{
  position: fixed;
  bottom: 2.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Fira Sans;
  font-size: 12px;
  font-weight: 900;
  color: white;
  background-color: black;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.bottom-centered:hover{
  position: fixed;
  bottom: 2.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Fira Sans;
  font-size: 12px;
  font-weight: 900;
  color: black;
  background-color: #ededed;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
