@font-face {
  font-family: "quotabold";
  src: url("../fonts/quota-regular-webfont.woff2") format("woff2"),
    url("../fonts/quota-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "quotabold";
  src: url("../fonts/quota-bold-webfont.woff2") format("woff2"),
    url("../fonts/quota-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
html,
body {
  margin: 0;
}
body{
  text-align:center;
}
div#box{
  text-align:center;
  background-color: #dbab82;
  width: fit-content;
  padding: 15px;
  margin: 10px auto;
  box-shadow: 10px 10px #763e31;
}

body {
  font-family: "quotabold";
  text-align: center;
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
h2 {
  font-size: 34px;
}
p {
  font-size: 25px;
  padding: 3px;
}
#dark img {
  height: 100px;
}
#logo {
  height: 500px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -600px;
}
#bgheader img {
  text-align: center;
  overflow: hidden;
  max-height: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -10px;
  z-index: 0;
}
button {
  padding: 0;
  border: 0;
  background-color: transparent;
}
button.slider {
  background-color: #dbab82;
  padding: 2px 4px;
  text-align: center;
  border-radius: 5px;
  font-size: 25px;
  height: 50px;
  width: 50px;
  box-shadow: 10px 10px #763e31;
}
#wrap {
  position: relative;
  top: -450px;
}
#img1 {
  height: 450px;
  box-shadow: 14px 14px #763e31;
}
#slideshow {
  float: left;
  margin: 20px 150px;
}
#sliders {
  margin: 10px;
}
p.right {
  float: right;
  margin: 5px;
  width: 600px;
  position: relative;
  top: 70px;
  right: 350px;
  background-color: #dbab82;
  display: block;
  box-shadow: 20px 20px #763e31;
}

button.convert {
  background-color: #dbab82;
  padding: 1px 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  font-family: "quotabold";
  font-weight: bold;
  box-shadow: 10px 10px #763e31;
  height: 50px;
}
input::placeholder {
  font-family: "quotabold";
  font-size: 20px;
  color: #34211d;
}

input {
  border-radius: 5px;
  border: none;
  background-color: #fed4b0;
  margin: 10px;
  height: 50px;
  width: 300px;
  box-shadow: 10px 10px #763e31;
}
input[type="text"],[type="email"],[type="tel"] {
  font-size: 24px;
  font-family: "quotabold";
  font-weight: bold;
  background-color: #fed4b0;
  
}

#converter {
  position: relative;
  display: inline-block;
  width: 400px;
  top: -100px;
  left: 200px;
}

img#sale-book {
  float: right;
  position: relative;
  left: 500px;
  margin: 10px;
  box-shadow: 20px 20px #763e31;
}
span#time {
  font-size: 25px;
}
div#timer-book {
  position: relative;
  top: -190px;
  left: 200px;
  width: 600px;
  padding: 5px;
  font-weight: normal;
  display: inline-block;
  background-color: #dbab82;
  box-shadow: 20px 20px #763e31;
}
canvas {
  z-index: 999;
  position: relative;
}
span.scarlet {
  color: #ed1b34;
  font-weight: bold;
}

#sign-up {
 display: inline-block;
 width: 500px;
 background-color: #dbab82;
 box-shadow: 10px 10px #763e31;
 padding: 20px;
}

#sign-in-btn {
  background-color: #fed4b0;
}

form input {
width: 400px;
}
#demo {
  background-color: #fed4b0;
  box-shadow: none;
}
footer {
  height: 150px;
  text-align: center;
  background-color: #dbab82;
}
footer p {
  padding-top: 75px;
}

@media screen and (max-width: 768px) {
  p.right  {
    float: none;
    top: 950px;
    left: 0;
    width: fit-content;
  }  
}
@media screen and (max-width: 768px) {
  #logo  {
    top: -450px;
    left: -20px;
    width: 500px;
  }  
}
@media screen and (max-width: 768px) {
  #converter  {
    left: 0;
    top: -30px;
  }  
}
@media screen and (max-width: 768px) {
  img#sale-book  {
    left: 0;
    float: none;
  }  
}

@media screen and (max-width: 768px) {
  div#timer-book  {
    left: 0;
top: 50px;
width: 350px;
  }  
}
@media screen and (max-width: 768px) {
  #sign-up  {
    position: relative;
    top: 100px;
    width: 400px;
  }  
}
@media screen and (max-width: 768px) {
form input {
  width: 300px;
}
}

@media screen and (max-width: 768px) {
  div#tic-tac-toe {
    position: relative;
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    position: relative;
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  img {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  #slideshow {
    position: relative;
    right: -30px;
  }
}
@media screen and (max-width: 480px) {
  #slideshow {
    position: relative;
    right: 70px;
  }
}