@import url("styles.css");

.sold_out{
  position: absolute;
  z-index: 1999;
  top: 520px;
  font-family: Eurostile_Normal;
  font-size: 2.6rem;
  color: var(--orange);
}
nav a:nth-child(2) {
  color: var(--orange);
}




.hero {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	height: auto;
  position: relative ;

}


.hero_left {
	text-align: right;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	padding: 20px 40px 50px 40px;
}

.hero_text_block {
}

.hero_text_block h1 {
	font-family: Eurostile_Bold;
	font-size: 3rem;
}

.hero_slogan {
	font-size: 1.5rem;
	padding: 20px 20px 17px 20px;
	margin: 10px 0px 50px 0px;
	border-top: 1px solid var(--green);
	border-bottom: 1px solid var(--green);
}


.order_button {
  text-decoration: none;
  padding: 10px 10px;
  display: inline-block;
  line-height: 1;
	background-color: var(--orange);
	font-size: 20px;
	color: var(--darkgrey);
	border-radius: 5px;
  transition: 300ms all;
  border:1px solid var(--orange);
}
.order_button:hover {
  text-decoration: none;
  background-color: transparent;
  color: var(--orange);
}




.hero_right {
	margin: 150px 0px;
  z-index: 100;
}

.hero_image {
	width: 250px;
}


.features {
  height: auto;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  background-color: var(--orange);
}

.features_content {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.pedal_features_image {
  width: 200px;
}

.features_text {
  width: 50vw;
  min-width: 400px;
  margin-top: 50px;
  padding: 10px 30px 25px 30px;
  display: flex;
  flex-direction: column;
  text-align: justify;
  font-family: Eurostile_Normal, sans-serif;
  font-weight: 100;
  font-size: var(--text_size_normal);
  line-height: 1.8;
}

.features_text_resume {
  text-align: center;
  padding-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Eurostile_Oblique;
}
h3 {
  line-height: 3rem;
  padding-top: 0px;
}

.features_list {
  text-align: left;
  line-height: 2.6;
  padding-left: 10px;
  font-size: var(--text_size_normal);

}

.features_first {
  padding: 10px 0px 10px 0px;
  text-align: justify;
  font-size: var(--text_size_normal);


}



.demo {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--darkgrey);
}

.demo_text {
  margin-top: 40px;
  margin-bottom: 70px;
  font-size: var(--text_size_normal);
  line-height: 1.8;
  text-align: left;
  width: 50vw;
}


.demo_image {
  height: 250px;
  border-radius: 50%;
  border: 5px solid var(--white);
  margin: 60px 0px 0px 0px;
}


.product_video iframe,
.product_video object,
.product_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.product_video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%;
}

.product_video_wrapper {
  max-width: 100%;
  width: 650px;
  left: 0;
  right:0;
  padding:20px 0px 90px 0px;
  margin: auto;
}


.newsletter_container h1 {
  font-family: Eurostile_Normal, sans-serif;
  font-weight: normal;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 16px;
  color: var(--white);
  text-transform: uppercase;
}


.newsletter_container * {
  box-sizing: border-box;
  font-family: "", sans-serif;

  /* colors */
  --color-blue: #2552d0;
  --color-light-blue: #3266e3;
  --color-gray: #e5e7eb;
  --color-dark-gray: #9da3ae;
  --color-pink: #edadd2;

}

.newsletter_container {
  /* container */
  --c-width: 70%;
  --c-max-width: 500px;

  width: var(--c-width);
  max-width: var(--c-max-width);
  display: block;
  margin: 10vh auto 0 auto;
  background-color: var(--orange);
  padding: 20px;
  border-radius: 5px;
  border: 2px solid var(--white);

  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.2);


  transition: background-color 1.0s;
 
}

.newsletter_container:hover {

}

.subscribe_background {
  background-color: var(--orange);
  padding-top: 3px;
  padding-bottom: 40px;
}

.newsletter_horizontal {
  display: flex;
  align-items: center;
}

.newsletter_form {
  background: #00000000;
}



.newsletter_form input {
  font-size: 16px;
  display: block;
  width: 100%;
  margin-right: 10px;
  padding: 4px;
  background-color: var(--white_desat);
  border: none;
  border: 2px solid var(--white_desat);
  outline: none;
  border-radius: 5px;
  color: var(--color-dark-gray);
}

.newsletter_form input:focus {
  background-color: var(--white_desat_bright);
  color: var(--color-dark-gray);
}

.newsletter_form input:focus:required:invalid {
  border-color: var(--color-gray);
  background-color: var(--white_desat_bright);
}

.newsletter_form button {
  display: block;
  padding: 4px 8px 4px 8px;
  border-color: transparent;
  background-color: var(--orange);
  color: var(--white);
  font-size: 18px;
  font-family: Eurostile_Normal, sans-serif;
  font-weight: 100;
  border-radius: 5px;
  border: 1px solid var(--white);

  transition: 300ms all;
}

.newsletter_form button:hover {
  background-color: var(--light-orange);
  cursor: pointer;
}

.newsletter_alert {
  padding: 12px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
  display: none;
}

.newsletter_alert.visible {
  display: block;
}

.newsletter_alert.success {
  background: #69cf9d;
}

.newsletter_alert.error {
  background: #de524c;
}




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

  .sold_out {
    top: 700px;
  }

  	.hero {
    	flex-direction: column-reverse;
  	}

  	.hero_text_block h1 {
		font-size: 3rem;
	}

	.hero_slogan {
		font-size: min(4.4vw, 1.7rem);
		margin-bottom: 50px;
		width: 93vw;
		max-width: 550px;
		padding: 20px 0px 17px 0px;

	}

  .order_button:hover {
    background-color: var(--orange);
    color: var(--darkgrey);
  }

	.hero_left {
		text-align: center;
		margin-bottom: 40px;
		width: 100%;
		padding: 20px 0px 50px 0px;
	}

	.hero_right {
		margin: 30px 0px;
	}

  .features {
    height: auto;
    padding-bottom: 80px;
  }

  .features_content {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-around;
  }

  .pedal_features_image {
    width: 200px;
    margin-top: 50px;
  }

  .features_text {
    width: 96vw;
    min-width: 300px;
    flex-direction: column;
    text-align: justify;
    padding: 10px 0px 25px 0px;
    text-align: center;
  }


  .features_first {
    padding: 5vw 0px 5vw 0px;
    font-size: min(3.3vw, 18px);

  }

  .features_list {
  	font-size: min(3.3vw, 18px);

  }

.sounds_text {
  width: 70vw;
  min-width: 200px;
  font-size: var(--text_size_normal_mobile);
}



.newsletter_horizontal {
  flex-direction: column;
  align-items: center;
}

.newsletter_form button {
  width: 150px;
  margin-top: 20px;
  padding: ;
  font-size: 15;
  text-align: center;
}

.newsletter_container {
  justify-items: center;
  width: 95vw;
  max-width: 500px;
}


}