/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
  font-family: "TodaySHOP-Medium", sans-serif;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
  font-family: "TodaySHOP-Medium", sans-serif;
  border-width: 2px;
  cursor: pointer;  
}


/*style*/


body {
 	margin: 0;
    font-family: "TodaySHOP-Medium", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    /*color: #9b9ea0;*/
    color: #444;
    text-align: left;
    background-color: #e3e6e8;
}
* {
	box-sizing: border-box;
}

.flex_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.container {
	width: 1170px;
	max-width: 100%;
	margin: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.controller-container {
  display: flex;
  justify-content: space-between;
}

.controller-container button {
  padding: 10px;
}

h1.title {
	font-size: 50px;
	font-weight: 200;
	letter-spacing: 5px;
	color: #434547;
	}

.paragraph {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 50px;	
	font-size: 18px;
	font-weight: 400;
	color: #9b9ea0;
	}

.video_container {
    position:relative;
    width: 100%;
}

.video-menu {
  position: absolute;
  padding: 10px;
  bottom: 50px;
  left: 0;
  background-color: #e3e6e8;
  /*min-width: 300px;*/
  width: auto;
  border-color: #9b9ea0;
  border-width: 2px;
  border-style: solid;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.75);
}
.chapter-container {
  position: relative;
  width: 100%;
}

#firstVideoButton {
    display: none; 
    position: absolute;
    width: 55%;
    height: 55%;
    top: 30%;
    left: 0%;
    margin: auto;
    z-index: 99;
    //background: rgb(0,0,0,0.5);
    cursor: pointer;
}
#secondVideoButton {
    display: none; 
    position: absolute;
    width: 45%;
    height: 55%;
    top: 30%;
    left: 55%;
    margin: auto;
    z-index: 99;
    //background: rgb(0,0,0,0.5);
    cursor: pointer;
}

.restart-button-container {
  min-width: 100px;
  display: flex;
  /*flex-direction: column;*/
}

.restart-button, h2 {
  font-size: 18px;
  color: #000;
  font-family: "TodaySHOP-Bold", sans-serif;
}
.restart-button {
  width: 100%;
}

.video-chapter {
  cursor: pointer;
  font-size: 18px;
}


@media screen and (min-width: 700px) {
  h1.title {
    font-size: 90px;
  }
}

@media screen and (max-width: 700px) {
  img {
    width:20%;
  }
}


/* Desktops and laptops ----------- */
@media only screen  and (max-width : 1090px) {
.button {
    height: 195px;
}
}

/* Desktops and laptops ----------- */
@media only screen  and (max-width : 1024px) {
.button {
    height: 165px;
}
}

/* Desktops and laptops ----------- */
@media only screen  and (max-width : 920px) {
.button {
    height: 150px;
}
}


/* laptops ----------- */
@media only screen  and (max-width : 768px) {
.button {
    height: 122px;
}
}

/* laptops ----------- */
@media only screen  and (max-width : 580px) {
.button {
    height: 95px;
}
}

/* laptops ----------- */
@media only screen  and (max-width : 414px) {
.button {
    height: 64px;
}
}

/* laptops ----------- */
@media only screen  and (max-width : 375px) {
.button {
    height: 57px;
}
}

/* laptops ----------- */
@media only screen  and (max-width : 320px) {
.button {
    height: 47px;
}
}

/****************************
* APP FONTS
*****************************/

/*LIGHT*/
@font-face {
  font-family: 'TodaySHOP-Bold';
  src:  url('./fonts/TodaySHOP-Bold/TodaySHOP-Bold.eot?#iefix') format('embedded-opentype'),
      url('./fonts/TodaySHOP-Bold/TodaySHOP-Bold.otf')  format('opentype'),
      url('./fonts/TodaySHOP-Bold/TodaySHOP-Bold.woff') format('woff'),
      url('./fonts/TodaySHOP-Bold/TodaySHOP-Bold.ttf')  format('truetype'),
      url('./fonts/TodaySHOP-Bold/TodaySHOP-Bold.svg#TodaySHOP-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*BOLD*/
@font-face {
  font-family: 'TodaySHOP-Light';
  src:  url('./fonts/TodaySHOP-Light/TodaySHOP-Light.eot?#iefix') format('embedded-opentype'),
      url('./fonts/TodaySHOP-Light/TodaySHOP-Light.otf')  format('opentype'),
      url('./fonts/TodaySHOP-Light/TodaySHOP-Light.woff') format('woff'),
      url('./fonts/TodaySHOP-Light/TodaySHOP-Light.ttf')  format('truetype'),
      url('./fonts/TodaySHOP-Light/TodaySHOP-Light.svg#TodaySHOP-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*MEDIUM*/
@font-face {
  font-family: 'TodaySHOP-Medium';
  src:  url('./fonts/TodaySHOP-Medium/TodaySHOP-Medium.eot?#iefix') format('embedded-opentype'),
      url('./fonts/TodaySHOP-Medium/TodaySHOP-Medium.otf')  format('opentype'),
      url('./fonts/TodaySHOP-Medium/TodaySHOP-Medium.woff') format('woff'),
      url('./fonts/TodaySHOP-Medium/TodaySHOP-Medium.ttf')  format('truetype'),
      url('./fonts/TodaySHOP-Medium/TodaySHOP-Medium.svg#TodaySHOP-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*REGULAR*/
@font-face {
  font-family: 'TodaySHOP-Regular';
  src:  url('./fonts/TodaySHOP-Regular/TodaySHOP-Regular.eot?#iefix') format('embedded-opentype'),
      url('./fonts/TodaySHOP-Regular/TodaySHOP-Regular.otf')  format('opentype'),
      url('./fonts/TodaySHOP-Regular/TodaySHOP-Regular.woff') format('woff'),
      url('./fonts/TodaySHOP-Regular/TodaySHOP-Regular.ttf')  format('truetype'),
      url('./fonts/TodaySHOP-Regular/TodaySHOP-Regular.svg#TodaySHOP-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*X-LIGHT*/
@font-face {
  font-family: 'TodaySHOP-XLight';
  src:  url('./fonts/TodaySHOP-XLight/TodaySHOP-XLight.eot?#iefix') format('embedded-opentype'),
      url('./fonts/TodaySHOP-XLight/TodaySHOP-XLight.otf')  format('opentype'),
      url('./fonts/TodaySHOP-XLight/TodaySHOP-XLight.woff') format('woff'),
      url('./fonts/TodaySHOP-XLight/TodaySHOP-XLight.ttf')  format('truetype'),
      url('./fonts/TodaySHOP-XLight/TodaySHOP-XLight.svg#TodaySHOP-XLight') format('svg');
  font-weight: normal;
  font-style: normal;
}


