html, body {
  background-color: #000;
  color: #FFF;
  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%;
  z-index: 1;

  #title {
    font-size: 20px;
    left: 0;
    line-height: 30px;
    margin-left: 10px;
    position: absolute;
    vertical-align: center;
    display: none;
  }
}

#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;
  font-size: 17px
}

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

.image-carousel {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;

  .image {
    width: 100%;
    height: auto;
    transition: transform 7s ease-in-out; 
    transform-origin: 0 0;
    transform: scale(1) translate(0, 0);
  }
}

/* .image-carousel {
  border: 1px green;

  .image {
    width: 100%;
    height: auto;
    transition: transform .5s ease-in-out;
  }
  .image-animation {
    /* transform: scale(1.5); */
    /* transform-origin: 80% 40%; */
  }
} */

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

#dev {
  background-color: #000;
  color: #FFF;
}
