@font-face {
  font-family: 'Mark Pro';
  font-style: normal;
  font-weight: 300;
  src: local("Mark Pro Extra Light"), url("../fonts/MARKPROEXTRALIGHT.woff") format("woff");
}

@font-face {
  font-family: 'Mark Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Mark Pro Book"), url("../fonts/MARKPROBOOK.woff") format("woff");
}

@font-face {
  font-family: 'Mark Pro';
  font-style: normal;
  font-weight: 600;
  src: local("Mark Pro Bold"), url("../fonts/MARKPROBOLD.woff") format("woff");
}

@font-face {
  font-family: 'Mark Pro';
  font-style: normal;
  font-weight: bold;
  src: local("Mark Pro Heavy"), url("../fonts/MARKPROHEAVY.woff") format("woff");
}

body {
  position: relative;
  font-family: 'Mark Pro' sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #0f1926;
  background: #ff026d;
  background: linear-gradient(25deg, #ff026d 0%, #12114a 60%) no-repeat;
  background-size: cover;
}

.white {
  color: #fff !important;
}

.white-9 {
  color: rgba(255, 255, 255, 0.9);
}

.white-7 {
  color: rgba(255, 255, 255, 0.7);
}

.white-5 {
  color: rgba(255, 255, 255, 0.5);
}

.cover-container {
  max-width: 35em;
}

.logos-sm-wrapper {
  max-width: 440px;
  opacity: .8;
}

.logos-sm-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.logo--baltotrader-xl {
  opacity: .8;
}

#knygos-logo {
  max-width: 150px;
  min-width: 100px;
}

#namee-logo {
  max-width: 100px;
}

#zoombook-logo {
  max-width: 110px;
}

.linkedin-link {
  position: relative;
  text-decoration: none !important;
}

.linkedin-link:after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  margin: 10px auto;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, white), color-stop(50%, white), color-stop(65%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, white 35%, white 50%, white 65%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.linkedin-link * {
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.linkedin-link:hover {
  text-decoration: none !important;
  color: #fff;
  opacity: 1;
}

.linkedin-link:hover:after {
  opacity: .3;
}

.linkedin-link:hover * {
  opacity: 1;
}

footer p {
  font-size: .85rem;
}
/*# sourceMappingURL=main.css.map */