
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #363636;
  width: 100%;
  height: 100%;

}

* {
box-sizing: border-box;
min-height: 0;
min-width: 0;
}

html {
  position: relative;
  font-size: 16px;
  scroll-behavior: smooth;
  min-height: 100%;
}

.statusMsg {
  padding: 20px;
  font-weight: 500;
}

.errordiv {
  color: #B70000;

}

.succDiv {
  color: #35ff35;
}

a {
  font-weight: 500;
    text-decoration: none;
    color: #EF9C28;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 20px 0;
  line-height: 1.2em;
  text-align: center;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 20px 0;
  line-height: 1.2em;
  text-align: center;
}

h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 20px 0 10px;
  text-align: center;
}

p {
  line-height: 1.3em;
}

.bold {
  font-weight: 500;
}

.wrap {
  margin-bottom: 80px;
}

.boardnames {
  text-align: center;
}

.header {
  background-image: url('bg.gif');
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  width: 100%;
  height: 300px;
}

.stoptext {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  justify-content: center;
}

.stoptext-text {
  max-width: 700px;
}

.stoptext img {
  padding: 0 20px;
}

.infobox {
  text-align: center;
  font-weight: 0.8rem;
  margin-top: 30px;
  background-color: #a2a2a2;
  color: #fff;
  padding: 20px;
  width: 100%;
}

.contact {
  max-width: 960px;
  margin: auto;
}
.infobox a {
  color: #fff;

}

.stuff {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}

.stuff img {
  align-self: center
}

.modemtilt {
  transform: rotate(-10deg);
}

.goforward {
  text-align: center;
  margin: 30px 0;
  line-height: 1.5em;
}

.goforward span {
  font-size: 1.2rem;
  font-weight: 500;
}

.forwardbtn {
display: flex;
justify-content: center;
margin-bottom: 30px;
}

.forwardbtn img{
  width: 100%;
  height: auto;
  max-width: 200px;
  align-self: center;

}

.stripes {
  background-image: url('wrn.gif');
  background-repeat: repeat-x;
  height: 40px;
}

.rubrik {
  cursor: pointer;
}

.logo img {
  width: 100%;
  height: auto;
  max-width: 200px;
  padding-top: 20px;
}

.main {
  background-color: #fff;
  max-width: 960px;
  margin: auto;
  padding: 0 30px 30px;
}

i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 5px;
}


.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}



.form {
  display: flex;
  background-color: #a2a2a2;
  flex-direction: column;
  align-items: center;
  color: #fff;
  width: 100%;
  margin: 30px 0;
  text-align: center;
}

.form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.form input[type=text] {
  padding: 5px;
  margin: 10px;
  width: 70%;
}

.form textarea {
  padding: 5px;
  margin: 10px;
  width: 70%;
  min-height: 100px;
}


.form input[type=submit] {
  background-color: #35ff35;
  padding: 9px;
  margin: 10px;
  border:0 none;
  color: #363636;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  border: 1px solid #363636;

}

footer {
  position: fixed;
  bottom: 0;
  border-top: 1px solid #363636;
  background-color: #fafafa;
  width: 100%;
  height: 80px;
  color: #363636;
  display: flex;
  flex-direction: column;
  align-items: center;
    text-align: center;
}

footer p {
  padding: 10px 0 10px;
}

footer a {
  color: #363636;
  font-weight: 500;
  text-decoration: none;
}

footer img {
  width: 100%;
  max-width: 140px;
  height: auto;
  padding: 10px 0 10px;
}

.footer span {
  font-weight: 500;
  font-size: 1rem;
  padding: 10px 10px;
  display: inline-block;
}

.audio {
  width: 300px;
  margin: auto;
}

.copyright span {
  font-size: 14px;

}

.copyright {
  opacity: 0.8;
}
@media screen and (max-width: 1300px) {
.header {
    min-height: 304px;
  }
}

@media screen and (max-width: 800px) {

  .form input[type=text] {
    width: 90%;
  }

  .form textarea {
    width: 90%;
  }
.header {
    min-height: 204px;
  }
  .stoptext img {
    padding: 0 0;
  }

  .main {
    padding: 20px;
  }
}

@media screen and (max-width: 700px) {

  .header {
      min-height: 154px;
    }

  .footer span {
    padding: 10px;
  }

  .footer p {
    width: 90%;
  }

  .text {
    width: 90%;
  }

  .form {
  padding-bottom: 50px;
  }

}

@media screen and (max-width: 600px) {


  .copyright span {
    font-size: 11px;
  }

}
