body {
  margin: 0;
  font-family: 'Alice';
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  background-color: #fff;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.4);
}

a {
  transition: all .3s;
}

a:hover {
  text-decoration: none;
  transition: all .3s;
}

p {
  color: white;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgb(0,0,0);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (min-width: 992px) {
  p {
    font-size: 21px;
  }
}

.h1, h1 {
  font-family: 'Milonga';
  font-size: calc(11px + 4vw);
  text-shadow: 1px 1px 2px rgb(0,0,0);
}

@media (min-width: 992px) {
  .h1, h1 {
    font-size: 52px;
  }
}

.h2, h2 {
  font-size: calc(24px + 1vw);
  text-shadow: 1px 1px 2px rgb(0,0,0);
}

@media (min-width: 992px) {
  .h2, h2 {
    font-size: 36px;
  }
}

.h3, h3 {
  font-size: calc(18px + 1vw);
  text-shadow: 1px 1px 2px rgb(0,0,0);
  line-height: 1.3;
}

@media (min-width: 992px) {
  .h3, h3 {
    font-size: 28px;
  }
}

.h4, h4 {
  font-size: calc(12px + 1vw);
  text-shadow: 1px 1px 2px rgb(0,0,0);
  line-height: 1.4;
}

@media (min-width: 992px) {
  .h4, h4 {
    font-size: 22px;
  }
}

#particles-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 50vw);
  z-index: 0;
}

.content-bottom {
  background-image: url(../../assets/img/body-bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.content-home {
  position: relative;
  z-index: 9999;
  padding-bottom: 24vw;
}

.content-test {
  position: relative;
  z-index: 9999;
  padding-bottom: 24vw;
  max-width: 1600px;
}

.navigation-image {
  position: relative;
  background-image: url(../../assets/img/body-top-576.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  height: 30vw;
}

@media (min-width: 576px) {
  .navigation-image {
    position: relative;
    background-image: url(../../assets/img/body-top-768.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    height: 23vw;
  }
}

@media (min-width: 768px) {
  .navigation-image {
    position: relative;
    background-image: url(../../assets/img/body-top-992.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    height: 18vw;
  }
}

@media (min-width: 992px) {
  .navigation-image {
    position: relative;
    background-image: url(../../assets/img/body-top-1200.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    height: 15vw;
  }
}

@media (min-width: 1200px) {
  .navigation-image {
    position: relative;
    background-image: url(../../assets/img/body-top1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    height: 10vw;
  }
}

.social-icons {
  position: absolute;
  right: 15px;
  z-index: 999;
  font-size: 36px;
  line-height: 40px;
}

.social-icons .icons {
  position: relative;
  color: #003fe0;
  top: 10px;
  margin: 0 5px;
  transition: all .4s;
  text-shadow: 1px 1px 1px white;
}

.social-icons .icons:hover {
  color: #ff0000;
  margin: 0 5px;
  transition: all .3s;
}

.body-bg {
  background: -webkit-linear-gradient(left, #ab0000 1%,#ff0000 50%,#ab0000 100%);
  background: linear-gradient(to right, #ab0000 1%,#ff0000 50%,#ab0000 100%);
}

.social-icons .cameo {
  margin-top: 14px;
  margin-left: 5px;
  margin-right: 3px;
  width: 30px;
  height: 30px;
  background-image: url("../../assets/img/Cameo_Icon.svg");
  background-repeat: no-repeat;
  transition: all .3s;
}

.social-icons .cameo:hover {
  background-image: url("../../assets/img/Cameo_Icon_hov.svg");
  transition: all .3s;
}

