a {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: 'Muli', sans-serif;
  width: 100%;
  margin: 0;
  background-color: black;
}

.orange-text {
  color: #F89336;
}

.addressHide {
  height: 0;
  width: 0;
  position: fixed;
}

.addressHide .addressContent {
  opacity: 0;
}

.addressShow {
  z-index: 10;
  height: 100vh;
  width: 100vw;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
}

.addressShow .addressContent {
  opacity: 1;
  position: absolute;
  width: 800px;
  height: 350px;
  object-fit: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #212121;
  border-radius: 30px;
  padding: 30px;
  color: #F89336;
}

.addressTextBox {
  height: 100%;
  padding: 20px;
}

.addressImg {
  height: 100%;
}

.addressImg img {
  width: 80%;
}

.maincontainer {
  width: 100%;
}

.h100pc {
  height: 100%;
}

.vh10 {
  height: 10vh;
}

.vh20 {
  height: 20vh;
}

.vh60 {
  height: 60vh;
}

.vh80, .vh80-20, .vh80-40 {
  height: 80vh;
}

.middle {
  width: 100%;
  height: 60vh;
}

.links {
  width: 100%;
  height: 20vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.item {
  font-size: 1.5em;
  background-color: black;
  height: 70px;
  width: 150px;
}

.item figure {
  opacity: 0;
  z-index: 2;
}

.item a {
  color: #F89336;
  z-index: 3;
  opacity: 1;
}

.item:hover a {
  color: black;
}

.item:hover figure {
  opacity: 1;
}

.orange-border {
  padding: 10px;
  border: 1px solid #F89336;
  border-radius: 25%;
}

.orange-border:hover {
  border: none;
}

.flame2 {
  left: -15px;
}

.flame {
  left: -50px;
}

.flame3 {
  left: -30px;
}

.flame-EA {
  left: -30px;
}

.flame-Inn {
  left: -25px;
}

.flame-LB {
  left: -25px;
}

.flame-GW {
  left: -30px;
}

.flame-RD {
  left: -25px;
}

.mySlides {
  display: none;
  font-size: 1.5em;
  color: #F89336;
}

@media screen and (max-width: 601px) {
  .vh80-20 {
    height: 20vh;
  }
  .vh80-40 {
    height: 40vh;
  }
  .addressImg {
    display: none;
  }
  .addressShow .addressContent {
    width: 100vw;
    height: 100vh;
    font-size: 1rem !important;
  }
}
