/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background: black; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.center {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px; }

.center--full {
  max-width: 100%; }

.center--1400 {
  max-width: 1400px; }

.center--1200 {
  max-width: 1200px; }

.center--1120 {
  max-width: 1120px; }

.center--960 {
  max-width: 960px; }

.center--800 {
  max-width: 800px; }

.center--640 {
  max-width: 640px; }

.center--540 {
  max-width: 540px; }

.center--480 {
  max-width: 480px; }

::-ms-clear {
  width: 0;
  height: 0; }

::-ms-reveal {
  width: 0;
  height: 0; }

::selection {
  color: white;
  background: #D81B60;
  /* WebKit/Blink Browsers */ }

html {
  font-size: 62.5%; }

body {
  font-size: 14px;
  font-family: "Open Sans", Open-Sans, helvetica, arial;
  line-height: 1.2;
  color: white;
  text-rendering: optimizeLegibility; }

body,
input,
button {
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-family: "Open Sans", Open-Sans, helvetica, arial; }

em,
.text-italic {
  font-style: italic; }

strong,
.text-bold {
  font-weight: 600; }

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.link-primary {
  color: #2196F3;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }
  .link-primary:hover, .link-primary:active {
    text-decoration: underline; }
  .link-primary:hover {
    color: #1976D2; }
  .link-primary:active {
    color: #0D47A1;
    text-decoration: underline; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-italic {
  font-style: italic; }

.text-break {
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block; }

.text-green {
  color: #43A047 !important; }

.text-blue {
  color: #1565C0 !important; }

.text-pink {
  color: #D81B60 !important; }

.text-red {
  color: #E53935 !important; }

.text-yellow {
  color: #F57F17 !important; }

.text-grey {
  color: #424242 !important; }

.text-grey--300 {
  color: #E0E0E0 !important; }

.text-white {
  color: white !important; }

.text-white--80 {
  color: rgba(255, 255, 255, 0.8); }

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto; }

code {
  font-family: consolas, monaco, courier, "courier new";
  line-height: inherit;
  font-size: 14px; }

pre {
  display: block;
  background: #E0E0E0;
  font-family: consolas, monaco, courier, "courier new";
  color: black;
  padding: 24px; }
  pre code {
    padding: 2px 0 !important;
    display: block !important; }

.heading-1 {
  font-size: 56px;
  font-weight: 800;
  font-family: "gilroy", "Signika", "Open-Sans", helvetica, arial;
  line-height: 1.2;
  color: #424242; }
  @media screen and (max-width: 1160px) {
    .heading-1 {
      font-size: 28px; } }
  @media screen and (max-width: 800px) {
    .heading-1 {
      font-size: 24px; } }

.heading-2 {
  font-size: 40px;
  font-weight: bold;
  font-family: "gilroy", "Signika", "Open-Sans", helvetica, arial;
  line-height: 1.2; }
  @media screen and (max-width: 1160px) {
    .heading-2 {
      font-size: 24px; } }
  @media screen and (max-width: 800px) {
    .heading-2 {
      font-size: 22px; } }

.heading-3 {
  font-size: 32px;
  font-weight: bold;
  font-family: "gilroy", "Signika", "Open-Sans", helvetica, arial;
  line-height: 1.4; }
  @media screen and (max-width: 800px) {
    .heading-3 {
      font-size: 20px; } }

.heading-4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4; }
  @media screen and (max-width: 800px) {
    .heading-4 {
      font-size: 16px; } }

noselect,
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

nowrap,
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.hide {
  display: none; }

.typography {
  font-family: "Open Sans", Open-Sans, helvetica, arial;
  font-size: 16px;
  line-height: 1.4;
  color: #424242; }
  .typography a {
    color: #E91E63;
    text-decoration: underline; }
    .typography a:hover {
      color: #C2185B; }
    .typography a:active {
      color: #880E4F; }
    .typography a:visited {
      color: #E91E63; }
  .typography p {
    line-height: 1.6;
    margin: 8px 0 20px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
    .typography p:first-child {
      margin-top: 0; }
  .typography ol {
    list-style: decimal; }
  .typography ul {
    list-style: disc; }
  .typography ul, .typography ol {
    margin: 8px 0 24px;
    padding: 0 0 0 20px; }
  .typography h1 {
    margin: 32px 0 16px;
    font-size: 40px; }
  .typography h2 {
    margin: 24px 0 12px;
    font-size: 32px; }
  .typography h3 {
    margin: 24px 0 8px;
    font-size: 24px; }
  .typography h4 {
    margin: 24px 0 8px;
    font-size: 20px; }
  .typography h5 {
    margin: 16px 0 0; }
  .typography h6 {
    margin: 16px 0 0; }
  .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    font-weight: bold;
    line-height: 1.2; }
    .typography h1:first-child, .typography h2:first-child, .typography h3:first-child, .typography h4:first-child, .typography h5:first-child, .typography h6:first-child {
      margin-top: 0; }
  .typography code {
    display: inline-block;
    word-break: keep-all;
    padding: 2px 4px;
    line-height: 16px;
    border-radius: 3px;
    background: #E0E0E0; }
  .typography img {
    max-width: 100%;
    display: block; }
  .typography blockquote {
    margin: 24px 0; }

.typography p:last-child,
.typography a:last-child,
.typography h4:last-child,
.typography ul:last-child,
.typography ol:last-child {
  margin: 0; }

.typography--on-dark,
.typography--white {
  color: #EEEEEE; }

.typography--large {
  font-size: 18px; }

@font-face {
  font-family: 'Flaticons Stroke';
  src: url("../fonts/flaticons-stroke/flaticons-stroke.eot");
  src: url("../fonts/flaticons-stroke/flaticons-stroke.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticons-stroke/flaticons-stroke.woff") format("woff"), url("../fonts/flaticons-stroke/flaticons-stroke.ttf") format("truetype"), url("../fonts/flaticons-stroke/flaticons-stroke.svg#flaticons-stroke") format("svg"); }

@font-face {
  font-family: 'Flaticons Social';
  src: url("../fonts/flaticons-social/flaticons-social.eot");
  src: url("../fonts/flaticons-social/flaticons-social.eot?#iefix") format("embedded-opentype"), url("../fonts/flaticons-social/flaticons-social.woff") format("woff"), url("../fonts/flaticons-social/flaticons-social.ttf") format("truetype"), url("../fonts/flaticons-social/flaticons-social.svg#flaticons-social") format("svg"); }

.social-icon:before {
  font-family: 'Flaticons Social'; }

.flat-icon:before {
  font-family: 'Flaticons Stroke'; }

.flat-icon:before,
.social-icon:before {
  line-height: 1;
  display: block;
  vertical-align: middle;
  text-align: center;
  font-weight: normal !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

.facebook-icon:before {
  content: '\e7d0'; }

.twitter-icon:before {
  content: '\e7d1'; }

.pinterest-icon:before {
  content: '\e7d5'; }

.googleplus-icon:before {
  content: '\e7d9'; }

html {
  height: 100%;
  width: 100%;
  min-width: 320px;
  background: #191919;
  overflow-y: scroll;
  overflow-x: hidden; }

.layout {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: #191919;
  padding: 24px 24px 56px 24px; }

.layout__header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0; }

.layout__header--hidden {
  transform: translateY(-100%);
  opacity: 0; }

.layout__content {
  position: relative;
  min-height: 100%;
  background: #303030; }

.layout__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 56px;
  width: 100%;
  background: #191919; }
  @media screen and (max-width: 800px) {
    .layout__footer {
      position: static;
      height: auto; } }

.page__content {
  width: 50%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 1160px) {
    .page__content {
      width: 60%; } }
  @media screen and (max-width: 800px) {
    .page__content {
      min-height: auto;
      width: auto;
      display: block; } }

.page__canvas {
  display: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page__work {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: white;
  background-image: url("../images/image-grid.png");
  background-size: cover; }
  @media screen and (max-width: 1160px) {
    .page__work {
      width: 40%; } }
  @media screen and (max-width: 800px) {
    .page__work {
      position: static;
      width: auto;
      height: 480px; } }

.header {
  position: relative;
  height: 160px;
  width: 160px;
  padding: 24px;
  text-align: center;
  background: linear-gradient(135deg, #1a1a1a 50%, rgba(26, 26, 26, 0) 50%); }

.header__logo {
  cursor: pointer;
  opacity: 0.8;
  font-size: 24px;
  font-weight: bold;
  display: block;
  height: 40px;
  padding: 2px 0; }
  .header__logo:hover {
    opacity: 1; }
  .header__logo:active {
    opacity: 1;
    transform: translateY(2px); }
  .header__logo:before {
    content: '';
    display: block;
    width: 32px;
    height: 36px;
    background-color: white;
    background: url("../images/khd-logo.svg");
    background-size: 32px 36px;
    background-repeat: no-repeat; }

.footer {
  position: relative; }

.footer__message {
  padding: 16px;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
  color: #9E9E9E; }

.button-white {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  padding: 16px 24px;
  background: white;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 0 black; }
  .button-white:hover {
    background: #ececec; }
  .button-white:active {
    background: #ececec;
    transform: translateY(2px);
    box-shadow: none; }

.button-stroke {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: block;
  padding: 16px 24px;
  background: transparent;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  border-radius: 8px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8); }
  .button-stroke:hover {
    color: #333;
    background: #ececec;
    box-shadow: 0 4px 0 black; }
  .button-stroke:active {
    background: #ececec;
    box-shadow: none;
    transform: translateY(2px); }

.cssanimations .anim--hidden {
  opacity: 0;
  user-select: none;
  pointer-events: none; }

.cssanimations .anim--delay:nth-child(1) {
  animation-delay: 000ms; }

.cssanimations .anim--delay:nth-child(2) {
  animation-delay: 040ms; }

.cssanimations .anim--delay:nth-child(3) {
  animation-delay: 080ms; }

.cssanimations .anim--delay:nth-child(4) {
  animation-delay: 120ms; }

.cssanimations .anim--delay-40 {
  animation-delay: 040ms; }

.cssanimations .anim--delay-80 {
  animation-delay: 080ms; }

.cssanimations .anim--delay-120 {
  animation-delay: 120ms; }

.cssanimations .anim--delay-160 {
  animation-delay: 160ms; }

.cssanimations .anim--delay-200 {
  animation-delay: 200ms; }

.cssanimations .anim--delay-240 {
  animation-delay: 240ms; }

.cssanimations .anim--delay-280 {
  animation-delay: 280ms; }

.cssanimations .anim--delay-320 {
  animation-delay: 320ms; }

.cssanimations .anim--delay-360 {
  animation-delay: 460ms; }

.cssanimations .anim--delay-400 {
  animation-delay: 400ms; }

.cssanimations .anim--delay-440 {
  animation-delay: 440ms; }

.cssanimations .anim--delay-480 {
  animation-delay: 480ms; }

.cssanimations .anim--in-right {
  opacity: 0;
  animation-name: slide-in-right;
  animation-duration: 240ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes slide-in-right {
  000% {
    opacity: 0;
    transform: translateX(40px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.cssanimations .anim--in-left {
  opacity: 0;
  animation-name: slide-in-left;
  animation-duration: 240ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes slide-in-left {
  000% {
    opacity: 0;
    transform: translateX(-40px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.cssanimations .anim--in-top {
  opacity: 0;
  animation-name: slide-in-top;
  animation-duration: 240ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes slide-in-top {
  000% {
    opacity: 0.4;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.cssanimations .anim--in-bot {
  opacity: 0;
  animation-name: slide-in-bottom;
  animation-duration: 240ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes slide-in-bottom {
  000% {
    opacity: 0.4;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.cssanimations .anim--out-top {
  opacity: 1;
  animation-name: slide-out-top;
  animation-duration: 240ms;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }

@keyframes slide-out-top {
  000% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }

.cssanimations .anim--out-bot {
  opacity: 1;
  animation-name: slide-out-bot;
  animation-duration: 240ms;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }

@keyframes slide-out-bot {
  000% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(40px); } }

.cssanimations .anim--out-left {
  opacity: 1;
  animation-name: slide-out-left;
  animation-duration: 240ms;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }

@keyframes slide-out-left {
  000% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(-40px); } }

.cssanimations .anim--out-right {
  opacity: 1;
  animation-name: slide-out-right;
  animation-duration: 240ms;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }

@keyframes slide-out-right {
  000% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(40px); } }

.cssanimations .anim--scale-up-in {
  opacity: 0;
  animation-name: scale-up-in;
  animation-duration: 240ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes scale-up-in {
  000% {
    opacity: 0.4;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.cssanimations .anim--scale-up-out {
  opacity: 0;
  animation-name: scale-up-out;
  animation-duration: 240ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes scale-up-out {
  000% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1.1); } }

.cssanimations .anim--scale-down-in {
  opacity: 0;
  animation-name: scale-down-in;
  animation-duration: 320ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes scale-down-in {
  000% {
    opacity: 0.4;
    transform: scale(1.1); }
  100% {
    opacity: 1;
    transform: scale(1); } }

.cssanimations .anim--scale-down-out {
  opacity: 0;
  animation-name: scale-down-out;
  animation-duration: 240ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes scale-down-out {
  000% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(0.9); } }

.anim--in-z1 {
  animation-name: in-z1;
  animation-duration: 320ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes in-z1 {
  000% {
    transform: translateX(24px); }
  100% {
    transform: translateX(0); } }

.anim--in-z2 {
  animation-name: in-z2;
  animation-duration: 320ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes in-z2 {
  000% {
    transform: translateX(38.4px); }
  100% {
    transform: translateX(0); } }

.anim--in-z3 {
  animation-name: in-z3;
  animation-duration: 320ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes in-z3 {
  000% {
    transform: translateX(52.8px); }
  100% {
    transform: translateX(0); } }

.anim--in-z4 {
  animation-name: in-z4;
  animation-duration: 320ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes in-z4 {
  000% {
    transform: translateX(67.2px); }
  100% {
    transform: translateX(0); } }

.anim--in-z5 {
  animation-name: in-z5;
  animation-duration: 320ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes in-z5 {
  000% {
    transform: translateX(81.6px); }
  100% {
    transform: translateX(0); } }

.anim--out-z1 {
  animation-name: out-z1;
  animation-duration: 320ms;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }

@keyframes out-z1 {
  000% {
    transform: translateX(0); }
  100% {
    transform: translateX(-24px); } }

.anim--out-z2 {
  animation-name: out-z2;
  animation-duration: 320ms;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }

@keyframes out-z2 {
  000% {
    transform: translateX(0); }
  100% {
    transform: translateX(-38.4px); } }

.anim--out-z3 {
  animation-name: out-z3;
  animation-duration: 320ms;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }

@keyframes out-z3 {
  000% {
    transform: translateX(0); }
  100% {
    transform: translateX(-52.8px); } }

.anim--out-z4 {
  animation-name: out-z4;
  animation-duration: 320ms;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }

@keyframes out-z4 {
  000% {
    transform: translateX(0); }
  100% {
    transform: translateX(-67.2px); } }

.anim--out-z5 {
  animation-name: out-z5;
  animation-duration: 320ms;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }

@keyframes out-z5 {
  000% {
    transform: translateX(0); }
  100% {
    transform: translateX(-81.6px); } }

.anim--page-in {
  opacity: 0;
  animation-name: page-in;
  animation-duration: 320ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes page-in {
  000% {
    opacity: 0;
    transform: translateX(40px); }
  080% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.anim--page-out {
  opacity: 1;
  animation-name: page-out;
  animation-duration: 320ms;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }

@keyframes page-out {
  000% {
    opacity: 1;
    transform: translateX(0); }
  020% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: translateX(-40px); } }

.content {
  padding: 120px 64px; }
  @media screen and (max-width: 800px) {
    .content {
      padding: 96px 32px; } }

.content__introduction {
  font-family: "gilroy", "Signika", "Open-Sans", helvetica, arial;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
  color: white;
  margin: 0 0 32px; }

.content__headline {
  font-family: "gilroy", "Signika", "Open-Sans", helvetica, arial;
  font-weight: bold;
  font-size: 56px;
  line-height: 1;
  color: white;
  margin: 0 0 32px; }
  @media screen and (max-width: 1160px) {
    .content__headline {
      font-size: 40px; } }

.content__paragraph {
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 32px;
  color: #f1f1f1; }

.content__actions {
  margin: 48px 0; }

.button-container__heading {
  font-size: 16px;
  font-weight: bold;
  color: white;
  margin: 0 0 16px; }

.button-container__contact {
  padding: 0 24px 0 0;
  float: left; }
  @media screen and (max-width: 1160px) {
    .button-container__contact {
      float: none;
      padding: 0;
      margin: 0 0 16px; } }

.button-container__cv {
  float: left; }
  @media screen and (max-width: 1160px) {
    .button-container__cv {
      float: none; } }

.social__heading {
  font-size: 16px;
  font-weight: bold;
  color: white;
  margin: 0 0 16px; }

.social__logo {
  width: 32px;
  height: 32px;
  margin: 0 16px 0 0;
  float: left;
  opacity: 0.8; }
  .social__logo:hover {
    opacity: 1; }
  .social__logo:active {
    opacity: 1;
    transform: translateY(2px); }

.social-icon {
  display: block;
  width: 32px;
  height: 32px;
  background-size: 32px;
  font-size: 0; }

.social-icon--dribbble {
  background-image: url("../images/dribbble.svg"); }

.social-icon--linkedin {
  background-image: url("../images/linkedin.svg"); }

.social-icon--codepen {
  background-image: url("../images/codepen.svg"); }

/*# sourceMappingURL=public.css.map */