/* SETUP */

html,
body {
  height: 100%;
  color: #2dbfc0;
  background: #2dbfc0;
}

html {
  font-size: 20px;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-family: "Roboto", sans-serif;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
  justify-content: center;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

section {
  padding-bottom: 10%;
  padding-top: 10%;
}

/* CONTAINERS */
#container-main {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-box-shadow: 5px 6px 5px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 6px 5px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 6px 5px 6px rgba(0, 0, 0, 0.2);
}

.container-header {
  padding-left: 5%;
  padding-right: 5%;
}

.container-small {
  padding-left: 15%;
  padding-right: 15%;
}

/*LINKS */
a {
  text-decoration: none;
  color: #ffffff;
}

#faq a {
  color: #eea93f;
}

a:hover {
  text-decoration: none;
  color: #eea93f !important;
}

/* NAVBAR */

#urgency {
  background: #eea93f;
  color: white;
  padding: 0.5%;
  font-size: 80%;
  text-align: center;
}

.svg-gift {
  width: 2%;
  display: inline;
}

/*HEADLINES & PARAGRAPH */
h1,
h3,
h2,
h4,
h5,
h6 {
  font-family: "Varela Round", sans-serif;
}

h1 {
  color: white;
  text-align: center;
  font-size: 2em;
}

h2 {
  margin: 0 auto;
  color: #2dbfc0;
  font-size: 0.8em;
  overflow: hidden;
  text-align: center;
  font-weight: 400;
}

h2:before,
h2:after {
  background-color: #69d2d0;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 20%;
}

h2:before {
  right: 0.5em;
  margin-left: -50%;
}

h2:after {
  left: 0.5em;
  margin-right: -50%;
}

h3 {
  color: white;
  text-align: center;
  font-size: 1.6em;
}

h4 {
  color: #26b5ae;
  text-align: center;
  font-size: 1em;
  margin-top: 3%;
  margin-bottom: 3%;
}

h4:after {
  background-color: #eea93f;
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 2%;
  height: 3px;
  text-align: center;
  width: 45%;
}

h5 {
  color: #26b5ae;
  text-align: left;
  font-size: 1em;
  margin-top: 5%;
  margin-bottom: 5%;
  cursor: pointer;
}

h6 {
  color: white;
  text-align: center;
  font-size: 1.3em;
  margin-top: 2%;
  margin-bottom: 2%;
}

p {
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  overflow: hidden;
}

/* BUTTONS */

.btn {
  font-family: "Varela Round", sans-serif;
  -webkit-box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.2);
  color: white;
  font-size: 0.8em;
  display: block;
  margin: 0 auto;
  background-color: #eea93f;
  border-radius: 100px;
  border: 3px solid #eea93f;
  text-decoration: none;
}

.btn-secondary {
  background-color: rgba(238, 169, 63, 0);
  background-color: rgba(238, 169, 63, 0);
}

.try-btn {
  margin-top: 5%;
}

.vid-btn {
  background-color: rgba(238, 169, 63, 0);
  margin-top: 5%;
}

.btn-study {
  background-color: rgba(238, 169, 63, 0);
  color: #eea93f;
  box-shadow: none;
}

.try-button:hover {
  background-color: #eea93f;
  color: white;
}

.btn:hover {
  background-color: #ee9741;
  color: white;
  border: 3px solid #ee9741;
}

.btn-signup {
  background: #eea93f;
  border: 3px solid #eea93f;
}

#signup-input {
  padding: 3% 5%;
  border-radius: 100px;
}

/* INTRO */

#intro-desktop {
  width: 100%;
  /* min-height: 100vh; */
  background-image: url(img/stokrle_web2018_main_desktop_wide.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0;
}

#gallery,
#intro-mobile {
  padding: 0;
}

.intro-icon {
  width: 50%;
}

.intro-benefit {
  font-weight: 500;
}

.main-image {
  width: 100%;
}

.svg-play {
  width: 7%;
  display: inline;
}

.svg-arrow {
  width: 3%;
  display: inline;
}

.logo {
  width: 10%;
  margin-left: 5%;
}

.shadow {
  -webkit-box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.2);
}

.orange-underline {
  -webkit-text-decoration: #eea93f solid underline;
  text-decoration: #eea93f solid underline;
  -webkit-text-underline-position: under;
  text-underline-position: under;
}

.blue-box {
  background: #2dbfc0;
  padding: 2.5em 0.5em;
}

.white {
  color: white;
}

.stool-text {
  font-size: 0.9em;
  font-weight: 400;
  color: #d6fffc;
}

.free-shipping {
  color: #d6fffc !important;
  font-weight: 400;
  font-size: 0.6em;
  margin: 0 auto;
  margin-top: 3%;
}

.img-circle {
  border-radius: 5em;
  width: 30%;
}

/* TESTIMONIALS */

/* REVIEWS */

#testimonials {
  background: #d6fffc;
  font-weight: 300 !important;
}

#testimonials p {
  font-weight: 400;
}

