@font-face {
    font-family: EuclidFlex-Bold;
    src: url(../fonts/EuclidFlex-Bold.otf);
}

body {
    margin: 0;
    padding: 0;
    font-family: EuclidFlex-Bold;
}

.container {
    width: 100%
}

.section {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

#description > div {
    display: block;
    height: 100vh;
}

#description .text {
    color: #ffd100;
    width: 60vw;
    margin: 0 auto;
    font-size: 16pt;
    text-align: center;
    position: relative;
    float: left;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#description .text h3 {
    font-size: 26pt;
    margin-bottom: 40px;
}

#description .text p {
    font-size: 18px;
    margin: 30px auto;
}

#description a {
    color: white;
}

#description a:hover {
    color: #738fff;
}

.image {
    text-align: center;
}

.image img {
    width: 100%;
    margin: 0px auto;
}

.image-info {
    width: 90%;
    margin: 0px auto;
    text-align: center;
    background: #ffffff12;
    padding: 35px;
}

.image-info .separator {
    width: 25%;
    height: 3px;
    background: #333;
    margin: 20px auto;
}

a {
    color: #555;
}

a:hover {
    color: #666;
    text-decoration: none;
}

.red-link a {
    color: #9d2235;
}

.red-link a:hover {
    color: #797172;
}

.yellow-link a {
    color: #ffd100;
}

.yellow-link a:hover {
    color: #797172;
}

.image-title, .image-product, .image-artist {
    margin-bottom: 10px;
}

.image-title {
    font-size: 20pt;
}

.image-product, .image-artist {
    font-size: 16pt;
}

.image-description {
    font-size: 13pt;
}

.image-description p {
    margin: 15px auto;
}

.image-link {
    width: 90%;
    margin: 0px auto;
    position: relative;
}

.insta-heart {
    opacity: 0;
    transition: .2s;
    text-align:center;
    overflow:hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.insta-heart:before {
    width:100%;
    height:100%;
}

.insta-heart > img {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color: white;
    width: 15% !important;
}

.insta-heart:hover {
    opacity: 1;
    background-color: rgba(0,0,0,.25);
}

#social {
    left: 10px;
    margin-top: -100px;
}

#social.sidebar {
    position: fixed;
    top: 50%;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    z-index: 1000;
    text-align: center;
}

#index.sidebar {
    position: fixed;
    top: 50%;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    margin-top: 0;
    z-index: 1000;
    text-align: center;
    max-height: 100%;
    max-width: 100%;
    transform: translateY(-50%);
}

#index {
    right: 10px;
    margin-top: -251px;
}

.sidebar .bar {
    width: 4px;
    height: 50px;
    background-color: #333;
    margin: 15px;
}

.sidebar > ul {
    list-style-type: none;
    padding-left: 0;
}

.sidebar .index, .sidebar .link {
    /* Text rotation */
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* IE */
    -ms-transform: rotate(90deg);
    /* Opera */
    -o-transform: rotate(90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

#index .index {
    height: 3.2vh;
}

.sidebar a {
    color: inherit;
    text-decoration: none;
}

.sidebar a:hover {
    color: #FFF;
}

.topbar {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}

/* Loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }

#social {
    left: 10px;
    margin-top: -100px;
}

#social .link {
    margin-bottom: 5px;
    height: 70px;
    margin-left: -45px;
}

.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}

@media all and (max-width: 1200px) {
  .section {
    flex-direction: column;
  }

  .image-info {
      margin-top: 50px;
      width: 80%;
  }

  .image .image-link {
      width: 80%;
  }

  .image img {
      width: 100%;
  }

  .image {
      width: 100%;
  }

  .info {
      width: 100%;
  }
}

@media all and (max-width: 500px) and (min-height: 500px) {
    #description .text h3 {
        font-size: 18pt;
    }

    #description .text p {
        font-size: 1.8vh;
    }

    .topbar {
        font-size: 1.95vh;
    }

    .image-info {
        width: 70%;
    }

    .image .image-link {
        width: 70%;
    }

    .image img {
        width: 100%;
    }

    .image-title {
        font-size: 12pt;
    }

    .image-artist, .image-product {
        font-size: 12pt;
    }

    .image-description {
        font-size: 11pt;
    }

    .separator {
        height: 2px;

    }
}
