.navbar-toggler {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.back_butcher {
  background: url(/assets/images/TM_BeefPalace_1920_50.webp) no-repeat center
    bottom fixed;
  background-size: cover;
}

.back_parking {
  background: url(/assets/images/parking_lot_1920.webp) no-repeat center top
    fixed;
  background-size: cover;
}

.back_arms_out {
  background: url(/assets/images/arms_out_1920.webp) no-repeat center bottom
    fixed;
  background-size: cover;
}

.back_wall {
  background: url(/assets/images/wall_1920.webp) no-repeat center bottom fixed;
  background-size: cover;
}

.back_wall_blank {
  background: url(/assets/images/blank_wall_1920.webp) no-repeat center bottom
    fixed;
  background-size: cover;
}

.back_arms {
  background: url(/assets/images/looking_away_1920.webp) no-repeat center bottom
    fixed;
  background-size: cover;
}

.back_wall_angle {
  background: url(/assets/images/wall_angle_1920.webp) no-repeat center top
    fixed;
  background-size: cover;
}

.back_within_car {
  background: url(/assets/images/within_car_1920.webp) no-repeat center top
    fixed;
  background-size: cover;
}

#section_intro {
  height: 77vh;
  width: 100vh;
}
#section_intro_contact {
  height: 25vh;
  width: 100vh;
}
#section_intro_images {
  height: 25vh;
  width: 100vh;
}

.nav-item {
  text-align: right;
}

a {
  color: white;
}

H1,
H2 {
  font-weight: bold;
}
