html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  font-family: Open Sans;
  height: 100%;
  font-size: 18px;
  line-height: 28px;
  background-color: #000;
  width: auto;
  margin: 0 auto;
}

header {
  background: black;
  width: 100%;
  height: 95px;
  margin: 0 auto;
}

header nav {
  float: right;
  padding-top: 15px;
}

header nav ul {
  float: right;
  margin: 0 auto;
  margin-top: 8px;
  list-style-type: none;
}

header nav ul li {
  float: left;
}

header nav ul li a {
  text-decoration: none;
  color: whitesmoke;
  font-family: 'Montserrat','Open Sans', sans-serif;
  font-size: 20px;
  margin-left: 15px;
}

header nav ul li a:hover {
  color: rgb(11, 148, 70);
}

div#socialtop a {
  text-decoration: none;
  font-weight: normal;
  color: white;
  font-family: 'social media 2018';
  font-size: 28px;
  margin-left: 8px;
}

div#socialtop a:hover {
  color: rgb(207, 28, 68);
}

.fixed-nav socialtop {
  position: fixed;
  top: 0;
  z-index: 1;
}

section {
  position: relative;
  width: 100%;
  height: 100%;
}

section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
}

section h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font: normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}

#section10 {
  background: url() center center / cover no-repeat;
}

#thanks {
  background-color: #fff;
}

#thanks::after {
  content: none;
}

#thanks div {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#thanks h2 {
  margin-bottom: 60px;
  color: #333;
  font: normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}

#thanks p {
  color: #333;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
}

#thanks p a {
  color: #333;
  text-decoration: none;
  transition: color .3s;
}

#thanks p a:hover {
  color: #888;
}

.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font: normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}

.demo a:hover {
  opacity: .5;
}

#section10 a {
  padding-top: 60px;
}

#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

#logo {
  height: 100px;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 40px;
  margin-right: 10px;
  margin-top: -20px;
}

body {
  background-position: center;
  background-size: cover;
  background-blend-mode: soft-light;
  color: #000000;
  font-family: "klinicslabbold", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
}

PastaLogo {
  display: block;
  text-align: center;
  width: 1600px;
  height: 200px;
  background-image: url("https://i.imgur.com/hprdRAa.png");
  background-position: 50% 0%;
  background-repeat: no-repeat;
  letter-spacing: 02px;
  font-family: 'Montserrat','Open Sans', sans-serif;
  color: white;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: 200px;
  padding-top: 40px;
}

h1 {
  text-align: center;
  font-family: "KlinicSlabLight", Open Sans;
}

h3, h4, h5, h6 {
  font: 700 54px/1.2 'Montserrat', serif;
  margin: 0 0 20px;
  color: white;
}

h2 {
  font-size: 50px;
  margin: 0 0 18px;
  font-family: 'KlinicSlabLight';
}

h3 {
  display: block;
  text-align: center;
  width: 1000px;
  height: 100px;
  background-image: url("");
  background-position: 50% 80%;
  background-repeat: no-repeat;
  letter-spacing: 0px;
  font-family: 'KlinicSlab-Bold', Open Sans;
  color: white;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: px;
  padding-top: 60px;
  margin: 0 0 18px;
}

h4 {
  font-size: 20px;
  margin: 0 0 10px;
}

h5 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 8px;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 5px;
}

.button {
  border: 2px solid black;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
}

.default {
  border-color: #e7e7e7;
  color: white;
  text-decoration: none;
}

.default:hover {
  background: #7B573E;
}

a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a.hours-menu-link:hover {
  color: #0B9446;
}

.MainContainer {
  perspective: 1px;
  transform-style: preserve-3d;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.ContentContainer {
  position: relative;
  display: block;
  background-color: #fff;
  z-index: 1;
  color: #000;
}

.Content {
  max-width: 750px;
  margin: 0 auto;
  padding: 75px 0;
}

.ContentContainer2 {
  position: relative;
  display: block;
  background-color: black;
  background: url("https://i.imgur.com/JNJXB9k.png");
  opacity: 1.0;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 0;
  line-height: 300px;
  padding-top: 50px;
  font-size: 18px;
  line-height: 28px;
}

p {
  margin: 0px 0;
  font-family: 'Montserrat', sans-serif;
}

.ParallaxContainer {
  display: flex;
  flex: 1 0 auto;
  position: left;
  z-index: -1;
  height: 70vh;
  justify-content: center;
  align-items: center;
  transform: translateZ(-1px) scale(2);
  background: url("https://i.imgur.com/FabTkdF.png");
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center;
}

.menu {
  border-bottom: 1px dotted #DDD;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.menu-classic img {
  margin: 0 0 10px;
}

.menu-title, .menu-price {
  font-size: 16px;
  margin: 0;
}

.menu-detail {
  font-size: 14px;
}

.menu-price-detail {
  position: relative;
  text-align: right;
}

.menu-label {
  background: #7b573e;
  position: relative;
  display: inline-block;
  padding: 2px 10px 0px 10px;
  font-family: 'Montserrat''Open Sans', serif;
  letter-spacing: 1px;
  font-style: italic;
  font-size: 13px;
  float: right;
  top: 5px;
}

