/* -------------------------*/
/* 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%;
}

/* -------------------------*/
/*    REUSABLE COMPONENTS   */
/* -------------------------*/

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

.blue {
  color: #d6fffc;
  font-size: 100%;
}

.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);
}

/* -------------------------*/
/*        LINKS             */
/* -------------------------*/

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

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

#faq a {
  color: #eea93f;
}

/* -------------------------*/
/*        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%;
  padding-top: 2%;
}

.container-desktop {
  padding-left: 10%;
  padding-right: 10%;
}

/* -------------------------*/
/*        NAVBAR            */
/* -------------------------*/

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

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

/* -------------------------*/
/* HEADLINES AND PARAGRAPH */
/* -------------------------*/

h1,
h2,
h3,
h2,
h4,
h5,
h6 {
  font-family: "Varela Round", sans-serif;
  color: white;
  text-align: center;
}

h1 {
  text-align: left;
  margin-top: 5%;
  font-size: 1.5em;
}

h2 {
  margin: 0 auto;
  color: #2dbfc0;
  font-size: 1em;
  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: white;
  font-size: 1.6em;
  margin-bottom: 0;
}

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

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

/* -------------------------*/
/*        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);
  border-radius: 100px;
  color: white;
  display: block;
  margin: 0 auto;
  background-color: #eea93f;
  border: 3px solid #eea93f;
  text-decoration: none;
}

.btn-homepage {
  font-size: 0.6em;
  background-color: rgba(238, 169, 63, 0);
}

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

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

/* -------------------------*/
/*         INTRO             */
/* -------------------------*/

#intro {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 7%;
}

.main-image {
  width: 100%;
}

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

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

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

.skladem {
  color: #d6fffc;
  font-weight: 400;
  text-align: left;
}

.doprava {
  font-weight: 400;
  font-size: 0.8em;
}

.product-desc {
  color: #d6fffc;
  text-align: left;
  font-weight: 400;
  font-size: 1em;
}

/* -------------------------*/
/*     PRODUCT DETAILS      */
/* -------------------------*/

#product-details {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #d6fffc;
  padding-bottom: 5%;
}

.features-headline {
  text-align: left;
}

.stokrle-name {
  text-align: left;
  font-size: 120%;
}

.features {
  margin: 0;
  color: #4f4f4f;
  font-weight: 400;
}

.measuraments {
  margin-top: 5%;
  text-align: left;
  font-weight: 400;
  font-size: 90%;
}

.feature-icon {
  width: 50%;
  margin-bottom: 5%;
}

.feature-text {
  font-size: 0.6em;
}

.available1 {
  margin-top: 3%;
  color: #3edb00;
  font-size: 0.8em;
}

.available2 {
  margin-top: 3%;
  color: #d6fffc;
  font-size: 0.8em;
}

.not-available {
  margin-top: 3%;
  color: #c70017;
  font-size: 0.8em;
}

/* -------------------------*/
/*         dimensions       */
/* -------------------------*/

#dimensions {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #d6fffc;
  padding-bottom: 5%;
}

.dim-txt-1 {
  color: #2dbfc0;
  margin-top: 1.5em;
}

.dim-txt-2 {
  color: black;
  font-size: 0.8em;
  font-weight: 400;
}
.white-box {
  background: white;
  padding: 2em 0.5em;
}

/* -------------------------*/
/*         CTA            */
/* -------------------------*/

#cta {
}

.cta-head {
  margin: 0 auto;
  font-size: 2em;
  margin-bottom: 10%;
}

.cta-desc {
  color: #d6fffc;
  font-size: 1em;
  margin-bottom: 10%;
}

.cta-image {
  margin-top: 1%;
}
.guarantee-head {
  font-size: 0.8em;
  color: white;
  margin-top: 10%;
  margin-bottom: 0;
}

.guarantee-text {
  font-size: 0.6em;
  color: #d6fffc;
  font-weight: 400;
  font-family: Roboto;
  margin-top: 0.2em;
}

/* -------------------------*/
/*      OBJEDNAVKA          */
/* -------------------------*/

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

.objednavka-head {
  color: #2dbfc0;
  margin-bottom: 1%;
  margin-top: 3%;
}

/* -------------------------*/
/*         FAQ                */
/* -------------------------*/

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

.explainer-txt {
  color: #4f4f4f;
  font-weight: 400;
  font-size: 90%;
  padding: 5%;
  margin-top: 0;
}

/* -------------------------*/
/*          FOOTER          */
/* -------------------------*/

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

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

.navbar-toggler-icon {
  color: white;
}

/* -------------------------*/
/*         FAQ              */
/* -------------------------*/

#faq {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #d6fffc;
  padding-bottom: 5%;
}

/* -------------------------*/
/*         BUYING         */
/* -------------------------*/

#buying {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: #2dbfc0;
}

.try-it-out {
  font-weight: 400;
  font-size: 0.9em;
}

/*

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).

*/
