
@import url('https://fonts.googleapis.com/css?family=Abel|Open+Sans');


body {
  background: black;
  height: 100%;
  font-family: Abel;
  background: url('img/pex4h.jpg') no-repeat center center fixed;

  color: white;
}

.corner-box {
  position: fixed;
  background: hsl(218, 38%, 31%) !important;
  width: 6vw;
  height: 3.5vw;
  padding-top: 2.5vw;

  color: white;
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
  /* border: 1px solid black; */
  border: 5px solid hsla(0,0%,0%,0);

  transition: all 0.3s;
}

.corner-box:hover {
  border: 7px solid hsl(218, 38%, 21%);
}

.main-wrapper {
  width: 100%;
  text-align: center;
  padding-top: 7vh;

  font-size: 1.1vw;
  text-shadow: 2px 1px 2px black;
}

.main-text {
  display: inline-block;
  width: 50%;
}

.main-logo {
  width: 8vw;
  box-shadow: 0px 0px 18px black;
}

.main-yppo-titel {
  font-weight: bold;
  font-size: 3.5vw;
}

.main-yppo-subtitel {
  font-size: 1.8vw;
}

.main-text-paragraph {
  background: hsla(0,0%,0%,0.5);
  padding: 1vw;
}

.main-bottom-links {
  font-size: 1vw;
}

.main-bottom-links a {
  color: inherit;
  text-decoration: none;
}

.main-bottom-links a:hover {
  text-decoration: underline;
}

.sponsor-img {
  height: 5vw;
  background: hsla(0,0%,0%,0.6);
  padding: 0.3vw;
}

.main-text-inparagraph-title {
  text-align: center;
  font-size: 2vw;
}

.main-text-paragraph img {
  margin-left: 1vw;
  box-shadow: 1px 1px 5px black;
}

.main-text-paragraph a {
  color: inherit;
  text-decoration: none;
}

form {
  margin-left: 10%;
}

form input, form textarea, form select {
  width: 80%;
}

form textarea {
  height: 100px;
}

#from_first_td {
  width: 20%;
}

form input[type='checkbox'] {
  width: initial;
}




















/*  */
