/* STYLES BY SARIEL */

/* CSS RESET */

	*{
		margin: 0;
		padding: 0;

}

body {
  background-color: #eee8dc
}

@font-face {
font-family: "archer-book";
src: url("../fonts/Archer-Book-Pro.otf");
}

@font-face {
font-family: "museo";
src: url("../fonts/MuseoSans_500.otf");
}

@font-face {
font-family: "bebas";
src: url("../fonts/BebasNeue Regular.otf");
}

body { 
  width: 100vw; 
	height: 100vh;
}

header{
  width: 100%;
  height: 35%
}

a.nav-item {
  color: black;
  text-decoration: none;
}

h4, figure#social-media {
  float: left;
}

figure#social-media {
  float: right;
}

header li{
  background-color: white;
  float: left;
  display: inline-block;
  padding: 20;
  margin-left: 50px;
  text-align: center;
  font-weight: 4px;
  color: black;
  font-family:"archer-book";
  font-size:2.5vw;
  border: 5px solid black;
  color: black;
  text-decoration: none;
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: -100px;
  padding-top: 0px;
}

figure {
  float: left;
}

  header ul li:hover{
    background-color: black;
    cursor: pointer; 
    color: white;
  }


.container{
    width: 85%;
    margin:auto;
    overflow: hidden;
}

ul{
  margin: 0;
  padding: 0;
  margin-top: .5vw;

}

ul#left {
  margin-left: 8px;
  padding-top: 1vw;
  width: 49%;
  height: 100%;
  text-align: left;
  float: left;
  list-style-type: none;
  font-family: "bebas";
}

ul#right {
  padding-top: 1vw;
  width: 49%;
  height: 100%;
  text-align: right;
  float: left;
  list-style-type: none;
  font-family: "bebas";
}

article {
  background-color: white;
  border: 4px solid black;
  width: 97vw;
  height: 30vw;
  position: center;
  margin-top: 10px; 
  margin-right: auto; 
  margin-bottom: 0px; 
  margin-left: auto;
  border-radius: 10px;
}

article#breakfast {
  background-color: white;
  border: 4px solid black;
  width: 97vw;
  height: 45vw;
  position: center;
  margin-top: 10px; 
  margin-right: auto; 
  margin-bottom: 0px; 
  margin-left: auto;
  border-radius: 10px;
}

article#lunch {
  background-color: white;
  border: 4px solid black;
  width: 97vw;
  height: 50vw;
  position: center;
  margin-top: 10px; 
  margin-right: auto; 
  margin-bottom: 0px; 
  margin-left: auto;
  border-radius: 10px;
}

h3#down {
  transform: translateY(10px);
  transform: translateX(10px);
  color: black;
  width: 125px;
  height: -10px;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 0px;
  padding-left: 7px;
  padding-bottom: 7px;
  line-height: 1em;
  font-family: "bebas";
  font-size: 3vw;
}

h3#down2 {
  transform: translateY(10px);
  transform: translateX(10px);
  color: black;
  width: 110px;
  height: -20px;
  margin-top: 10px;
  margin-right: 5px;
  padding-top: 7px;
  padding-left: 7px;
  padding-bottom: 7px;
  line-height: 1em;
  font-family: "bebas";
  font-size: 3vw;
}

h3#down3 {
  transform: translateY(10px);
  transform: translateX(10px);
  color: black;
  width: 110px;
  height: -10px;
  margin-right: 5px;
  padding-top: 7px;
  padding-left: 7px;
  padding-bottom: 7px;
  line-height: 1em;
  font-family: "bebas";
  font-size: 3vw;
}


p {
  font-family: "museo";
  font-size: 1.5vw;
  margin-bottom: 20px;
}

li {
  font-family: "bebas";
  font-size: 3vw;
  margin-bottom: 2px;
  margin-top: 2px;
}

img#main-page {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

img#logo {
  height: 24vw;
  width: 29vw;
}

figure {
    background-size: cover;
    text-align: center;
    float: center;
    margin: 0;
    padding: 0;
    margin-left: 20px;

  }

#social-icons {
margin-left:85vw;
margin-top:10vw;
}

.social-media-links {
  text-decoration:none;
}

.icons {
  width:2.3vw;
  height: 2.3vw;
  transition:transform 0.8s;
}

.icons:hover {
  transform:scale(1.5);
}

footer {
background-color: black;
font-family:"museo";
font-size: 1.2vw;
width: 100%;
height: 4%;
position: fixed;
right: 0;
bottom: 0;
left: 0;
margin-top: 5px;
}

h4 {
  color: white;
}
 

@keyframes fade {
  0%   { opacity: 0; }
  11.11%   { opacity: 1; }
  33.33%  { opacity: 1; }
  44.44%  { opacity: 0; }
  100% { opacity: 0; }
}

.fadein img { 
    opacity:0; 
    animation-name: fade; 
    animation-duration: 9s; 
    animation-iteration-count: infinite; 
    position:absolute; 
    left:0; 
    right:0; 
}

.fadein img:nth-child(1) { animation-delay: 0s; }
.fadein img:nth-child(2) { animation-delay: 3s; }
.fadein img:nth-child(3) { animation-delay: 6s; }

  @media screen and (max-width: 479px) {


  @media screen and (max-width: 479px) {


    section#mobile-screen {
      width: 375px;
      height: 627px;

    }

    h1 {
      display: block;
    }
  }

    @media screen and (min-width: 1366px) and (max-width: 1919px) {

    section#laptop-screen {
      width: 1366px;
      height: 768px;
    }

    h4 {
      display: block;
    }
  }

button#hamburger-button {
  position: fixed;
  font-size: 2.5em;
  line-height: 0;
  border: 5px solid #000;
  border-radius: 20%;
  padding: 22px 8px 28px 8px;
  top: 20px;
  left: 20px;
  z-index: 100;
  cursor: pointer;
  background-color: transparent;
}

  button#hamburger-icon:hover {
    border-color: #fff;
    color: #fff;
    background-color: rgba(255,255,255,0.5);
  }

    button:hover {
      color: white;
      border-color: white;
      background-color: black;
    }

nav#hamburger-button-nav {
  position: fixed;
  font-size: 12vh;
  padding: 0px 20px 0px 100px;
  box-shadow: 2px 2px 20px 0px black;
  background-color: rgba(128,128,128,0.8);

    transition: transform 1s;
    transform: translateX(-520px);
}

.after-click {
  transform: translateX(100px);
}

  nav ul {
    list-style-type: none;
  }

  nav ul li a {
    text-decoration: none;
    color: black;

  }

  nav ul li a:hover {
    color: white;
  }

  .slide-the-drawer{
    transform: translateX(20vw);
  }

.fotorama{
 position: absolute;
 width: 2px;
  }

h3#welcome {
  transform: translateY(10px);
  transform: translateX(10px);
  color: white;
  width: 125px;
  height: -10px;
  background-color: black;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 0px;
  padding-left: 7px;
  padding-bottom: 7px;
  line-height: 1em;
  font-family: "bebas";
  font-size: 3vw;
}

article#submit {
  background-color: white;
  border: 4px solid black;
  width: 97vw;
  height: 30vw;
  position: center;
  margin-top: 10px; 
  margin-right: auto; 
  margin-bottom: 0px; 
  margin-left: auto;
  border-radius: 10px;
  
}
