
body html{
  background-color: #888888;
  font-size: 1.5vmax;
  height: 100vh;
}

.main {
  position: absolute;
  z-index: 35;
  top: 50px;
  background: #888888;
  width: 100%;
  height: 100%;
}

.back{
  height: 90vh;

  background-color:#000000;
}

.RSlogo{
  padding-top: 40px;
}

.RSlogo img{
  width:auto;
  height: auto;
  margin: 0 auto;
  max-height: 150px;
}

.contactinfo{
  padding-top: 20px;
  padding-bottom: 10px;
}

.contactinfo img{
  width:auto;
  height: auto;
  margin: 0 auto;
}




.contact {
  height: auto;
  background-color: #616161;
  font-family: 'Open Sans Condensed', sans-serif;

}

.contact form label{
color: #fff;
}

.contact p{
color: #fff;
}
.sendbtn{
  background-color: #c1272d;
}

.formarea{
  padding-bottom: 30px;
}

.form-group p {
  padding:0;
  margin:0;
}


form {
  padding-top: 20px;
  width: auto;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #0F0F0F;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #404040;
}

textarea {
  width: 100%;
}

.sendbtn{
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: .1em;
  color: white;
}

.bg-6 {
  background-color:#c1272d;
  font-family: 'Open Sans Condensed', sans-serif;
  padding-top: 10px;
  text-align: center;
  font-size: 20px;
  color: white;
  height: 50px;
  padding-bottom: 20px;
  position: relative;
}
