@font-face {
  font-family: 'Minecraftia';
  src: url('../fonts/Minecraftia-Regular.ttf');
}
@font-face {
  font-family: 'ComicSans';
  src: url('../fonts/ComicSansMSRegular.woff');
}

html {
  font-size: 10px;
  border-top: 4px solid #ccc;
  border-bottom: 4px solid grey;
  border-left: 4px solid #ccc;
  border-right: 4px solid grey;
}
body {
  /* background-image: url('assets/images/tomato-sauce-background-crop.jpg');
  background-repeat: repeat;
  background-size: 335px 259px; */
  background: url(assets/images/FlodpfQUBSp20.gif);
  font-family: 'Times', 'Times New Roman', serif;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  overflow-x: hidden;
}
header {
  max-width: 960px;
  padding: 0 4rem;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  margin-top: 12.9rem;
  /* outline: 1px solid; */
  /* border-top: 4px solid #ccc;
  border-bottom: 4px solid grey;
  border-left: 4px solid #ccc;
  border-right: 4px solid grey; */
  background: white;
}
.left-wrap, .right-wrap {
  width: 50%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
}
.left-wrap {
  background: url('assets/images/basil-bg.png');
  top: 0; left: 0;
}
.right-wrap {
  background: url('assets/images/tomato-bg.png');
  top: 0; right: 0;
}
marquee {
  background: transparent;
  font-size: 2.7rem;
  color: blue;
  padding: 0 1rem;
  position: absolute;
  top: 8.5rem; left: 0;
  padding: 1rem 0;
  width: 100%;
}
marquee a {
  text-decoration: none;
  color: blue;
}
marquee:hover a {
  color: red;
}

.wrapper p {
  font-size: 2.7rem;
  line-height: 1.1;
  text-align: justify;
  margin-top: 0;
}

nav {
  text-align: center;
  padding: 1rem 0;
  font-size: 1.8rem;
  /* width: 100vw;
  position: absolute;
  top: 5rem;
  left: 4rem;
  margin-top: -2rem; */
}
.address {
  position: relative;
  top: 0;
  font-size: 1.6rem;
  font-family: 'ComicSans', 'comic sans ms', verdana, arial, sans-serif !important;
  line-height: 1.2;
  color: black;
  text-align: center;
}

.button {
  font-size: 2.1rem;
  background: #aaa;
  border-top: 4px solid #ccc;
  border-bottom: 4px solid grey;
  border-left: 4px solid #ccc;
  border-right: 4px solid grey;
  margin-right: 10px;
  padding: 0.25rem 1rem;
  text-decoration: none;
}
.button:hover {
  color: #2CFC0E !important;
  border-top: 4px solid grey;
  border-bottom: 4px solid #ccc;
  border-left: 4px solid grey;
  border-right: 4px solid #ccc;
}
/*.supercounter {
   position: absolute;
  bottom: 1rem; left: 1rem;
} */

.browser-block {
  width: 100vw;
  height: 8rem;
  border-top: 4px solid #ccc;
  border-bottom: 4px solid grey;
  border-left: 4px solid #ccc;
  border-right: 4px solid grey;
  position: fixed;
  top: 0; left: 0;
  background: #aaa;
  z-index: 10;
  -webkit-font-smoothing: none;
}

label {
  display: inline-block;
  width: 150px !important;
  font-size: 14px;
}

.single-full label {
  width: 80px !important;
}

input {
  font-size: 14px;
  height: 2.25rem;
  width: 70%;
  padding: 0 0.5rem;
  border-top: 2px solid grey;
  border-bottom: 2px solid #ccc;
  border-left: 2px solid grey;
  border-right: 2px solid #ccc;
}

form {
  margin-left: 8rem;
  height: 8rem;
  width: 100%;
  font-family: sans-serif;
  font-size: 18px;
  padding-top: 0.5rem;

}

form div {
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  height: 4rem;
  width: 100%;
}

.logo {
  position: absolute;
  top: -4px; right: 4px;
  width: 8rem;
  height: calc(8rem - 4px);
  border-top: 4px solid #ccc;
  border-bottom: 4px solid grey;
  border-left: 4px solid #ccc;
  border-right: 4px solid grey;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #aaa;
}

