@import url("https://fonts.googleapis.com/css?family=Alex+Brush|Overpass+Mono:600,700");
@import url("https://fonts.googleapis.com/css?family=PT+Sans");
body {
  overflow-x: hidden;
}

/*
  GLOBAL
*/
h2 {
  margin-top: 0;
}

form {
  margin-left: 10%;
}

fieldset h1 {
	text-align: center;
	font-family: "Alex Brush", cursive !important;
  /*font-family: "Brush Script MT", cursive !important;*/
}
	form fieldset {
    background-color: #f5f5dc;
    width: 100%;
	  /*margin: 5%;*/
    font-family: "Century Gothic", sans-serif;
    font-size: 16px;
    padding-left: 5%;
    /*padding: 15px 10px;*/
    /*font-weight: bold;*/
  }
  
  #firstColumnPizza {
    display: table-cell;
    height: 100%;
    padding-left: 2em;
}

#secondColumnPizza {
    display: table-cell;
    height: 100%;
    padding-left: 1em;
}

#firstColumnPizzaFoto {
  display: table-cell;
  height: 100%;
}
.fPasta {
  width: 500px;
  height: 500px;
}


#secondColumnPizzaFoto {
  display: table-cell;
  height: 100%;
  padding-left: 15%;
  padding-top: 10%;
}

#firstColumnPasta {
  display: table-cell;
  height: 100%;
  padding-left: 2em;
  width: 250px;
  height: 250px;
}

#secondColumnPasta {
  display: table-cell;
  height: 100%;
  width: 250px;
  height: 250px;
}

#firstColumnPastaFoto {
display: table-cell;
height: 100%;
padding-left: 10%;
padding-top: 10%;
}

#secondColumnPastaFoto {
display: table-cell;
height: 100%;
padding-top: 0;
}

#firstColumnEnsaladas {
  /*height: 100%;*/
  padding-left: 2em;
  text-align: center;
  width: 350px;
}

#firstColumnEnsaladasFoto {
display: table-cell;
height: 100%;
/*width: 500px;
height: 500px;*/
text-align: center;
padding-top: 15%;
}

#secondColumnEnsaladasFoto {
display: table-cell;
height: 100%;
padding-left: 10%;
}


#firstColumnPlatos {
  /*height: 100%;
  padding-left: 2em;*/
  text-align: center;
  width: 350px;
  height: 300px;
}

#secondColumnPlatos {
  display: table-cell;
  height: 100%;
  padding-left: 1em;
  text-align: center;
}

#firstColumnPlatosFoto {
display: table-cell;
height: 100%;
text-align: center;
padding-left: 20%;
padding-top: 25%;
}

#secondColumnPlatosFoto {
display: table-cell;
height: 100%;
padding-top: 15%;
padding-left: 5em;
}


#firstColumnFocaccia {
  /*height: 100%;
  padding-left: 2em;*/
  text-align: center;
  width: 300px;
  height: 150px;
}

#firstColumnFocacciaFoto {
display: table-cell;
height: 100%;
/*width: 500px;
height: 500px;*/
text-align: center;
padding-left: 5em;
}

#secondColumnFocacciaFoto {
display: table-cell;
height: 100%;
padding-left: 30%;
padding-top: 20%;
}

#firstColumnPostresCaseros {
  /*height: 100%;
  padding-left: 2em;*/
  text-align: center;
  width: 500px;
}

#firstColumnPostresCaserosFoto {
display: table-cell;
height: 100%;
/*width: 500px;
height: 500px;*/
text-align: center;
padding-left: 10%;
}

#secondColumnPostresCaserosFoto {
display: table-cell;
height: 100%;
padding-top: 15%;
}

#firstColumnRefrescos {
  display: table-cell;
  height: 100%;
  padding-left: 2em;
  width: 200px;
  height: 150px;
}

#secondColumnRefrescos {
  display: table-cell;
  height: 100%;
  padding-left: 1em;
  width: 150px;
  height: 150px;
}

#firstColumnRefrescosFoto {
display: table-cell;
height: 100%;

}

