/*************************************************************************
* FONTS
*************************************************************************/

@font-face {
  font-family: 'Question';
  src: url('../fonts/Question.ttf') format('truetype');
}

@font-face {
  font-family: 'Aeronef';
  src: url('../fonts/Aeronef.ttf') format('truetype');
}

/*************************************************************************
* SITE
*************************************************************************/

body {
  margin: 0pt;
  padding: 0pt;
  background-color: #CDE7F0;
  /* background-color: #C0EFFF; */
}

#site {
  font-family: 'Aeronef', sans-serif;
}

#content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 64px;
}

#contant > div {
}

#contant > div:nth-child(even) {
}

#contant > div:nth-child(even) {
}

/*************************************************************************
* HEADER
*************************************************************************/

#header {
  padding-bottom: 64px;
  text-align: center;
  flex-basis: 100%;
}

#header h1 {
  margin: 0pt;
  padding: 0pt;
  color: #222222;
  text-shadow: 3pt 3pt 3pt rgb(30, 30, 30, 0.2);
  font-family: 'Question';
  padding-right: 416px;
}

#header h1 {
  font-size: 92pt;
  line-height: 92pt;
  font-weight: normal;
}

/*************************************************************************
* PREVIEW
*************************************************************************/

#preview {
  padding-right: 64px;
}

#preview #video {
  box-shadow: 2pt 2pt 10pt rgb(30, 30, 30, 0.3);
  width: 1088px;
  max-width: 1088px;
  height: 612px;
  max-height: 612px;
  background-color: black;
}

#preview #video iframe {
  width: 100%;
  height: 100%;
}

/*************************************************************************
* BOOKSTORES
*************************************************************************/

#bookstores {
  text-align: left;
}

#bookstores ul {
  margin: 0px;
  padding: 0px;
}

#bookstores ul li {
  font-size: 18pt;
  line-height: 18pt;
  list-style: none;
}

#bookstores li a {
  text-decoration: none;
  color: #333333;
  text-shadow: 2pt 2pt 2pt rgb(30, 30, 30, 0.1 );
}

#bookstores li a:hover {
  color: #FF76AA;
  text-shadow: 2pt 2pt 2pt rgb(33, 94, 178, 0.3);
}


/*************************************************************************
* RESPONSIVE
*************************************************************************/

@media (max-width: 1650px) {
  #content {
  }

  #header h1 {
    padding-right: 0px;
  }

  #preview {
    padding-right: 0px;
    flex-basis: 100%;
  }

  #preview #video {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
  }

  #bookstores {
    margin-top: 64px;
    text-align: center;
  }
}