hr {
  border-color: orange;
  border-width: 3px;
  width: 90%;
}

.white-box {
  background: white;
  padding: 2em 0.5em;
}

.btn-review {
  font-family: "Varela Round", sans-serif;
  -webkit-box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.2);
  color: #eea93f;
  display: block;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 100px;
  border: 3px solid #eea93f;
  text-decoration: none;
  font-size: 0.8em;
}

.btn-review:hover {
  background-color: #ee9741;
  color: white;
  border: 3px solid #ee9741;
}

.testimonials-stokrle-img {
  border-radius: 100em;
  width: 80%;
}

.reviews-rating {
  color: #2dbfc0;
  font-size: 2.5em;
  font-weight: 700;
}
.reviews-main-stars {
  width: 40%;
}
.customer-reviews {
  color: #2dbfc0;
  font-size: 0.8em;
}
.reccomend-rate-nr,
.customers-purchased-nr {
  color: #2dbfc0;
  font-size: 1.5em;
}

.reccomend-rate,
.customers-purchased {
  color: #2dbfc0;
  font-size: 0.8em;
}

.review-box {
  border: 1px solid #2dbfc0;
}

.reviews-text {
  color: #2dbfc0;
  font-size: 0.6em;
}
.reviews-name {
  font-size: 0.8em;
  color: black;
}
.reviews-date {
  color: grey;
  font-size: 0.6em;
}
.review-stars {
  width: 30%;
}
.review-avatar {
  width: 15%;
}

.change-page {
  color: #2dbfc0;
  cursor: pointer;
  text-align: center;
}

/* BENEFITS */

#benefits {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #d6fffc;
}

.benefit-icon {
  width: 60%;
  margin: 0 auto;
  display: block;
  margin-top: 5%;
}

.mission-icon {
  width: 60%;
}

.stokrle-eq {
  font-family: "Varela Round", sans-serif;
  margin: 0 auto;
  font-size: 1.3em;
}

.stokrle-eq-txt {
  font-family: "Varela Round", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0 auto;
}

.explainer {
  padding: 5%;
  background: white;
  margin-top: 5%;
  -webkit-box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 6px 5px 0px rgba(0, 0, 0, 0.2);
}

.explainer-head {
  font-family: "Varela Round", sans-serif;
  font-size: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.benefit-text,
.explainer-txt {
  color: #4f4f4f;
  font-weight: 400;
  font-size: 0.8em;
  padding: 5%;
  margin-top: 0;
}

/* doctor */

.txt-doctor-1 {
  font-size: 1.1em;
}
.txt-doctor-2 {
  font-size: 0.8em;
  text-align: justify;
  color: #d6ffff;
  font-weight: 400;
}
.txt-doctor-author {
}
.txt-doctor-hospital {
  font-size: 0.8em;
  color: #d6ffff;
}

/* GALLERY */

/* CTA */

#cta {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #2dbfc0;
  padding-bottom: 5%;
}

#cta2 {
  padding-bottom: 0;
}

.guarantee-image {
  width: 50%;
  margin-top: 10%;
}

.cta-text {
  color: #d6fffc;
  font-size: 1em;
  font-weight: 400;
}

.cta-image {
  margin-top: 1%;
}

.c-image {
  margin: 0 auto;
}

.c-head {
  font-size: 0.6em;
  color: white;
  margin-top: 10%;
  margin-bottom: 0;
}

.c-text {
  font-size: 0.5em;
  color: #d6fffc;
  font-weight: 400;
  font-family: Roboto;
}

.price {
  color: white;
  font-size: 2em;
}

.blue {
  color: #d6fffc;
}

/* MISSION SEKCE */
#mission {
  background-color: #d6fffc;
  padding-bottom: 5%;
}

.mission-image {
  width: 70%;
  border-radius: 300px;
}

.mission-headline {
  margin-bottom: 5%;
}

.mission-text {
  font-weight: 400;
  font-size: 70%;
}

/* FAQ SEKCE */
#faq {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #d6fffc;
}

.orange {
  color: #eea93f;
  font-weight: 500;
}

/* CONTACT */
.contact-us {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #2dbfc0;
}

.contact-us-text {
  color: white;
  font-size: 0.8em;
  font-weight: 300;
}

.contact-icon {
  width: 20%;
}

/* FOOTER */
footer {
  background: #2c383d;
  padding: 2%;
  color: white;
  font-size: 70%;
}

/*

blue background/text      		2dbfc0
orange button/icons/lines	  	eea93f
orange button hover			ee9741
light blue background		  	d6fffc
light blue text	(zbývá 37)		d6fffc
blue line (desktop version)		69d2d0

grey footer text			aeaeae			
footer background			2c383d

facebook button				3b5998
facebook button hover			5477c2


FONTY:

Headline + buttons

Varela round
https://fonts.google.com/specimen/Varela+Round


Všechno ostatní

Roboto
https://fonts.google.com/specimen/Roboto

V různých tloušťkách (light, regular, bold).

*/
