html {
  font-size: 10px;
}
body {
  background: url(../img/bg.png) left top repeat;
  background-color: #f5f5f5;
}
header {
  background-color: #2d3945;
  font-family: Francois One;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
}
header h3 {
  font-size: 3.5rem;
}
header h4 {
  font-size: 2.75rem;
  color: #eede0c;
}
/*  */
nav .btn {
  font-size: 2rem;
}
/*  */
#video iframe {
  width: 700px;
  height: 400px;
  border: 30px solid black;
  border-radius: 16px;
  margin: 0 auto;
  display: block;
}
#video img {
  height: 100px;
  width: auto;
  display: block;
  margin: auto;
}
/*  */
#join img {
  transition: all 0.2s;
  height: 100px;
  width: auto;
  display: block;
  margin: auto;
}
#join img:hover {
  transform: scale(1.15);
}
/*  */
#signup {
  font-size: 1.5rem;
  font-weight: bolder;
  max-width: 700px;
  color: #666;
  margin: auto;
}
#signup h3 {
  color: #009933;
  font-size: 2.5rem;
  font-weight: bold;
}
#signup strong {
  color: #f00;
}
#signup .form-control {
  font-size: 1.5rem;
  max-width: 400px;
  margin: auto auto 1rem;
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.05);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  padding: 1rem 1.5rem;
}
input[name="fname"],
input[name="username"] {
  background-image: url(../img/input-user.png);
}
input[name="email"] {
  background-image: url(../img/input-email.png);
}
input[name="password"] {
  background-image: url(../img/input-password.png);
}
input[name="phone"] {
  background-image: url(../img/input-phone.png);
}
button[type="submit"] {
  font-size: 2rem;
}
/*  */
#showaffiliate {
  text-align: center;
  font-family: Francois One;
  font-size: 30px;
  margin-bottom: 10px;
  height: auto;
}
#invitedby {
  font-size: 20px;
  color: green;
}
#notcorrect {
  font-size: 10px;
  padding: 2px;
  height: auto;
  width: auto;
  margin-left: 10px;
  margin-top: -20px !important;
  background: red;
  border: none;
  border-radius: 2px;
}
/*  */
#faq .message {
  max-width: 600px;
  border: 3px solid #999;
  margin: auto;
  font-size: 1.5rem;
  color: #666;
}
#faq img {
  height: 50px;
  width: auto;
  display: block;
  margin: auto;
}
.required {
  border-color: #f00;
  background-color: rgba(255, 0, 0, 0.123);
}
/*  */
footer {
  font-size: 1.5rem;
  color: #999;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
/*  */
.content {
  max-width: 750px;
  font-size: 1.5rem;
  border: 11px outset #333;
  margin: auto;
  background-color: #fff;
}
.content .border {
  border-color: #000 !important;
}
/*  */
h1 {
  text-align: center;
}
details {
  margin-bottom: 1rem;
  background-color: #2d3945;
  color: #fff;
  border-radius: 1.2rem;
}
summary {
  border-radius: 1rem;
  background-color: #fff;
  border: 1px solid #2d3945;
  color: #a8a8a8;
  padding: 1rem 2rem;
  transition: all 0.2s;
}
summary b {
  color: #666;
}
summary:hover {
  background-color: #eede0c;
  border-color: #eede0c;
  color: #9b9324;
}
summary:hover b {
  color: #2d3945;
}
details[open] summary {
  color: #2d3945;
}
details div {
  padding: 1rem 2rem;
}
details div .btn {
  font-size: 1.5rem;
}

/*  */
@media only screen and (max-width: 768px) {
  #video iframe {
    width: 350px;
    height: 200px;
    border: 15px solid black;
  }
  #video img {
    height: 50px;
  }
}