#secondColumnRefrescosFoto {
display: table-cell;
height: 100%;
padding-left: 15%;
padding-top: 15%;
}

#firstColumnCervezas {
  /*height: 100%;
  padding-left: 2em;*/
  text-align: center;
  width: 350px;
}

#firstColumnCervezasFoto {
display: table-cell;
height: 100%;
text-align: center;
padding-left: 15%;
padding-bottom: 15%;
}

#secondColumnCervezasFoto {
display: table-cell;
height: 100%;
padding-top: 15%;
}

.fa {
  padding: 8px;
  font-size: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 1px 5px;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}

a {
  text-decoration: none;
  padding-bottom: 5px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
  HEADER
*/
header {
  min-height: 100vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent), /*url("http://zigis.com.au/wp-content/uploads/2014/05/holiday2013_front.jpg") no-repeat center center*/;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  /*
    NAV
  */
  /*
    CENTER HEADER TEXT
  */
}
header nav {
  padding: 15px 35px;
  display: flex;
  position: relative;
}
header nav h2 {
  margin-bottom: 0;
  flex: 1;
  letter-spacing: 3px;
  font-family: "Overpass Mono", monospace !important;
}
header nav h2 #logo {
  color: black;
  text-transform: uppercase;
  border-bottom: solid 2px black;
}
header nav .nav-button {
  color: #c0c0c0;
  font-size: 23px;
}
header nav div {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.2s;
}
header nav div ul {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header nav div ul .exit-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  color: black;
  font-size: 20px;
  padding: 10px;
}
header nav div ul li {
  font-family: "PT Sans", sans-serif !important;
  text-transform: uppercase;
}
header nav div ul li a {
  display: block;
  color: black;
  padding: 15px 5px;
  transition: all 0.4s;
}
header nav div ul li a:hover,
header nav div ul li a .active:hover {
  color: #8b0000;
  border-bottom-color: #8b0000;
}
header .center {
  line-height: 0;
  margin: auto;
  text-align: center;
  color: white;
}
header .center h1 {
  font-family: "Alex Brush", cursive !important;
  color: #8b0000;
  font-size: 80px;
  margin-bottom: 34px;
}
header .center h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 28px;
}
header .center #asterisk {
  color: #8b0000;
  line-height: 0.5;
  font-size: 30px;
  display: flex;
  justify-content: center;
}
header .center #asterisk:before, header .center #asterisk:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 1px;
  width: 0%;
  opacity: 0;
  background: white;
}
header .center #asterisk:before {
  margin-right: 10px;
}
header .center #asterisk:after {
  margin-left: 10px;
}
header .center p {
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
}

nav div.show {
  transform: scale(1);
  opacity: 1;
}

/*
  SECTIONS
*/
/*
  CLASSES
*/
.custom-font {
  font-family: "Alex Brush", cursive;
  color: #8b0000;
  font-size: 75px;
  line-height: 0.5;
}

.add-padding {
  padding: 25px;
}

.center-text {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
  color: #000000;
}
.center-text h2 {
  margin-top: 25px;
  line-height: 0;
}
.center-text p {
  margin-top: 0;
  font-family: "PT Sans", sans-serif;
  line-height: 1.5;
}
.center-text a {
  font-family: "PT Sans", sans-serif;
  color: #8b0000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-bottom: solid 2px #8b0000;
}

.add-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.add-flex .stuffed-cherries {
  background: url("https://s-media-cache-ak0.pinimg.com/736x/61/b1/98/61b19844448b2bad5c78e9a2c6347986.jpg") no-repeat center center;
  background-size: cover;
  height: 315px;
  width: 320px;
}

.center-h1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-h1 {
  text-align: center;
  color: white;
  letter-spacing: 5px;
  margin-bottom: 0;
}
.custom-h1 span {
  letter-spacing: 0;
}

/*
  TASTEFUL RECIPES SECTION
*/
.bread-background {
  background: black url("http://www.performerprosites.com/development/clients/showpalace/wp-content/uploads/2014/05/tasteful-recipies-dinner-theatre.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

/*
  MENU SECTION
*/
.menu {
  padding: 30px;
}
.menu-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.menu-images img {
  width: 100%;
}

/*
  THE PERFECT BLEND SECTION
*/
.cake-background {
  background: black url("http://www.rustiquerichmond.co.uk/wp-content/uploads/2014/06/desert.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

/*
  CULINARY DELIGHT SECTION
*/
.reservation-section {
  margin-bottom: 40px;
}
.reservation-section div:first-child {
  flex: 1;
}
.reservation-section div:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  flex: 1;
}
.reservation-section div:last-child img {
  margin: auto;
  width: 85%;
}

/*
  FOOTER
*/
footer {
  margin: 0;
  position: relative;
  background: #141414;
  color: lightgray;
}
footer button {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -10%);
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.2px;
  line-height: 1.2;
  border-radius: 50%;
  margin-top: 0;
}
footer h4 {
  margin-bottom: 0;
}
footer h5 {
  line-height: 1.5;
}
footer .restaurant-info {
  padding: 35px 40px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .copyright {
  background: #232323;
  color: #969696;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
footer .copyright span {
  border-bottom: solid 1px;
}

/*
  MEDIA QUERIES
*/
@media screen and (max-width: 425px) {
  header,
.bread-background,
.cake-background {
    background-attachment: scroll;
  }
}
@media (min-width: 768px) {
  footer .restaurant-info {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  /*
    NAV
  */
  nav {
    position: initial !important;
    align-items: baseline;
    padding: 20px 70px !important;
  }
  nav .nav-button {
    display: none;
  }
  nav div {
    position: initial !important;
    background: none !important;
    opacity: initial !important;
    transform: initial !important;
  }
  nav div ul {
    position: initial !important;
    flex-direction: row !important;
  }
  nav div ul .exit-menu {
    display: none;
  }
  nav div ul li a {
    font-size: 12.8px;
    margin: 0 10px;
    letter-spacing: 1px;
    padding: 5px 0 !important;
  }
  nav div ul .active {
    border-bottom: solid 1px lightgray;
  }

  .add-padding {
    padding: 50px 0;
  }

  .add-flex {
    flex-direction: row;
    align-items: center;
  }
  .add-flex div:first-child {
    flex: 1;
    padding: 0 50px;
  }
  .add-flex div:last-child {
    min-width: 400px;
    margin: 50px;
  }

  .menu-images {
    flex: 1;
  }
  .menu div:last-child {
    flex: 1;
  }

  /*
    FOOTER
  */
  footer .restaurant-info {
    padding: 20px 80px;
    flex-direction: row;
    justify-content: space-around;
  }
  footer .restaurant-info .locations {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .restaurant-info .locations h4 {
    flex: 1 0 100%;
  }
  footer .restaurant-info .hours {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .restaurant-info .hours h4 {
    flex: 1 0 100%;
  }
  footer .copyright {
    flex-direction: row;
    justify-content: space-around;
  }
}
/* ANIMATIONS */
#asterisk {
  opacity: 0;
  transform-origin: 50% 4%;
  -webkit-animation: spin 0.5s forwards;
          animation: spin 0.5s forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#asterisk::before,
#asterisk::after {
  transform-origin: center center;
  -webkit-animation: grow 0.5s forwards;
          animation: grow 0.5s forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.center p {
  transform: translateY(-40px);
  opacity: 0;
  -webkit-animation: fadeDown 0.9s forwards;
          animation: fadeDown 0.9s forwards;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.center h2 {
  transform: scale(2);
  opacity: 0;
  -webkit-animation: fade 0.5s forwards;
          animation: fade 0.5s forwards;
}

.center h1 {
  transform: translateY(40px);
  opacity: 0;
  -webkit-animation: fadeUp 0.5s forwards;
          animation: fadeUp 0.5s forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fade {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes grow {
  0% {
    opacity: 0;
    width: 0%;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    width: 40%;
  }
}
@keyframes grow {
  0% {
    opacity: 0;
    width: 0%;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    width: 40%;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
    opacity: 0;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
    opacity: 0;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}