.logo img {
  max-width: calc(100% - 8px);
  display: block;
  filter: grayscale(1);
  mix-blend-mode: multiply;
}

h1 {
  font-weight: normal;
  margin: 0 auto;
  font-size: 5.4rem;
  text-align: center;
  padding-top: 1.35rem;
}

h1 a {
  color: black;
  text-decoration: none;
  line-height: 1;
}

h1:hover a {
  color: #2CFC0E !important;
}

.basil {
  position: absolute;
  left: 2.5%; top: -1rem;
}

.basil img {
  max-width: 300px;
  display: block;
}

.pizza_now {
  position: absolute;
  left: auto; right: auto;
  top: 45rem;
  width: 180px;
  height: 90px;
  border-radius: 90px / 45px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 2rem;
  font-weight: bold;
}

.pizza_now:hover {
  color: red;
  cursor: pointer;
}

.pizza_man {
  position: absolute;
  left: auto; top: 2rem; right: auto;
}
.pizza_man img {
  max-width: 300px;
  display: block;
}

main {
  flex: 4;
  height: 100%;
  position: relative;
}
.entrance {
  position: absolute;
  top: 50%;
  right: 1rem;
}
.kitty {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
footer {
  height: 18rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: 'ComicSans', 'comic sans ms', verdana, arial, sans-serif !important;
  font-size: 16px;
  color: white;
  position: relative;
}
.technology,
.butyoucanstillsignourguestbook,
.updatednotupdated {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.technology a {
  margin-right: 8px;
}
footer a {
  color: red;
}
.italia {
  display: block;
  margin: 0 auto;
}
ul#extras li {
  display: inline;
  vertical-align: top;
}

footer ul {
  list-style: none;
}
.pizza {
  width: 100%;
  max-width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.pizza {
  padding-right: 2rem;
}
.pizza img {
  width: 100%;
  display: block;
}
.pizza-details {
  font-family: 'Times New Roman', Times, serif !important;
  border: 1px solid;
  padding: 1rem;
  text-align: center;
  color: black;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
form.order {
  width: 100%;
  height: auto !important;
  background: white;
  color: black;
  margin: 0;
  margin-top: 40px;
  padding: 20px;
}

.form-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
}
.form-wrap .single {
  max-width: 50%;
}
.form-wrap input {
  max-width: 70%;
  width: auto;
}
.form-wrap label,
.vertical-wrap label {
  font-family: sans-serif !important;
  font-size: 16px;
  width: auto !important;
}
.vertical-wrap label {
  /* width: 70px !important; */
}
.vertical-wrap {
  width: 100%;
  margin-top: 80px;
  height: auto;
  text-align: left;
}
.wrapper {
  background: white;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom:  1em;
  font-size: 2.4rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 4rem 4rem 10rem;
  z-index: 2;
}
.delivered-hot {
  position: absolute;
  left: auto; bottom: 2rem; right: auto;
}

@media(max-width: 670px) {
  marquee {
    font-size: 2rem;
  }
  .wrapper {
    padding: 0 2rem;
    max-width: 80%;
  }
  .browser-block {
    height: 6rem;
  }
  .logo {
    width: 6rem;
    height: calc(6rem - 4px);
  }
  figure {
  margin: 1rem;
  padding-bottom: 2em;
  }
  figure img {
    max-width: 100%;
  }
  .browser-block form {
    margin-left: 0;
    padding: 0.5rem;
  }
  .browser-block form label{
    padding-bottom: 0.5rem;
  }
  .browser-block form div:nth-of-type(1) {
    display: none;
  }
  header {
  }
  form.order {
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .form-wrap .single {
    max-width: 100%;
  }
  nav {
    top: auto;
    bottom:1rem;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .pizza {
    width: 100%;
    max-width: 80%;
  }
  .vertical-wrap {
    margin-top: 150px;
  }
  /* .address {
    position: fixed;
    top: 1rem;
    left: 10rem;
    z-index: 100;
    line-height: 1.3;
    font-size: 16px;
  } */
  .kitty {
    position: static;
    margin-bottom: 20px;
  }
  .supercounter {
    position: static !important;
  }
  marquee {
    display: none;
  }
}
