@font-face {
  font-family: ChineseDragon;
  src: url("../img/ChineseDragon.ttf");
}

@media only screen and (max-width: 700px) {
  #bigscreen {
    display: none;
  }
}

@media only screen and (min-width: 700px) {
  #navbar {
    display: none;
  }
}

.container {
  background-image: url("../img/background.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: auto;
}

.body {
  background-image: url("../img/plate.jpg");
  text-align: center;
}

#cook {
  height: 380px;
  width: auto;
  display: block;
}

#cook:active {
  height: 375px;
  width: auto;
}

@media only screen and (max-width: 500px) {
  #cook {
    height: 200px;
    width: auto;
  }
  #cook:active {
    height: 195px;
    width: auto;
  }
}

@media only screen and (min-width: 500px) {
  .row1 {
    min-height: 385px;
  }
}

@media only screen and (max-width: 500px) {
  .row1 {
    min-height: 205px;
  }
}

.btn1 {
  margin-left: 50%;
  margin-right: 50%;
  margin: auto;
}

.btn1 {
  -webkit-box-shadow: 9px 10px 7px 4px #3d4d39;
  box-shadow: 9px 10px 7px 4px #3d4d39;
  background-color: transparent;
  border-radius: 15px;
  border: 1px solid #2c332d;
  display: inline-block;
  cursor: pointer;
  color: red;
  font-family: ChineseDragon;
  font-size: 2.5em;
  padding: 17px 75px;
  text-decoration: none;
  text-shadow: 5px 5px 0px black;
  width: 370px;
}

.btn1:hover {
  background-color: orangered;
  color: white;
}

.btn1:active {
  background-color: green;
}

.btn2 {
  -webkit-box-shadow: 9px 10px 7px 4px #3d4d39;
  box-shadow: 9px 10px 7px 4px #3d4d39;
  background-color: transparent;
  border-radius: 15px;
  border: 1px solid #2c332d;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: ChineseDragon;
  font-size: 1.5em;
  padding: 3px 75px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #2f6627;
}

.btn2:hover {
  background-color: orangered;
}

.indicator {
  text-align: center;
  font-size: 2em;
  font-family: ChineseDragon;
  background-color: orangered;
  border-radius: 4px;
  color: white;
}

.indicator1 {
  text-align: center;
  font-size: 10em;
  font-family: ChineseDragon;
  background-color: orangered;
  border-radius: 4px;
  color: white;
}

#cookie {
  margin-left: 50%;
  margin-right: 50%;
  margin: auto;
}

.material {
  margin-left: 50%;
  margin-right: 50%;
  margin: auto;
}

h1 {
  font-family: ChineseDragon;
  font-style: italic;
  color: orangered;
  font-size: 700%;
}

.nav {
  color: white;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */