/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  color: #000000;
  font-family: "Arial";
  line-height: 1.6;
  background: #FFFFFF;
  font-size: 0.875rem; }

h1, h2, p {
  margin-top: 0;
  margin-bottom: 1em; }

h1 {
  color: #000000;
  line-height: 1;
  font-size: 3.125rem;
  /*span {
      color: $accent;
      font-family: $ff-ss;
      display: block;
      font-size: 5.5rem;
      letter-spacing: $letter-spacing;
  }*/
  /*span {
      @include sans-serif($fs: 5.5rem, $color: $accent);
      display: block;
  }*/ }

h2 {
  font-size: 2rem;
  letter-spacing: 10px;
  color: #606060;
  line-height: 1; }

img {
  max-width: 100%; }

.debug {
  /*border-style: dotted;*/ }

.container {
  display: flex;
  flex-direction: column; }
  @media (max-width: 800px) {
    .container {
      margin-top: 2.4em; } }
  @supports (display: grid) {
    @media (min-width: 800px) {
      .container {
        display: grid;
        grid-template-columns: minmax(4em, 1fr) 12em minmax(auto, 61em) minmax(4em, 1fr);
        grid-template-areas: ". side-bar main-content ." ". footer   main-content .";
        grid-column-gap: 3em;
        margin-top: 4.8em; } }
    @media (min-width: 1920px) {
      .container {
        display: grid;
        grid-template-columns: minmax(4em, 1fr) 12em minmax(auto, 91.5em) minmax(4em, 1fr);
        grid-template-areas: ". side-bar main-content ." ". footer   main-content .";
        grid-column-gap: 3em;
        margin-top: 4.8em; } } }

