.videoback {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 0;
}


.videoback  video {
  object-fit: cover;
}

.hero_logo {
  z-index: 1;
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero_logo img   {
width: 100%;
        }

.spacer {
  height: 100%;
}


.info_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  z-index: 2;
  position: absolute;
  padding: 0px;
  box-sizing: border-box;
}

.bar {
  height: 30px;
  background-image: url("../img/patternbar.png");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto 100%;
  width: 100%;

}

.about_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;
  background-image: url("../img/aboutback.png");
  background-position: center;
  background-size: cover;
}

.about_grp {
  padding: 100px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



.define {
color: #FFFFFF;
font-size: 30px;
font-family: 'microbrewtwo';
padding-top: 15px;
letter-spacing: 4px;
}

.define_from {
  color: #FFFFFF;
  font-size: 10;
  letter-spacing: 2px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.about_txt {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  max-width: 1280px;
  text-align: left;
  padding: 25px;
}

.menu_button {
padding: 15px;
background-color: #87189D;
font-size: 14;
letter-spacing: 2px;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
color: #FFFFFF;
box-sizing: border-box;
border: none;
cursor:pointer;
}
.peru {
  padding-top: 50px;
}


.food_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  padding: 0px;
  box-sizing: border-box;
}

.food_grp {

  box-sizing: border-box;
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: left;
}

.food1 {
  height: 300px;
  width: 50%;
  background-image: url("../img/food1.png");
  background-position: center;
  background-size: cover;
}

.food2 {
  height: 300px;
  width: 50%;
  background-image: url("../img/food2.png");
  background-position: center;
  background-size: cover;
}

.food3 {
  height: 300px;
  width: 50%;
  background-image: url("../img/food3.png");
  background-position: center;
  background-size: cover;
}

.food4 {
  height: 300px;
  width: 50%;
  background-image: url("../img/food4.png");
  background-position: center;
  background-size: cover;
}


.elias_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  padding: 0px;
  box-sizing: border-box;
}

.elias_grp {

  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: left;
}

.elias_bio {
width: 50%;
  padding: 100 0 100 100;
  box-sizing: border-box;
}

.bio_title {
  font-size: 55px;
  font-family: 'microbrewtwo';
  letter-spacing: 4px;
  text-align: center;
  padding-bottom: 15px;
}

.bio_txt {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
}

.elias_photo {
  width: 50%;

}

.elias_photo img {
  width: 100%;
}

.elias_social {
    color: #000000;
    font-size: 50px;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.elias_social a:link {
color: #000000;
text-decoration:none;
}

/* visited link */
.elias_social a:visited {
color: #000000;
text-decoration:none;
}

/* mouse over link */
 .elias_social a:hover {
color: #000000;
text-decoration:none;
}

/* selected link */
.elias_social a:active {
color: #000000;
text-decoration:none;
}

.chicha {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #3C1053;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;

}

.chicha_grp {
  padding: 100px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.chicha_info {
  padding: 0 50 0 50;
}

.chicha_title {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 4px;
  color: #ffffff;
  padding: 15px;
}

.chicha_subtitle {
  font-family: 'microbrewtwo';
  font-size: 25px;
  letter-spacing: 2px;
  color: #ffffff;
  padding: 0 0 0 0;
  text-transform: uppercase;
}

.chicha_txt {
  font-family: 'microbrewtwo';
  font-size: 20px;
  letter-spacing: 2px;
  color: #E10098;
  padding: 0;
  text-transform: uppercase;
}

.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  padding: 0px;
  box-sizing: border-box;
  text-align: center;

}

.footer_grp {
  padding: 100px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.social {
  color: #FFFFFF;
  font-size: 50px;
}

.contact_grp {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contact {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 50 10 50 10;
  text-transform: uppercase;
}

.copyright {
  font-size: 8px;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 50px;
  text-transform: uppercase;
}

.text {
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 4px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.contactbar {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 2px;
  padding: 25 10 25 10;
  text-transform: uppercase;
}

.inactive {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.sound-bar {
  display: flex;
  flex-direction: row;
    align-items: center;
    justify-content: center;
	background-color: #000000;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
	padding: 0;
	position: fixed;
		bottom: 0;
		left: 0;
	width: 100%;
  text-align: center;
	z-index: 80; /* hide behind footer at bottom of page */
}
