#rd_wcc_main {
    color: #000;
    text-align: center;
    font-size: 20px;
}


#rd_wcc_main h2 {
  color: #000;
  font-size: 40px;
  font-weight: 300;
}

#rd_wcc_main h3 {
  color: #000;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
  margin-bottom: 20px;
}


.rd_wcc_question {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4em;
    display: inline-block;
}


.rd_wcc_choice {
    display: inline-block;
    padding: 20px;
    border: 1px solid #E0BD87;
    min-width: 20%;
}


.rd_wcc_choice:hover {
    background-color: rgba(238, 208, 159, .2);
    cursor: pointer;
}


#rd_wcc_modal {
    margin: auto;
}


#rd_wcc_close {
    float: right;
    margin: 20px;
}

#rd_wcc_close:hover{
  cursor:pointer;
}


.rd_wcc_choice2, .rd_wcc_choice5 {
    text-align: center;
    /* top: 0; */
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 16px;
    border: 1px solid #E0BD87;
    display: inline-block;
    margin: 1px 4px 16px 4px;
}


.rd_wcc_half1, .rd_wcc_half2 {
  width: 40%;
  display: inline-block;
  vertical-align: text-top;
}

.rd_wcc_half1 {
  margin-right: 20px;
}

@media only screen and (max-width: 600px) {
  .rd_wcc_half1, .rd_wcc_half2 {
    display: block;
    width: 100%;
  }
}


.rd_wcc_choice3, .rd_wcc_choice4 {
  padding: 8px;
  border: 1px solid #E0BD87;
  width: 300px;
  margin: auto;
  margin-bottom: 20px;
  font-size: 16px;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.rd_wcc_choice2:hover, .rd_wcc_choice3:hover, .rd_wcc_choice4:hover, .rd_wcc_choice5:hover {
  cursor: pointer;
  background-color: rgba(238,208,161,0.1);
}


#rd_wcc_emailform_submit {
    color: #000;
    padding: 12px;
    border: 1px solid #eed0a1;
    width: 400px;
    margin: auto;
    font-size: 16px;
    background-color: #fff;
}

#rd_wcc_emailform_submit:hover {
  cursor: pointer;
  background-color: rgba(238,208,161,0.1);
}

.rd_wcc_emailform_input input[type="text"], .rd_wcc_emailform_input input[type="email"] {
    line-height: 1.6em;
    padding: 12px;
    width: 400px;
    margin-bottom: 12px;
}

@media only screen and (max-width: 600px) {
  #rd_wcc_emailform_submit, .rd_wcc_emailform_input input[type="text"], .rd_wcc_emailform_input input[type="email"] {
    width: 100%;
  }
}

#rd_wcc_disclaimer {
  font-size: 10px;
  line-height: 1em;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 12px;
}


#rd_wcc_restart {
  display: inline-block;
  color: #eed0a1;
  margin-left: 8px;
  font-size: 16px;
}

#rd_wcc_restart:hover {
  cursor: pointer;
}


#rd_wcc_fail {
  font-size: 16px;
}


/* DESKTOP */

.rd_website_dev_title_light, .rd_website_dev_title_dark {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 16px;
}

.rd_website_dev_title_light {
  color: #eed0a1;
}

.rd_website_dev_title_dark {
color: #000;
}

.rd_website_dev_subtitle_light, .rd_website_dev_subtitle_dark {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2em;
}

.rd_website_dev_subtitle_light {
  color: #eed0a1;
}

.rd_website_dev_subtitle_dark {
  color: #000;
}

/*SMALL DESKTOP or TABLET*/

@media screen and (max-wdith: 1405px) {
  .rd_website_dev_title_light, .rd_website_dev_title_dark {
    font-size: 40px; line-height: 1.2em;
  }

  .rd_website_dev_subtitle_dark, .rd_website_dev_subtitle_light {
    font-size: 20px;
    line-height: 1.2em;
  }

  #rd_wcc_main h2 {
    font-size: 40px;
  }

  #rd_wcc_main h3 {
    font-size: 20px;
  }
}


/*TABLET*/
@media screen and (max-width: 980px) {
 .rd_website_dev_title_light, .rd_website_dev_title_dark {
   font-size: 30px;
   line-height: 1.2em;
  }

  .rd_website_dev_subtitle_dark, .rd_website_dev_subtitle_light {
    font-size: 20px;
    line-height: 1.2em;
    }

    #rd_wcc_main h2 {
      font-size: 30px;
    }

    #rd_wcc_main h3 {
      font-size: 20px;
    }
}


/*SMARTPHONES*/
@media screen and (max-width: 768px) {
  .rd_website_dev_title_light, .rd_website_dev_title_dark {
   font-size: 24px;
   line-height: 1.2em;
  }

  .rd_website_dev_subtitle_dark, .rd_website_dev_subtitle_light {
    font-size: 16px;
    line-height: 1.2em;
  }

  #rd_wcc_main h2 {
    font-size: 24px;
    line-height: 1.2em;
  }

  #rd_wcc_main h3 {
    font-size: 16px;
    line-height: 1.2em;
  }
}
