/*
File Name: style.less
Date: 08/26/19
Programmer: Erika J Ponce
*/
/* VARIABLES */
/* colors */
/* font size & sizes */
/* margins & padding*/
/*images*/
/*
File Name: mixins.less
Date: 08/26/19
Programmer: Erika J Ponce
*/
/* MIXINS */
/* MOBILE STYLES */
body {
  font-family: "Ruda", sans-serif;
  line-height: 1.5em;
  background-color: #fcfcfc;
  font-size: 1em;
  margin: 0;
  text-align: justify;
}
h1 {
  margin: 0;
  font-weight: bolder;
  font-size: 2.5em;
  text-shadow: 2px 1px #808080;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 0.9em;
}
h2 {
  margin: 0;
  padding: 2em;
  font-size: 1.5em;
  font-weight: bold;
  color: red;
  text-align: left;
}
h3 {
  margin: 0;
  padding: 3em 1em;
  font-weight: bold;
  text-align: center;
}
.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/ace2.jpg);
  height: 300px;
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-error {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4)), url(../images/bike_race_for_all_levels.jpg);
  height: 300px;
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-text {
  text-align: center;
  position: relative;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
.header-text {
  top: 50%;
  color: #000000;
  margin-top: 108px;
  margin-bottom: 60px;
}
.header-section {
  margin-top: 7em;
}
button {
  background-color: #FF0000;
  font-size: 16px;
  padding: 10px 24px;
  border-radius: 10px;
  font-weight: bolder;
  color: #FFFFFF;
  border-width: 0;
  transition: background-color 0.4s;
}
.btn-text {
  text-shadow: 1px 1px #808080;
}
button:hover {
  background-color: #FFFFFF;
  color: #FF0000;
}
section {
  background-image: linear-gradient(to top, hsl(0, 0%, 90%) 0%, hsl(0, 0%, 90.13%) 12.1%, hsl(0, 0%, 90.51%) 23.1%, hsl(0, 0%, 91.09%) 33.2%, hsl(0, 0%, 91.83%) 42.5%, hsl(0, 0%, 92.7%) 50.8%, hsl(0, 0%, 93.64%) 58.4%, hsl(0, 0%, 94.63%) 65.2%, hsl(0, 0%, 95.63%) 71.4%, hsl(0, 0%, 96.6%) 76.9%, hsl(0, 0%, 97.51%) 81.9%, hsl(0, 0%, 98.32%) 86.3%, hsl(0, 0%, 99.01%) 90.3%, hsl(0, 0%, 99.54%) 93.8%, hsl(0, 0%, 99.88%) 97.1%, hsl(0, 0%, 100%) 100%);
  width: 80%;
  margin: 1em auto;
  padding-top: 1em;
  border-radius: 5px;
  z-index: -10;
}
p {
  padding: 1.33333333em;
  font-family: 'Roboto Slab', serif;
}
.highlight {
  color: #FFFFFF;
  background-color: #000000;
  border-radius: 10px;
  font-size: 1.2em;
}
.underline {
  text-decoration: underline;
  -webkit-text-decoration-color: #FF0000;
  text-decoration-color: #FF0000;
}
hr {
  width: 80%;
  border-top: 1px solid #FFFFFF;
}
footer {
  background-color: #000000;
  color: #FF0000;
  font-weight: bolder;
  text-align: center;
}
.ul-footer {
  display: inline-flex;
}
ul.ul-footer li {
  margin: 10px;
  font-size: 1.9em;
  transition: color 0.3s;
}
ul.ul-footer li:hover {
  color: #FFFFFF;
}
address {
  padding: 20px;
}
i {
  font-size: 1.5em;
  padding: 20px;
}
.yourName {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -15;
}
.form-header-register {
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../images/banner-register.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-header-contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../images/contact-us.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-header-packet {
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../images/banner-packet-pickup.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-header-faqs {
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../images/banner-faq.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-header-gallery {
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../images/banner-gallery.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-header-register h2,
.form-header-contact h2,
.form-header-packet h2,
.form-header-faqs h2,
.form-header-gallery h2 {
  color: white;
  text-align: center;
  font-size: 2.5em;
  padding: 0.5em;
  line-height: 40px;
}
.form-par {
  font-style: oblique;
  font-size: 0.9em;
  text-align: center;
}
label {
  width: 50%;
  clear: left;
  margin-bottom: 1em;
  margin-left: 10px;
  text-align: right;
}
fieldset.check-events label {
  height: 72px;
}
fieldset.contact-role label {
  width: 140px;
  height: 45px;
  border: 2px solid #FF0000;
}
input,
textarea,
select {
  display: block;
  margin-left: 10px;
  padding: 6px;
  margin-bottom: 2em;
  height: 2em;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.1);
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
textarea {
  width: 200px;
  height: 100px;
}
select {
  display: inherit;
}
/* Styling for role buttons */
.radio-role input[type="radio"],
.check-events input[type="checkbox"] {
  opacity: 0;
  position: relative;
  width: 0;
  height: 0;
  margin: 0;
}
.radio-role label,
.check-events label {
  display: inline-block;
  background-color: #FF0000;
  font-size: 15px;
  padding: 10px 10px;
  margin: 10px;
  height: 50px;
  border-radius: 10px;
  font-weight: bolder;
  color: #FFFFFF;
  border-width: 0;
  transition: background-color 0.4s;
  width: 110px;
  text-align: center;
  clear: both;
  float: none;
}
.radio-role label:hover,
.check-events label:hover {
  background-color: #FFFFFF;
  color: #FF0000;
}
.radio-role input[type="radio"]:focus + label,
.check-events input[type="checkbox"]:focus + label {
  border-color: #FF0000;
}
.radio-role input[type="radio"]:checked + label,
.check-events input[type="checkbox"]:checked + label {
  background-color: #FFFFFF;
  color: #FF0000;
  border: 2px solid #FF0000;
}
.div-role {
  width: 50%;
  margin: auto;
}
.left {
  display: inline-block;
}
.left label {
  float: right;
}
.right {
  clear: left;
  float: right;
}
.right label,
.check-events div {
  float: left;
}
/*Styling for Event options */
.check-events {
  width: 50%;
  margin: auto;
}
.check-events label {
  width: 193px;
}
fieldset div {
  width: 213px;
  margin: auto;
  display: inline-block;
}
.contact-role div {
  width: 154px;
  margin: auto;
}
fieldset.contact-role {
  width: 154px;
  margin: auto;
}
.submit {
  width: 54px;
  margin: auto;
  text-align: center;
  padding: 1em 0em;
}
.submit input {
  width: 115px;
  margin: 0;
  font-size: 1.2em;
  font-weight: 800;
  color: #FF0000;
}
.submit input:hover {
  color: #000000;
  border: 2px solid #000000;
}
/** Social media feeds **/
center {
  margin: 30px 0;
  padding-bottom: 30px;
}
/* TABLET STYLES */
@media only screen and (min-width: 600px) {
  body {
    background-color: #fcfcfc;
    font-size: 1.1em;
    margin: 0;
  }
  .hero,
  .hero-error {
    height: 450px;
  }
  .hero-text {
    top: 50%;
  }
  section {
    width: 66.66666667%;
    padding: 1em;
  }
  textarea {
    width: 205px;
    margin-left: 1em;
  }
  label {
    float: left;
    padding-right: 10px;
  }
}
/* DESKTOP STYLES */
@media only screen and (min-width: 1025px) {
  body {
    background-color: #fcfcfc;
    font-size: 1.1em;
    margin: 0;
  }
  .hero,
  .hero-error {
    height: 900px;
  }
  .hero-text {
    top: 45%;
    font-size: 1.4em;
  }
  .btn-text {
    font-size: 1em;
  }
  section {
    width: 50%;
    padding: 2em;
  }
  .container li a {
    font-size: 1.2em;
    margin-right: auto;
    margin-left: auto;
  }
  .check-events {
    width: 426px;
  }
  fieldset.contact-role {
    width: 313px;
  }
}
