html,
body {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #000000;
  background-image: url(../i/BG-Black-White.jpg);
  background-size: cover;
  position: relative;
  height: 100vh;
  color: #FFFFFF;
}


body,
h1,
h2,
p {
  font-family: "MuseoModerno", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.bgOverlapWrapper {
  position: absolute;
  width: 100vw;
  height: 100%;
  display: block;
  z-index: 2;
  top: 0px;
  left: 0px;
  overflow: hidden;
  transform-origin: center;
}

.bgOverlap {
  position: absolute;
  width: 200vw;
  height: 200vh;
  display: block;
  z-index: 2;
  top: -50vh;
  left: -50vw;
  background-image: url(../i/bgOverlay.svg);
  background-repeat: repeat;
  background-size: auto 100%;

  transform: rotateZ(45deg);
  transform-origin: center;

  animation-name: bgOverlap;
  animation-duration: 100s;
  animation-fill-mode: none;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: normal;
  animation-iteration-count: infinite;
}



@keyframes bgOverlap  {
  0%  		{ background-position: 0% 0%; }
  100% 		{ background-position: 1000% 0%; 	}
}

.wrapper {
  height: auto;
  width: 512px;

  margin: 0 auto;
  position: relative;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);

  text-align: center;
}


h1 {
  margin: 0px;
  padding: 0px;
  display: block;
  height: 256px;
  width: 512px;

  font-size: 0px;
  text-indent: -50000em;

  background: url(../i/cb-art-wb-logo.svg) no-repeat center;
  background-size: 100% auto;
}

h2 {
  border-top: 1px dotted rgba(255,255,255,0.25);
  border-bottom: 1px dotted rgba(255,255,255,0.25);
  margin-bottom: 0px;
}


.links {

  display: block;
}


.links a {
  height: 48px;
  width: 48px;

  display: inline-block;
  vertical-align: top;

  font-size: 0px;
  text-indent: -50000em;

  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

.links .ig { background-image: url(../i/icon-instagram.svg); }
.links .signal { background-image: url(../i/icon-signal.svg); }
.links .tg { background-image: url(../i/icon-telegram.svg); }


.links .signal {
  border-left: 1px solid rgba(255,255,255,0.5);
  border-right: 1px solid rgba(255,255,255,0.5);
}




@media screen and (min-width: 1px) and (max-width: 600px) {


  body {

  }

  .wrapper {
    width: 256px;
  }

  h1 {
    width: 256px;
    height: 128px;
  }

  .links a {
    height: 32px;
    width: 32px;
    background-size: 28px 28px;
  }

  .bgOverlap {
    top: -55vh;
  }

}
