
body {
    background: url(/img/back.jpg);
    height: 100vh;
    overflow: hidden;
    margin: 0;
    background-size: cover;
}
.name {
	font-size: 79px;
	color: #fff;
	font-family: BebasNeueLight;
}
.namebold {
	font-size: 80px;
	color: #fff;
	font-family: BebasNeueBold;
}

.slogan {
    font-size: 19px;
    font-family: BebasNeueLight;
    letter-spacing: 12px;
    transition: 1s all;
    text-align: center;
    min-width: 280px;
    left: 15px;
    position: absolute;
}

.logotip {
    transition: all 1s ease;
    width: 300px;
    margin: auto;
}
.logotip:hover {
	transition: all 1s ease;
}

#i-have-a-tooltip {
	font-weight: 100;
	font-size: 35px;
	font-family: BebasNeueLight;
}

#i-have-a-tooltip::before {
	content: attr(data-description);
	box-sizing: border-box;
	display: block;
	color: white;
	padding: 20px;
	position: absolute;
	left: 50%;
	width: 232px;
	height: 300px;
	line-height: 37px;
	border-radius: 5px;
	opacity: 0;
	transition: .5s ease-in-out;
	transform: translate(-50%);
	top: 25%;
}

#i-have-a-tooltip:hover::before {
	opacity: 1;
	top: 15% !important;
	transform: rotate(10deg);
}





@keyframes rotate {
  from {
    transform: rotateX(0) rotateY(0) rotateZ(0);
  }
  to {
    transform: rotateX(0deg) rotateY(360deg) rotateZ(0deg);
  }
}
.wrapper {
	overflow: hidden;
	text-align: center;
	position: relative;
	clear: both;
}
.polyhedron {
	vertical-align: middle;
	position: relative;
	margin: 10px auto;
}
.polyhedron .container {
	position: absolute;
	left: 0;
	width: 100%;
	/* height: 100%; */
	animation: rotate 5s ease-in-out infinite;
}
.polyhedron * {
  transform-style: preserve-3d;
}
.polyhedron .triangle {
  position: absolute;
	width: 100px;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform-origin: 50% 100%;
}
.polyhedron .triangle:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 49px solid transparent;
  border-top: 0;
  border-bottom-width: 84px;
}
.polyhedron .triangle:nth-child(8n):before {
  border-bottom-color: #ffe900;
}
.polyhedron .triangle:nth-child(8n+1):before {
  border-bottom-color: #474747;
}
.polyhedron .triangle:nth-child(8n+2):before {
  border-bottom-color: #fdc100;
}
.polyhedron .triangle:nth-child(8n+3):before {
  border-bottom-color: #ffe900;
}
.polyhedron .triangle:nth-child(8n+4):before {
  border-bottom-color: #2b2b2b;
}
.polyhedron .triangle:nth-child(8n+5):before {
  border-bottom-color: #2b2b2b;
}
.polyhedron .triangle:nth-child(8n+6):before {
  border-bottom-color: #474747;
}
.polyhedron .triangle:nth-child(8n+7):before {
  border-bottom-color: #ffd300;
}
.polyhedron .triangle:nth-child(8n+8):before {
  border-bottom-color: #2b2b2b;
}

.icosahedron {
    height: 250px;
    top: 35%;
}
.icosahedron .face:nth-child(1) {
  transform-origin: 50% 13px;
  transform: translateZ(96px) rotateX(-39deg);
  
}
.icosahedron .face:nth-child(2) {
  transform-origin: 50% 13px;
  transform: translateZ(96px) rotate(72deg) rotateX(-39deg);
}
.icosahedron .face:nth-child(3) {
  transform-origin: 50% 13px;
  transform: translateZ(96px) rotate(144deg) rotateX(-39deg);
}
.icosahedron .face:nth-child(4) {
  transform-origin: 50% 13px;
  transform: translateZ(96px) rotate(-144deg) rotateX(-39deg);
}
.icosahedron .face:nth-child(5) {
  transform-origin: 50% 13px;
  transform: translateZ(96px) rotate(-72deg) rotateX(-39deg);
}
.icosahedron .face:nth-child(6) {
	transform: translateZ(96px) rotate(180deg) rotateX(39deg) translate3d(0, -19px, -55px) rotateX(39deg);
}
.icosahedron .face:nth-child(7) {
	transform: translateZ(96px) rotate(36deg) rotateX(39deg) translate3d(-51px, -141px, 45px) rotateX(39deg);
}
.icosahedron .face:nth-child(8) {
	transform: translateZ(96px) rotate(-36deg) rotateX(39deg) translate3d(51px, -141px, 45px) rotateX(39deg);
}
.icosahedron .face:nth-child(9) {
	transform: translateZ(96px) rotate(108deg) rotateX(39deg) translate3d(-83px, -66px, -17px) rotateX(39deg);
}
.icosahedron .face:nth-child(10) {
	transform: translateZ(96px) rotate(-108deg) rotateX(39deg) translate3d(83px, -66px, -17px) rotateX(39deg);
}
.icosahedron .face:nth-child(11) {
  transform-origin: 50% 13px;
  transform: translateZ(-96px) translateY(0) rotate(180deg) rotateX(39deg);
}
.icosahedron .face:nth-child(12) {
  transform-origin: 50% 13px;
  transform: translateZ(-96px) translateY(0) rotate(180deg) rotate(72deg) rotateX(39deg);
}
.icosahedron .face:nth-child(13) {
  transform-origin: 50% 13px;
  transform: translateZ(-96px) translateY(0) rotate(180deg) rotate(144deg) rotateX(39deg);
}
.icosahedron .face:nth-child(14) {
  transform-origin: 50% 13px;
  transform: translateZ(-96px) translateY(0) rotate(180deg) rotate(-144deg) rotateX(39deg);
}
.icosahedron .face:nth-child(15) {
  transform-origin: 50% 13px;
  transform: translateZ(-96px) translateY(0) rotate(180deg) rotate(-72deg) rotateX(39deg);
}
.icosahedron .face:nth-child(16) {
	transform: translateZ(-96px) translateY(-174px) rotate(180deg) rotate(180deg) rotateX(-39deg) translate3d(0, -19px, 55px) rotateX(-39deg);
}
.icosahedron .face:nth-child(17) {
	transform: translateZ(-96px) translateY(-174px) rotate(180deg) rotate(36deg) rotateX(-39deg) translate3d(-51px, -141px, -45px) rotateX(-39deg);
}
.icosahedron .face:nth-child(18) {
	transform: translateZ(-96px) translateY(-174px) rotate(180deg) rotate(-36deg) rotateX(-39deg) translate3d(51px, -141px, -45px) rotateX(-39deg);
}
.icosahedron .face:nth-child(19) {
	transform: translateZ(-96px) translateY(-174px) rotate(180deg) rotate(108deg) rotateX(-39deg) translate3d(-83px, -66px, 17px) rotateX(-39deg);
}
.icosahedron .face:nth-child(20) {
	transform: translateZ(-96px) translateY(-174px) rotate(180deg) rotate(-108deg) rotateX(-39deg) translate3d(83px, -66px, 17px) rotateX(-39deg);
}
.title {
    width: 300px;
    text-align: center;
    display: block;
    clear: both;
    margin: auto;
    top: 65px;
    position: relative;
    color: #9b9b9b;
}
.column {
    width: 360px;
    height: 50vh;
    position: absolute;
    left: calc(50% - 180px);
    top: 40%;
    text-align: center;
}

.column img {
    filter: brightness(15);
    transition: 0.5s all;
}

a img:hover {
    transform: scale(0.9);
    display: block;
    margin: auto;
}

