/*_______ _________ _        _______ 
(       )\__   __/( \      (  ___  )
| () () |   ) (   | (      | (   ) |
| || || |   | |   | |      | |   | |
| |(_)| |   | |   | |      | |   | |
| |   | |   | |   | |      | |   | |
| )   ( |___) (___| (____/\| (___) |
|/     \|\_______/(_______/(_______)*/

*body
{
  margin: 0;
  padding: 0;
 font-family: sans-serif;
}
ul
{
  position: absolute;
  top: 5%;
  right:2%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  display: flex;
}
ul li 
{
  list-style: none;
}
ul li a
{
  position: relative;
  display: block;
  padding: 10px 20px;
  margin: 20px 0;
  text-transform: uppercase;
  color: #ffff;
  font-weight: bold;
  transition: .5s;
}
ul li a:hover
{
    color: rgb(14,33,21);
}
ul li a:before
{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: scaleY(2);
  opacity: 0;
  transition: .5s;
  z-index: -1;

}
ul li a:hover:before
{
  transform: scaleY(1);
  opacity: 1;
}
ul li a:after
{
  content:'';
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height:100%;
  background: rgb(215,234,202);
  transform: scale(0);
  transition: .5s;
  z-index: -1;


}
ul li a:hover:after
{
  transform: scale(1);
}
body {
 background-image: url("../images/PRIVET copy.jpg");

}

@font-face {
  font-family: 'Garamond';
  src:url(garamond/Garamond Regular.ttf);
  font-style: normal;
  font-weight: 100;
}
@font-face{
  font-family: 'Futura';
  src: url(Futura Bold/Futura Bold.otf);
  font-style: normal;
  font-weight: 600;

}
p {
  font-family: garamond;
  font-weight: 100;
  text-align: center;
  color: #ffff
}

h1{
  font-family: futura;
  font-weight: 100;
  text-align: center;
  color: #ffff
}
h2{
  font-family: bodoni;
  font-weight: 200;
  text-align: center;
  color: #ffff
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1500px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
.fotorama {
    margin-top: 10vh;
  }

  #customer-favorites-title {
    margin-top: 5vh;
    margin-bottom: 1vh;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .customer-fav-image {
    width: 100vw;
    height: 100vw;
  }

  #customer-favorites {
  width: 20vw;
  height: 80vw;
  margin-top: 5vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  }


  #menu-items-container {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 70px;
    grid-template-columns: 25vw 25vw 25vw;
    grid-template-rows: 25vw 25vw 25vw;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vh;
  }

}


/*Tablet*/
@media only screen and (max-width: 768px) {

}

/*Desktop*/
@media only screen and (min-width: 1366px) {
  #logo {
    display: inline-block;
  }
  nav {
    float:right;
  }
  nav li { 
    display: inline;
    float: right;
  }

  .fotorama {
    margin-top: 0vh;
    height: 0vh;
  }

  #customer-favorites-title {
    margin-top: 2vh;
    margin-bottom: 2vh;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .customer-fav-image {
  width: 30vh;
  height: 30vh;
  }

  #customer-favorites {
    width: 80vw;
    height: 20vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

}


  #catering-image {
    max-width: 100%;
    grid-column-start: 6;
    grid-column-end: 12;
    grid-row-start: 2;  
  }

#menu-categories-pannel {
    display: block;
  }

.row {
  display: flex;
  flex-wrap: wrap;
  padding:  4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
  


div:hover {
  width: 300px;
}
.fotorama {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}



.customer-fav {
  margin-bottom: 5vh;
}

#menu-categories-pannel {
  position: sticky;
  z-index : 0;
  top: 0;
  left: 0;
  display: none;
  box-shadow: 3px 0 12px -6px grey;
  float: left;
  width: 15vw;
  height: 100vh;
}

#menu-categories-container {
  width: 10vw;
  margin: 5vh auto auto;
}

#menu-categories-container h2 {
  margin-bottom: 10px;
}

/*#menu-items-container {
  display: flex;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vh;
  flex-wrap: wrap;
}*/

#menu-items-container {
  display: grid;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 20vw 20vw 20vw;
  grid-template-rows: 20vw 20vw 20vw;
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vh;
}

.menu-image {
  width: 100%;
  height: 100%;
}


.menu-item {
  box-shadow: 0px 0 12px -6px grey;
/*  grid-column-start: 1;
  grid-column-end: 3;*/
}

#description-container {
  margin-left: 17vw;
  position: fixed;
  bottom: 5vh;
  width: 60vw;
  height: 15vh;
  background-color: white;
  border-style: solid;
  border-width: 5px;
  border-color: #26a54c;
  border-radius: 10px;
  box-shadow: 0px 0 12px -6px grey;
  transform: translateY(30vh);
  transition: transform .5s;
}


/*Mobile*/
@media only screen and (max-width: 440px) {

  h1 {
    color: #083964;
  }

  #nav-links-container {
    margin-top: 50px;
  }

  nav {
    position: fixed;
    top: 0;
    height: 100%;
    background-color: white;
    box-shadow: 3px 0 12px -6px grey;
    transition: transform 1s;
    transform: translateX(-520px);
    width: 60vw;
  }

  #hamburger-icon {
    padding: 6px 8px 0px 8px;
    width: 45px;
    display: inline;
  }

  .fotorama {
    margin-top: 5vh;
  }

  #customer-favorites-title {
    margin-top: 5vh;
    margin-bottom: 1vh;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .customer-fav-image {
    width: 60vw;
    height: 60vw;
  }

  #customer-favorites {
  width: 80vw;
  height: 20vw;
  margin-top: 5vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  }


  #menu-items-container {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 70px;
    grid-template-columns: 25vw 25vw 25vw;
    grid-template-rows: 25vw 25vw 25vw;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vh;
  }

}

* {
  margin: 40;
  padding: 60;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 30px;
  color: #777;
  background: #4CAF50;
}

.container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 150px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 60px;
  font-weight: 1000;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 100;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}