@import "./vars.css";

.scs {
  position: absolute;
  bottom: 10vh;
  width: 100%;
  text-shadow: 0 0 10px #000;
  text-align: center;
  padding: 0 15px;
}
/************************************ Home Section ************************************/

#logo > img {
  max-width: 600px;
  width: 50%;
}

@media screen and (max-width: 700px) {
  #logo > img {
    width: 300px;
  }
}

@media screen and (max-width: 310px) {
  #logo > img {
    width: 90%;
  }
}

/************************************ Scroll Down Button ************************************/

.scroll_down_div {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 90%;
}

.scroll_down {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.scroll_down:hover {
  color: white;
  font-size: 45px;
  cursor: pointer;
}

/************************************ Scroll Up Button ************************************/

.arrow_up_div {
  position: fixed;
  top: 80%;
  right: 5%;
  z-index: 1;
  visibility: hidden;
}

.arrow_up {
  color: rgba(105, 167, 219, 0.5);
  font-size: 40px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.arrow_up:hover {
  color: var(--lightBlueTheme);
  font-size: 45px;
}

/************************************ Mission Section ************************************/

#header_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1600px;
  margin: 100px auto;
  flex-wrap: wrap;
  align-items: start;
}

#special_notice_container {
  display: flex;
  justify-content: space-between;
}

#header_info #alert {
  width: 100%;
  margin-bottom: 50px;
  background-color: var(--workshopTheme);
  padding: 20px;
  border-radius: 12px;
  height: 66%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#header_info #alert > a {
  display: flex;
  justify-content: end;
  margin-top: 15px;
  text-decoration: none;
  align-self: end;
}

.special_notice {
  /* background-color: var(--workshopTheme); */
  background-color: var(--darkestBlueTheme);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 0;
  margin-top: 40px;
  height: 66%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.special_notice>a {
  display: flex;
  justify-content: end;
  margin-top: 20px;
  text-decoration: none;
  align-self: end;
}

.special_notice>h2 {
  width: 100%;
  text-align: center;
}

.special_notice h3 {
  margin-top: 20px;
  margin-bottom: 30px;
}

#special_notice_container {
  align-self: center;
}

#special_notice_schedule {
  align-self: flex-start;
  margin-top: 30px;
}

#special_notice_schedule> :last-child {
  margin-top: revert;
}

#special_notice_schedule>p {
  margin: 20px 0 8px 0;
}

.special-notice-cta {
  margin-top: 20px;
}

/* new image layout */

#special_notice_info_container {
  display: flex;
  justify-content: space-between;
  max-width: 1054px;
}

#special_notice_info_container>div {
  width: 45%;
}

#special_notice_info_container>div:last-child {
  flex-grow: 2;
  padding-left: 20px;
}

#special_notice_info_container>div>a {
  float: right;
}

.special_notice_img_container>img {
  width: 100%;
  object-fit: cover;
  max-height: 569px;
  max-width: 457px;
}

/* new image layout */

#header_info h2 {
  margin: 0;
}

.mission_p {
  text-align: justify;
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  line-height: normal;
}

#mission_header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50px;
}

.donate {
  text-align: center;
  align-self: end;
  margin-top: 25px;
}

#video {
  margin-bottom: 30px;
}

@media screen and (max-width: 1378px) {
  #header_info h2 {
    font-size: 30px;
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  #header_info {
    flex-direction: column;
    align-items: center;
  }

  #header_info > div {
    width: 80%;
  }
  /* #header_info > #mission_header {
    margin-top: 60px;
  } */
  #special_notice_container {
    flex-direction: column;
  }

  .special_notice {
    width: 100%;
  }

  #special_notice_container>* {
    margin-top: 50px;
  }

  #special_notice_info_container {
    flex-direction: column;
  }

  #special_notice_info_container>div {
    width: 100%;
  }

  #special_notice_info_container>div:last-child {
    padding: 0;
    padding-top: 20px;
  }

  .special_notice_img_container {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 650px) {
  #header_info > div {
    width: 100%;
  }
  #header_info > .special_notice {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .special_notice h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 422px) {
  .special_notice h2 {
    width: min-content;
  }
  /* #header_info>#news_header>.special_notice {
    align-items: start;
  } */
}

/**************************************** Lessons Section ****************************************/

.lessons {
  text-align: left;
  padding-bottom: 15px;
}

#classes_section {
  width: 800px;
  margin: 100px auto;
}

.class_h2 {
  margin-bottom: 16px;
}

#second_month_h2 {
  margin-top: 125px;
}

#parking_img > img {
  width: 100%;
  max-width: 400px;
}

.class_card {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  margin: 30px 0;
}

.class_card > * {
  width: 50%;
}

.class_card > div:first-child {
  padding-right: 20px;
}

.f1 {
  margin-top: 30px;
  display: flex;
}

