html, body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #00B7FF;
}

#header {
  background-color: rgb(0 0 0 / 36%);
  color: #FFF;
  font-size: 32px;
  padding: 10px;
  position: fixed;
  width: 100%;
  width: 100%;
  z-index: 1;
}

#main-menu {
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  width: 100%;
}

#main-menu .menu-item {
  display: inline-block;
  margin: 0 20px 0 20px;
  text-align: center;
}

#main {
  background: #30383B; 
  color: #FFF;
  font-size: 16px;
}

.image-carousel {
  height: 100%;
  position: relative;
  width: 100%;
}

.image-carousel .image {
  left: 0;
  margin-left: -70%;
  margin-top: -20%;
  position: absolute;
  top: 0;
  /* transform-origin: 0%; */
  transition: transform 70s linear;
  /* width: 100%; */
}

.image-carousel .image.image-animation {
  transform: scale(2);
}

#footer {
  background-color: #000;
  color: #FFF;
  font-size: 12px;
  padding: 10px;
  width: 100%;
}
