


/* Background Colour */
body {
  background-color: ivory;
  margin-bottom: 40px;}



/* Universal */

@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

@font-face {
  font-family: 'oskon';
  src: 
    url('fonts/ZTBrosOskon90s-Light.otf') format('truetype'),
    url('fonts/ZTBrosOskon90s-LightItalic.otf') format('truetype'),
    url('fonts/ZTBrosOskon90s-Regular.otf') format('truetype'),
}

h1 {
  font-family: oskon, sans-serif;
  font-size: 100px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.0em;
  padding: 40px;
  padding-bottom: 0px;
  padding-top: 90px;
  text-align: center;
  }

h1, h2, h3, h4, h5, h6, a, p, div, strong {
  color: rgb(61, 23, 17);
  text-decoration: none;
}

/* Index */

p.navbar {
  font-family: consolas, sans-serif;
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: right;
  margin-right: 40px;
}

div.search {
  font-family: consolas, sans-serif;
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: right;
  margin-right: 40px;
  margin-bottom: 40px;
  background: none;
}

div.search input[type=text] {
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0;
  text-align: right;
  background: none;
  border: none;
}

h6 {
  font-family: oskon, sans-serif;
  font-size: 26px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.00em;
  line-height: 120%;
  margin-top: 100px;
  margin-bottom:-0px;
  text-align: center;
}

div.dish {
  text-align: center;
}

div.dishno {
  font-family: oskon, sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 120%;
  display: inline;
  margin-right: 4px;
}

a.dishname {
  font-family: oskon, serif;
  font-size: 50px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.00em;
  line-height: 120%;
  display: inline;
}

a:hover {
  font-weight: 600;
}

a:active {
  font-weight: 600;
}

.unfinished {
  text-decoration: line-through;
}

.duck {
  font-size: 60px;
  margin-top: -50px;
  margin-right: 10px;
  float: right;
  width: 80px;
}

.bigduck {
  width: 30%;
  padding-top: 100px;
  float: center;
  margin: auto;
  display: flex;
}

.gohome {
  font-family: oskon;
  font-size: 26px;
  display: block;
  text-align: center;
}




/* Recipe Page */

div.backbutton {
  font-family: consolas, sans-serif;
  font-size: 30px;
  text-align: right;
  padding-top: 20px;
  padding-right: 20px;
  position: fixed;
  top: 40px;
  right: 20px;
}

h2 {
  font-family: oskon, sans-serif;
  font-size: 80px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.0em;
  padding-bottom: 40px;
  padding-right: 20px;
  margin-top: -20px;
  text-align: left;
  margin-left: 40px;
  max-width: 60%;
  line-height: 100%;
}

h3.ingredientstitle {
  font-family: oskon, sans-serif;
  font-size: 45px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.0em;
  padding-right: 20px;
  text-align: right;
  position: fixed;
  top: 110px;
  right: 20px;
}

h3.instructionstitle {
  font-family: oskon, sans-serif;
  font-size: 45px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.0em;
  padding-left: 40px;
  text-align: left;
  padding-top: 160px;
  margin-bottom: -40px;
}

h4 {
  font-weight: bold;
  font-family: oskon, sans-serif;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.0em;
  padding-top: 50px;
  text-align: left;
  margin-left: 40px;
}

h5 {
  font-weight: 600;
  font-family: oskon, sans-serif;
  font-size: 30px;
  font-style: normal;
  letter-spacing: 0.0em;
  line-height: 70%;
  margin-left: 40px;
  margin-bottom: -10px;
  padding-top: 45px;
}

p {
  font-family: oskon, serif;
  font-size: 26px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.00em;
  margin-right: 20px;
  text-align: right;
}

p.dishdesc {
  text-align: left;
  margin-left: 40px;
  max-width: 700px;
}

strong {
  font-weight: 600;
  font-family: consolas, sans-serif;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.0em;
  line-height: 160%;
}

p.serves {
  margin-right: 20px;
  text-align: right;
  position: fixed;
  top: 190px;
  max-width: 700px;
  font-style: italic;
  font-size: 21px;
  right: 20px;
}

p.ingredientslist {
  margin-right: 20px;
  text-align: right;
  position: fixed;
  top: 230px;
  right: 20px;
}

p.thisstep {
  font-size: 21px;
  font-style: italic;
  font-weight: 600;
  margin-left: 40px;
  text-align: left;
  max-width: 45%;
  margin-bottom: -16px;
}

p.instructionsdesc {
  margin-left: 40px;
  text-align: left;
  max-width: 45%;
}

a.sidelink {
  font-family: adobe devanagari, serif;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 120%;
  display: inline;
  text-decoration: underline;
}

.spacer {
  height: 100px;
}

.smallspacer {
  height: 20px;
}