.class_payment_select {
  height: 30px;
  margin-right: 5px;
  width: 100%;
}

.class_title {
  font-size: 25px;
  margin-top: 0;
}

#class_card_container #class_notice {
  margin-top: 30px;
}

.class_description {
  border-left: 1px solid var(--yellowTheme);
}

.class_description > p {
  margin: 0;
  text-align: justify;
  padding-left: 40px;
}

#class_info {
  list-style: disc;
  padding-left: 21px;
}

#class_info > li {
  margin: 15px 0;
  text-align: justify;
}

.class_card .button {
  width: 160px;
  min-width: 120px;
}

#faq-link {
  margin-top: 20px;
}

#faq-link > a {
  color: gray;
}

#faq-link > a:hover {
  color: white;
}

@media screen and (max-width: 1000px) {
  #classes_section {
    width: 90%;
  }

  .class_description > p {
    padding-left: 20px;
  }

  .class_card > div:first-child {
    padding-right: 20px;
  }
}

@media screen and (max-width: 840px){
  .f1 {
    flex-direction: column;
  }

  .class_card .button {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .special_notice #workshop_img_container {
    height: 340px;
  }
}

@media screen and (max-width: 650px) {
  #classes_section {
    width: 90%;
  }
}

@media screen and (max-width: 670px) {
  #classes_section {
    width: 345px;
  }

  .class_card {
    flex-direction: column;
  }

  .class_card > * {
    width: 100%;
  }

  .class_card > div:first-child {
    padding: 0;
  }

  .class_description {
    border: none;
    padding-top: 30px;
  }

  .class_description > p {
    padding: 0;
  }

  /************* start workshop *************/
  #special_notice_info_container_horiontal {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  #special_notice_info_container_horiontal>div:first-child {
    padding-right: 0px;
    padding: 30px 0;
    border-top: 1px solid var(--yellowTheme);
  }

  #special_notice_info_container_horiontal>div:nth-child(2) {
    border-left: none;
    border-top: 1px solid var(--yellowTheme);
    padding-left: 0px;
    padding-top: 30px;
  }

  #special_notice_info_container_horiontal>* {
    width: 100%;
  }

  .f2 {
    justify-content: center;
  }

  .special_notice #workshop_img_container {
    height: 175px;
  }

  #purchase_options>div {
    display: block;
  }

  #special_notice_info_container button.add_to_cart {
    width: 100%;
  }

  #special_notice_info_container #full_workshop_btn_div button.cta {
    width: 100%;
  }
  /************* end workshop *************/
}

@media screen and (max-width: 450px) {
  .class_title {
    font-size: 21px;
  }
}

@media screen and (max-width: 400px) {
  #classes_section {
    width: 100%;
  }
}

/************************************ Dances Section ************************************/

#dances_info_div {
  max-width: 1300px;
  margin: 0px auto;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#dances_info_div h2 {
  margin-top: 0;
  margin-bottom: 65px;
}

#dances_info_div>div {
  width: 45%;
  margin-bottom: 80px;
}

.individual_dance {
  display: flex;
  flex-direction: column;
}

.individual_dance>div {
  display: flex;
}

.info_label {
  width: 25%;
  padding-right: 20px;
}

.individual_dance-info {
  width: 75%;
  margin: 0;
  padding-left: 20px;
  border-left: 1px solid var(--yellowTheme);
}

.not_justified_text {
  text-align: left;
}

#join_fb_page {
  text-align: center;
}

@media screen and (max-width: 1375px) {
  #dances_info_div>div {
    /* width: 45%; */
  }
}

@media screen and (max-width: 1130px) {
  #dances_info_div {
    flex-direction: column;
    width: 500px;
  }

  #dances_info_div>div {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  #dances_info_div {
    width: 90%;
  }
}

@media screen and (max-width: 450px) {
  #dances_info_div {
    width: 100%;
  }
}

/**************************************** Contact Us Section ****************************************/

#contact_form {
  width: 600px;
  margin: 100px auto;
}

.form_fields {
  display: flex;
  flex-direction: column;
}

.form_control {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  outline: none;
  color: #fff;
  margin-top: 4px;
  margin-bottom: 16px;
}

.form_control:focus {
  outline: none;
  border-bottom: 1px solid var(--yellowTheme);
}

input.form_control {
  height: 50px;
}

button.contact_form_submit {
  height: 50px;
  width: 100%;
  font-size: 18px;
}

textarea.form_control {
  font-family: inherit;
  font-size: inherit;
  resize: vertical;
  padding: 16px 6px;
}

@media screen and (max-width: 750px) {
  #contact_form {
    width: 80%;
  }
}

@media screen and (max-width: 500px) {
  #contact_form {
    width: 90%;
  }
}

@media screen and (max-width: 400px) {
  #contact_form {
    width: 100%;
  }
}
