html, body {
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
   background-color: #EAEAEA;
}
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* {margin:0;padding:0;border:0 none;position: relative; outline: none;
}

#Layer_1 {
  transform: scale(0.8);
}

.h1 {
  font-family: 'Avenir Light', Tahoma, sans-serif;
  color: #474640;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 16px;
  line-height: 26px;
}
.h1hover a {
  text-decoration: none;
  color: #474640;
  z-index: 1;
}
.h1hover a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #474640;
  visibility: hidden;
  border-radius: 5px;
  transform: scaleX(0);
  transition: .25s linear;
}

.h1hover a:hover:before,
.h1hover a:focus:before {
  visibility: visible;
  transform: scaleX(1);
}

.site {
  position: relative;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sec-1 {
  margin-top: 130px;
}

.sitelogo {
  width: 40%;
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 48px;
}

.sec-2 {
margin-bottom: 20px;
}

.bodymovinanim {
  width: 40%;
  max-width: 42px;
  margin-top: 12px;
  margin-bottom: 30px;
  cursor: pointer;
}

.bodymovinanim path {
  stroke: DimGrey;
}

.bodymovinanim path {
  fill: DimGrey;
}

@media only screen and (max-width: 1024px) {
  .sitelogo {
    width: 70%;
  }
}

@media only screen and (max-width: 768px) {
  .site {
    width: 90%;
  }

  .sitelogo {
    width: 100%;
  }

  .sec-1 {
    margin-top: 32px;
  }
  .sec-2 {
  margin-bottom: 32px;
  }

  .h1 {
    letter-spacing: 0.2em;
    font-size: 14px;
    line-height: 26px;
  }
}
