body.onepage {
    background: url(images/bg27.jpg);
    background-attachment: fixed;
    background-position: center;
    height: 100vh;
    width: 100vw;
    margin: 0px;
}
.log {
    display: table;
    margin: auto;
    max-width: 100%;
}

.log img {
    max-width: 80%;
}
 body.onepage{
  background-image: linear-gradient(to right, #054f7d, #00a7cf, #efe348, #861a54, #054f7d);
  background-size: 600%;
  background-position: 0 0;
  box-shadow: inset 0 0 5em rgba(0, 0, 0, 0.5);
/*   display: flex; */
 overflow-x: hidden;
  /* Animation */
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-name: gradients;

}
@keyframes gradients {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 50% 0;
  }
  50% {
    background-position: 90% 0;
  }
  60% {
    background-position: 60%;
  }
  75% {
    background-position: 40%;
  }
  100% {
    background-position: 0 0;
  }
}
img.image-bx {max-width: 100%;margin: 40px auto;display: table;width: 95%}

.content-wrapper {
    overflow-x: hidden;
    width: 100%;
    float: left;

}

img.image-bx1 {
    max-width: 250%;
    margin: 30px auto;
    display: table;
}