@charset "utf-8";

body {
    background-color:#000000;
    padding-bottom: 100px;
}

a {
    color:#e6c619;
}

#contact {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

h1 {
    font: 300 60px 'Oswald', sans-serif;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 40px 0;
    letter-spacing: 6px;
}

h2 {
    color: #fff;
    text-align: left;
    margin: auto;
    padding: 40px 0 0 0;
}

h3 {
  color: #fff;
  text-align: left;
  padding-bottom: -10px;
}

p {
  margin-top: -10px;
}

.beginning {
    color:white;
    margin: 10% auto 5% auto;
    max-width: 700px;
    text-align: left;
}

.pay-info {
  color:white;
  margin: auto;
  max-width: 700px;
  text-align: left;
}

/* .radio-button {
  margin-top:5px;
} */

details:not(:last-child) {
  margin-left: 10%;
  margin-bottom: 5px;
}

details summary {
  list-style: none;
  cursor: pointer;
  margin-left: 3%;
  margin-bottom: 10px;
  padding: 5px;
  background: #696969;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

details summary::before {
  font-family: FontAwesome;
  content: '\f067';
  margin-right: 2%;
}

details summary::-webkit-details-marker {
  display: none;
}

details[open] summary::before {
  content: '\f068';
}

.form-control-radio {
  display: flex;
  width: 97%;
  padding: 10px 0px 10px 10px;
  margin-top: 10px;
  margin-left: 3%;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background-color: #000;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.caution {
    color:white;
    padding-top:10px;
    text-align: left;
}

.privacy-policy {
  color:white;
  margin-top: 30px;
  text-align: left;
}

.checkbox {
  color:white;
  text-align: center;
}
.message {
  color:white;
  text-align: left;
  margin: 50px 100px 100px 100px;
}

.logo {
    margin:40px auto 20px auto;
    max-width: 574px;
    min-width: 287px;
    max-height: 309px;
    min-height: 154px;
}

.logo img { 
    align-items: center;
    width: 100%;
    height: auto;
}
  
.contact-wrapper {
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
  
.form-horizontal {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    font-family: 'Lato';
    font-weight: 400;
}
  
hr {
    background-color: white;
}

.form-control {
  display: flex;
  width: 100%;
  padding: 10px 0px 10px 10px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background-color: #000;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.form-control-date {
  display: flex;
  width: 100%;
  padding: 10px 10px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  background-color: #000;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.check-policy {
  color: #fff;
  margin-top: 10px;
  text-align: center;
}

.send-button {
    margin: 30px;
    height: 70px;
    width: 500px;
    background-color:#B3424A;
    font: 700 15px 'Lato' ,sans-serif;
  }

.fa {
    margin-right: 1em;
  }

  .copyright {
    font: 200 14px 'Oswald', sans-serif;
    margin-top: 50px;
    color: #555;
    letter-spacing: 1px;
    text-align: center;
  }
  

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

  h1 {
    font: 300 40px 'Oswald', sans-serif;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 40px 0 0 0;
    letter-spacing: 6px;
  }
 
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }

  .form-horizontal{
    max-width: 90%;
    position: relative;
    justify-content: center;
    margin: auto;
  }

  .send-button {
    margin: 15px;
    height: 70px;
    width: 500px;
    background-color:#B3424A;
  }
    
}

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

  h1 {
    font: 300 30px 'Oswald', sans-serif;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 40px 0 0 0;
    letter-spacing: 6px;
  }

  h2 {
    color: #fff;
    font-size: 20px;
    text-align: left;
    margin: auto;
    padding: 40px 0 0 0;
  }

  .logo {
    margin: 20px auto;
    max-width: 345px;
    min-width: 287px;
    max-height: 185px;
    min-height: 154px;
  }

  .logo img { 
    align-items: center;
    width: 100%;
    height: auto;
  }

  .beginning {
    font-size: 15px;
    color:white;
    margin:20px auto 20px auto;
    max-width: 700px;
    text-align: left;
  }

  details summary {
    list-style: none;
    cursor: pointer;
    padding: 5px;
    background: #696969;
    color:white;
    font-size: 11px;
    font-weight: bold;
  }

  .caution {
    font-size: 15px;
    color:white;
    text-align: left;
  }

  .privacy-policy {
    font-size: 15px;
    margin-top: 20px;
    color:white;
    text-align: left;
  }

  .checkbox {
    font-size: 15px;
    color:white;
    text-align: center;
  }

  .contact-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }

  .form-horizontal{
    max-width: 90%;
    position: relative;
    justify-content: center;
  }

  .message {
    color:white;
    text-align: left;
    margin: 50px 5% 100px 5%;
}

  .btn {
    margin: 20px 20% 15px 15px;
    height: 70px;
    width: 90%;
    background-color:#B3424A;
  }
  
}