a:link {
  color: #5d8cec; }

a:visited {
  color: #5d8cec; }

.ghost {
  visibility: hidden; }

.unstyled-list {
  list-style: none;
  padding: 0;
  margin: 0; }

/*****************************************************************************/
.portfolio {
  grid-area: main-content; }
  @media (min-width: 800px) {
    .portfolio {
      margin-top: 7.8em; } }
  @media (max-width: 800px) {
    .portfolio {
      margin: 1.8em 0; } }

.portfolio-items {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap; }
  @media (max-width: 800px) {
    .portfolio-items {
      flex-flow: row wrap;
      justify-content: center; } }

.port-item {
  flex: 0 0 30%;
  margin: 0.8em; }
  @media only screen and (min-width: 800px) {
    .port-item {
      margin-right: 0.8em;
      margin-bottom: 0.8em;
      line-height: 0; } }
  @media (max-width: 800px) {
    .port-item {
      margin: 0.5em;
      flex: 0 0 45%;
      margin: 0.6em 1em;
      -moz-transition: all 0.4s ease-in-out 0s;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -ms-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; } }

@media (max-width: 800px) {
  .port-item:hover {
    zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.5; } }

a.port-item {
  font-size: 0.5rem;
  text-decoration: none;
  color: black; }

/*****************************************************************************/
/*****************************************************************************/
/* Effects

/*
// TODO white overlay
.port-item1 {
    position:absolute; top: 0px; left: 0px; z-index: 1;
}

.port-item2 {
    position:absolute; 
    z-index: 3;
    //z-index: 3;
    //display: flex;
    //justify-content: center;
    //align-content: center;
    margin-top: 8em;
}
*/
/*
.opacity-effect figure {
    background: $hover-color;
}
.opacity-effect figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.opacity-effect figure:hover img {
	opacity: .5;
}
*/
/*****************************************************************************/
/* Zoom In #1 */
@media (min-width: 800px) {
  .zoom-effect figure a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out; } }

@media (min-width: 800px) {
  .cropper {
    overflow: hidden; } }

@media (min-width: 800px) {
  .cropper img {
    padding: 0;
    transition: transform 3s ease .1s; } }

@media (min-width: 800px) {
  .cropper:hover img {
    transform: scale(1.1);
    transition: transform 3s ease; } }

/*****************************************************************************/
/* Hover text over images effect */
/* http://css-workshop.com/hover-box-text-over-images-on-hover-and-more/ */
.hvrbox,
.hvrbox * {
  box-sizing: border-box; }

.hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.hvrbox img {
  max-width: 100%; }

.hvrbox .hvrbox-layer_bottom {
  display: block; }

.hvrbox .hvrbox-layer_top {
  background: rgba(255, 255, 255, 0.9);
  color: #606060;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }
  @media (min-width: 800px) {
    .hvrbox .hvrbox-layer_top {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      padding: 15px; } }

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
  opacity: 1; }

.hvrbox .hvrbox-text {
  text-align: center; }
  @media (min-width: 800px) {
    .hvrbox .hvrbox-text {
      font-size: 2em;
      line-height: 1.2em;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  @media (max-width: 1000px) {
    .hvrbox .hvrbox-text {
      font-size: 1.5em; } }

@media (min-width: 800px) {
  .hvrbox .hvrbox-text_mobile {
    font-size: 1.2em;
    border-top: 1px solid #b3b3b3;
    /* for old browsers */
    border-top: 1px solid rgba(179, 179, 179, 0.7);
    margin-top: 5px;
    padding-top: 2px;
    display: none; } }

@media (min-width: 800px) {
  .hvrbox.active .hvrbox-text_mobile {
    display: block; } }

/*****************************************************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.other-img-container {
  /*
  grid-area: main-content;
  margin-top: 5em;
  
  
  @include mq_max (800px) {
      margin-top: 1.5em;
      margin-bottom: 2em;
  }
  */
  grid-area: main-content;
  margin-top: 1.2em;
  /*background-image: url(../images/razbenari_contact6.jpg);
  background-size: cover;
  background-position: center;*/
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 5em;
  align-items: center; }
  @media (max-width: 800px) {
    .other-img-container {
      width: 100%;
      margin-top: 1em;
      align-items: center; } }

.other-img-container img {
  /*display: flex;
  justify-content: center; /* align horizontal */
    /*
    @include mq_max (800px) {
        //max-height: 261.33px;
        //box-shadow: -2px 2px 13px #ededed;
        //margin-left: 2em;
    }  

    @media only screen and (min-width: 800px) {
        display: block;
        height: 400px;
     
        margin: 0 10rem 1rem 0;
        box-shadow: -2px 2px 13px #ededed;
    }    

    @media only screen and (min-width: 1920px) {
        display: block;
        height: 700px;
     
        margin: 0 10rem 1rem 0;
        box-shadow: -2px 2px 13px #ededed;
    }
    */ }
  @media (max-width: 800px) {
    .other-img-container img {
      box-shadow: -2px 2px 13px #ededed; } }
  @media only screen and (min-width: 800px) {
    .other-img-container img {
      display: block;
      max-height: 700px;
      margin: 2.2rem 0rem 0rem 0;
      box-shadow: -2px 2px 13px #ededed; } }
  @media only screen and (min-width: 1920px) {
    .other-img-container img {
      display: block;
      max-height: 700px;
      margin: 2.2rem 5rem 1rem 0;
      box-shadow: -2px 2px 13px #ededed; } }

.carousel-container {
  grid-area: main-content;
  margin-top: 5em; }
  @media (max-width: 800px) {
    .carousel-container {
      margin-top: 1.5em;
      margin-bottom: 2em; } }

.carousel-cell {
  /* flex-box, center image in cell */
  /*
  -webkit-align-items: center;
        align-items: center;
  */
  margin-right: 10px; }

@media (max-width: 800px) {
  .carousel img {
    display: block;
    max-height: 261.33px;
    box-shadow: -2px 2px 13px #ededed;
    margin-left: 2em; } }
@media only screen and (min-width: 800px) {
  .carousel img {
    display: block;
    max-height: 375px;
    margin: 2.2rem 10rem 0rem 0;
    box-shadow: -2px 2px 13px #ededed; } }
@media only screen and (min-width: 1920px) {
  .carousel img {
    display: block;
    max-height: 700px;
    margin: 2.2rem 10rem 1rem 0;
    box-shadow: -2px 2px 13px #ededed; } }

@media (min-width: 800px) {
  .on-my-way-to-wizo {
    margin: 5em 0 1rem 0; } }

.on-my-way-to-wizo img {
  max-width: 25874px;
  margin: 2.2rem 0 1rem 0;
  box-shadow: 0px 0px 0px #FFFFFF; }

/* brighten selected image */
/*
@media screen and ( min-width: 768px ) {
  .carousel-cell {
    height: 400px;
  }
}
*/
/*
@media screen and ( min-width: 960px ) {
  .carousel-cell {
      width: 60%;
    
  }
}
*/
/*
@media screen and ( min-width: 1800px ) {
    .carousel-cell {
        height: 600px;        
        margin: 0 7rem;
    }
}
*/
@media (min-width: 800px) {
  .flickity-page-dots .dot {
    width: 0.5em;
    height: 0.5em;
    margin: 0.3em; } }
@media (max-width: 800px) {
  .flickity-page-dots .dot {
    width: 0.5em;
    height: 0.5em;
    margin: 0.3em; } }

.carousel-story {
  width: 22em;
  direction: ltr;
  margin-right: 10em; }
  @media (min-width: 800px) {
    .carousel-story {
      margin-top: 6em; } }
  @media (max-width: 800px) {
    .carousel-story {
      padding: 0 1.5em; } }

@media (max-width: 800px) {
  .flickity-prev-next-button {
    width: 2em;
    height: 2em; } }

.flickity-button {
  background: black; }

.flickity-button:hover {
  background: #bad2fc; }

/* icon color */
.flickity-button-icon {
  fill: white; }

.side-bar {
  grid-area: side-bar;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

.logo {
  width: 12em;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 800px) {
    .logo {
      width: 8em; } }

.navigation {
  margin-bottom: 0em; }
  @media (max-width: 800px) {
    .navigation {
      display: flex;
      flex-direction: row;
      width: 70%;
      align-items: center;
      margin-left: auto;
      margin-right: auto; } }

/*
.nav-item {
    margin: 0 1rem 0rem 1.5rem;
    //@media only screen and (max-width: 800px) {
    @include mq_max(800px) {
        flex: 1 2 30%;
        //margin: 0 0rem 0rem 0rem;
    }
    
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;  
}

nav-item:hover {
    zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.5;   
}
*/
.nav-item {
  margin: 0 1rem 0rem 1.5rem; }
  @media (max-width: 800px) {
    .nav-item {
      flex: 1 2 30%; } }

.hover-effect {
  -moz-transition: all 0.0s ease-in-out 0s;
  -webkit-transition: all 0.0s ease-in-out 0s;
  -ms-transition: all 0.0s ease-in-out 0s;
  transition: all 0.0s ease-in-out 0s; }

.hover-effect:hover {
  filter: invert(45%) sepia(99%) saturate(728%) hue-rotate(198deg) brightness(97%) contrast(90%); }

@media (max-width: 800px) {
  .nav-contact {
    flex: 1 2 36%;
    margin: 0 0rem 0rem 0.5rem; } }

.preload-images {
  background: url(../images/work_cyan.png) no-repeat -9999px -9999px;
  background: url(../images/work_cyan.png) no-repeat -9999px -9999px, url(../images/contact_cyan.png) no-repeat -9999px -9999px, url(../images/instagram_cyan.png) no-repeat -9999px -9999px, url(../images/facebook_cyan.png) no-repeat -9999px -9999px, url(../images/behance_cyan.png) no-repeat -9999px -9999px;
  display: none; }

/*
#nav-work-img:hover {
    background: url(images/work_cyan.png) no-repeat;
}
#nav-contact-img:hover {
    background: url(images/contact_cyan.png) no-repeat;
}
#nav-about-img:hover {
    background: url(images/about_cyan.png) no-repeat;
}
*/
/*
.nav-work:hover {
    //background-position: bottom left;
    background: url(images/work_cyan.png) no-repeat;
}
*/
.story {
  padding: 1.2em 0.5rem 0rem 1.5rem;
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 0.5em;
  margin-top: 1em; }
  @media (max-width: 800px) {
    .story {
      font-size: 0; } }

.story span:nth-child(1) {
  display: block;
  font-weight: bold; }

.story span:nth-child(2) {
  display: block; }

.story-small-screen {
  font-size: 0.9em;
  line-height: 1.4;
  margin: 1.5em 2em; }

.story-small-screen span:nth-child(1) {
  display: block;
  font-weight: bold; }

.story-small-screen span:nth-child(2) {
  display: block; }

.footer-small-screen {
  grid-area: footer;
  display: flex;
  flex-flow: column; }
  @media (min-width: 800px) {
    .footer-small-screen {
      width: 0px;
      height: 0px;
      visibility: hidden; } }

@media (max-width: 800px) {
  .footer-large-screen {
    width: 0px;
    height: 0px;
    visibility: hidden; } }

.social-icons {
  display: flex;
  flex-direction: row;
  margin-left: 1.5rem; }
  @media (max-width: 800px) {
    .social-icons {
      justify-content: center; } }

@media (min-width: 800px) {
  .social-icon {
    flex: 0 1 19%;
    padding: 0rem 0.3rem 0 0rem;
    margin-top: 1rem;
    margin-right: 0.5rem; } }
@media (max-width: 800px) {
  .social-icon {
    width: 0px;
    height: 0px;
    visibility: hidden; } }

.copyright {
  font-size: 0.75em;
  line-height: 1.4;
  color: darkgray; }
  @media (max-width: 800px) {
    .copyright {
      margin-left: auto;
      margin-right: auto;
      margin-top: 1em; } }
  @media (min-width: 800px) {
    .copyright {
      padding: 0.5em 0rem 0rem 1.5rem; }
      .copyright::before {
        content: '';
        display: block;
        margin: 0em auto 0.5em;
        width: 100%;
        height: 1px;
        background: darkgray; } }

.about {
  grid-area: main-content; }
  @media only screen and (min-width: 800px) {
    .about {
      margin-top: 7.8em; } }
  @media only screen and (min-width: 1000px) {
    .about {
      margin-top: 7.8em;
      width: 60%; } }

.about > p {
  width: 65%;
  /*line-height: 0.8rem;
  margin-bottom: 2rem;
  margin-right: 1.8rem;*/ }
  @media only screen and (max-width: 800px) {
    .about > p {
      margin-left: auto;
      margin-right: auto;
      width: 85%;
      margin-top: 1em; } }

.exhibitions-interviews-awards {
  width: 58%; }
  @media only screen and (max-width: 800px) {
    .exhibitions-interviews-awards {
      margin-left: auto;
      margin-right: auto;
      width: 85%;
      margin-top: 1em; } }

.about img {
  width: 50%; }
  @media only screen and (min-width: 1000px) {
    .about img {
      width: 40%;
      margin-bottom: 1em; } }
  @media (max-width: 800px) {
    .about img {
      width: 100%;
      margin-top: 1em;
      align-items: center; } }

.contact {
  grid-area: main-content;
  margin-top: 1.2em;
  /*background-image: url(../images/razbenari_contact6.jpg);
  background-size: cover;
  background-position: center;*/
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 5em; }
  @media (max-width: 800px) {
    .contact {
      width: 100%;
      margin-top: 1em;
      align-items: center; } }

@media (min-width: 800px) {
  .contact p {
    font-size: 0; } }
@media (max-width: 800px) {
  .contact p {
    margin: 1em auto;
    text-align: center; } }
.contact p span {
  display: block; }

.social-icons-mobile {
  display: flex;
  flex-direction: row;
  margin-left: 1.5rem; }
  @media (max-width: 800px) {
    .social-icons-mobile {
      justify-content: center; } }

.social-icon-mobile {
  flex: 0 1 2em;
  padding: 0rem 0.3rem 0 0rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem; }
  @media (min-width: 800px) {
    .social-icon-mobile {
      width: 0px;
      height: 0px;
      visibility: hidden; } }

/*
.contact-text {
    margin-top: 20em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
*/
