html,
body {
  font-family: sans-serif, helvetica;
  background-color: #29323c;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
}

img {
  border-style: none;
}

.block {
  text-align: center;
  padding: 5px 0px 40px;
}

.about {
  padding: 100px 10% 80px;
  background: url(./img/vim.png);
  background-color: #29323c;
}

.social-profiles {
  padding: 90px 0px 20px;
}

.social-profiles .social_icon {
  color: rgba(255, 255, 255, 0.3);
  font-size: 3em;
  text-decoration: none;
  padding: 5px 5px;
}

.social-profiles .social_icon:hover {
  color: #ffffff;
}

.period {
  font-size: 26px;
  padding-bottom: 15px;
}

.my-text {
  font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 40px 40px;
  max-width: 650px;
  margin: 100px auto 0px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
}

.my-text b {
  text-shadow: 0 1px 1px #000;
}

.media {
  margin-top: 100px;
}

.photo {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  margin: 0 auto;
}

.name {
  margin-top: 50px;
  font-size: 45px;
  letter-spacing: 3px;
  line-height: 55px;
  font-weight: 700;
  text-transform: capitalize;
}

.content {
  position: relative;
}

.content .block {
  margin: 0px;
}

.content h2 {
  font-size: 80px;
  margin-bottom: 10px;
}

.cols {
  display: flex;
  flex-direction: row;
}

.info {
  margin: 0px 30px;
}

.rows {
  margin-bottom: 20px;
}

.field {
  opacity: 0.2;
  width: 100px;
  margin-bottom: 5px;
}

.value {
  margin-bottom: 10px;
}

ul {
  margin-left: 0px;
  padding-left: 17px;
}

ul li {
  margin-bottom: 10px;
}

.role {
  border-radius: 20px;
  font-size: 18px;
  padding: 8px 22px;
  display: inline-block;
  margin-bottom: 20px;
}

.capture {
  background: #FFBE00;
  color: #000000;
}

.capture a {
  color: #000000;
}

.capture .role {
  background: #000;
  color: #FFBE00;
}

.facecat {
  background: #e645b0;
  color: #ffffff;
}

.facecat .role {
  background: #ffffff;
  color: #e645b0;
}

.facecat .card a {
  color: #ffffff;
}

.stickerface {
  background: #2458F2;
}

.stickerface a.button {
  color: #2458F2;
}

.stickerface .role {
  background: #ffffff;
  color: #2458F2;
}

.vinci {
  background: #ffffff;
  color: #000000;
}

.vinci a {
  color: #000000;
}

.vinci .role {
  background: #000;
  color: #ffffff;
}

.snapster {
  background: #222436;
  color: #ffffff;
}

.snapster .role {
  background: #ffffff;
  color: #222436;
}

.vk {
  background: #4a76a8;
  color: #ffffff;
}

.vk .role {
  background: #ffffff;
  color: #4a76a8;
}

.button {
  display: inline-block;
  background: #ffffff;
  padding: 20px 40px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 20px;
}

.info {
  text-align: left;
}

br.clear {
  clear: left;
}

.card-col {
  display: flex;
  flex-direction: column;

}

.card-row {
  display: flex;
  flex-direction: row;
  width: 818px;
  margin: 0 auto;
}

.card {
  width: 388px;
  text-align: left;
  font-family: 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-bottom: 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.2);
  margin: 10px;
}

.card h3 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.facecat .card,
.vinci .card {
  background: rgba(0, 0, 0, 0.1);
}

.snapster .card {
  background: rgba(0, 0, 0, 0.3);
}

.vk .card {
  background: #224b7a;
}

.snapster .card li a {
  color: #ffffff;
}

.card-info {
  padding: 32px 32px 0;
}

.card h3 {
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  margin: 0;
  margin-bottom: 18px;
}

.card span {
  font-size: 20px;
  line-height: 28px;
}

.card ul {
  margin-bottom: 30px;
}

.card li {
  font-size: 20px;
  line-height: 28px;
}

.card img {
  width: 388px;
}

.vinci .card img {
  width: 306px;
  margin: 32px 40px 0px;
}

.snapster .card img {
  width: 306px;
  margin: 32px 40px 20px;
}

.vk .card img {
  width: 349px;
  margin: 32px 19px 20px;
}

.card-buttons {
  padding-bottom: 30px;
}

.card .button {
  margin: 5px;
  padding: 10px 15px;
  background: #ffffff;
}

.card .button:hover {
  box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.2);
}

.press {
  max-width: 608px;
  width: 100%;
  display: inline-block;
  margin: 60px 0px 30px;
}

.press-icon {
  padding: 40px 12px;
  cursor: pointer;
}

.press-ph {
  zoom: 0.5;
  width: 320px;
  height: 96px;
}

.card .facecat-screen {
  width: 300px;
  margin: 30px 44px;
}

.facecat .card .button {
  color: #e645b0;
}

.snapster .card .button {
  color: #222436;
}

.media-dots {
  display: inline-block;
  width: 200px;
  text-align: left;
}

.vinci .media-dots {
  width: 290px;
}

.snapster .media-dots {
  width: 290px;
}

.media-dots a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  padding: 12px;
  margin: 0px;
  border-radius: 16px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.press-desc {
  visibility: hidden;
  z-index: 1;

  width: 200px;
  padding: 4px 20px;

  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;

  position: absolute;
  top: 240%;
  left: -20%;


  border-radius: 9px;
  font: 16px;
}

.vinci .press-desc {
  color: #333333;
  background: rgba(0, 0, 0, 0.1);
}

.second-row .press-desc {
  top: 130%;
}

.media-dots a:hover .press-desc {
  visibility: visible;

  animation: odsoky 1s ease-in-out infinite alternate;
}

@keyframes odsoky {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(5px);
  }

}

.rounded {
  border-radius: 20px;
}

.multiply {
  mix-blend-mode: multiply;
}

.card-iframe {
  border: none;
  width: 348px;
  height: 700px;
  border-radius: 24px;
  margin: 20px;
}

.center {
  text-align: center;
}

#ether-layer {
  background: #29323c;
}

#ether-canvas {
  display: block;
  position: fixed;
}

.amafan .press {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.card .ama1-img {
  display: block;
  margin: 30px auto 0px;
  width: 250px;
}

.card .ama2-img {
  display: block;
  margin: 30px auto 0px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.card .ama3-img {
  display: block;
  margin: 30px auto 20px;
  width: 300px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.amafan a {
  color: #000000;
}

.content .amafan {
  background: #5dba53;
}

.amafan {
  color: #000000;
}

.amafan .role {
  background: #000;
  color: #5dba53;
}