	@font-face {
		font-family: myFirstFont;
  		src: url(../css/fonts/fnt1.ttf);
  		}
  		@font-face {
		font-family: mysecFont;
  		src: url(../css/fonts/fnt2.ttf);
  		}
  		@font-face {
		font-family: mythrFont;
  		src: url(../css/fonts/fnt3.ttf);
  		}
		.header {
    background-color: #ebe7e1;
    margin-top: 5%;
    margin-left: 1%;
    margin-right: 1%;
    height: 80px;
    margin-bottom: 6%;
    }

    .logo {
    width: 15%;
    transform: translate(280%,-420%);
    } 
    .line {
    margin-top: -4%;
    height: 5px;
    width: 100%;
    margin-bottom: 1%;
    background-color: black;
    transform: translate(0,-3550%
);
    }
    .menu, .gallery, .order, .contact {
        float: right;
        background-color: transparent;
        text-decoration: none;
        height: 45px;
        font-size: 30px;
        width: 10%;
        margin-top: -1.8%;
        border: none;
        padding-bottom: 0;
        font-family: myFirstFont;
        margin-bottom: -50%;
      }
      .contact {
        margin-right: 5%;
      transform: translate(-0%, 15%);
      }
      .menu {
        margin-right: 5%;
        transform: translate(-800%,15%);
      }
      .order {
        margin-right: 5%;
        transform: translate(-600%,15%);
      }
      .gallery {
        margin-right: 3%;
        transform: translate(-225%,15%);
      }
      .menu:hover, .gallery:hover, .order:hover, .contact:hover {
        color: #c2ae9d;
      }
.brick1, .brick2, .brick3, .brick4, .brick11, .brick22, .brick33, .grid {
	z-index: -1;
	position: relative;
}
.table {
 border-bottom:350px solid #d0bba9;
 width: 100%;
 transform: translate(0,-78%);
 margin: 0;
 padding: 0;
}
.grid {
  width: 40%;
	transform: translate(16%,6%);
}
.brick1 {
	transform: translate(295%, -2005%);
}
.brick2 {
	transform: translate(325%, -1705%);
}
.brick3 {
	transform: translate(265%, -2205%);
}
.brick11 {
	transform: translate(1950%, -850%);
}
.brick22 {
	transform: translate(1960%, -550%);
}
.brick33 {
	transform: translate(1950%, -750%);
}
.brick4 {
	transform: translate(1950%, -950%);
}
.lamp {
	z-index: 1;
	width: 23%;
	transform: translate(-225%, 25%);

}
.topnav {
	visibility: hidden;
}
.canvas {
  width: 15%;
  border-radius: 100%;
  transform: translate(190%, -320%);
}
.bird {
  z-index: 1;
  width:10%;
}
.birdhouse {
  z-index: 2;
  width: 10%;
  transform: translate(-65%, -156% );
}
.bird:hover {
    -webkit-animation: openAnimation 3s both ease-in;
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.birdcage {
  margin-top: -47.9%;
  margin-left: 66%;
  transform: translate(30%,300%);
}
.blog1container {
  z-index: 1;
  width: 10%;
  transform: translate(355%, 0%);
}
.blog1 {
  z-index: -1;
  width: 100%;
  border: 10px solid pink;
}
.blog1:hover {
  width: 110%;
}
.blog2:hover {
  width: 170%;
}
.blog2container {
  width: 10%;
  transform: translate(485%, -270%);
}
.blog2 {
  width: 150%;
   border: 10px solid pink;
}
.dorito1, .dorito2, .dorito3 {
  width: 0%;
  transform: translate(-150%);
}
.doritos1 {
  width: 5%;
  transform: translate(950%, -560%)rotate(45deg);

}
.doritos2 {
  width: 5%;
  transform: translate(950%, -620%)rotate(10deg);

}
.doritos3 {
  width: 5%;
  transform: translate(960%, -575%)rotate(-31deg);

}
.doritos4 {
  width: 5%;
  transform: translate(1050%, -400%)rotate(35deg);

}
.doritos5 {
  width: 5%;
  transform: translate(1060%, -464%)rotate(-11deg);

}
.doritos6 {
  width: 5%;
  transform: translate(1060%, -460%)rotate(-41deg);

}
.doritobag {
  transform: translate(150%, -0%;);
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-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);
}

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

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}