.example{

}
.main-app {
  margin: 120px 50px 0px 500px;
  margin-top: 120px;
  min-height: 1000px;
  color: white;
}
.homepage img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}
.homepage img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  cursor: pointer;
}
body {
  background-color: #000000;
}
.accordion__item {
  padding-top: 80px;
}
.banner {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  min-height: 120px;
  z-index: 9;
  color: white;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 150px;
  background-color: black;
  color: white;
  position: absolute;
  left: 0px;
}
.homepage img {
  max-height: 240px;
  max-width: 240px;
}
.head {
  position: fixed;
  top: 100px;
  left: 4px;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .nav-buttons-pc {
    display: none;
  }
  .nav-mobile {
    display: block;
  }
  .main-app {
    margin: 120px 0px 0px 0px;
  }
  .head {
    position: static;
  }
  body {
    background: #000000;
  }
}
a {
  color: gray;
  text-decoration: underline;
}

/*# sourceMappingURL=less-two.css.map*/