

/* @font-face { font-family: Arial, Helvetica, sans-serif; src: url('fonts'); }  */
html {
    background-color: black;
    overflow: hidden;
    letter-spacing: 0,2px;
    font-size: 11.5pt;
    font-family: 'portfolio-font', sans-serif;
}

body {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    line-height: 1.3;
    letter-spacing: 0.6px;
    font-family: 'portfolio-font', sans-serif;
}

/* INFORMATION ABOUT YOU STYLES */

#information { 
    color: rgb(119, 175, 248);
    mix-blend-mode: difference;
    margin-top: 18px;
    position: fixed;
    left: 20px;
    z-index: 100;
    font-family: 'portfolio-font', sans-serif;
}

.informationText {
    margin-top: 1px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#instaTag {
    text-decoration: none;
}
    

/* SLIDER STYLES */
img {
    height: 90vh;
    margin: auto;
    display: block;
}

li {
    color: white;
    display: flex;
    align-items: center;
}

.imageDescription {

    position: absolute;
    color: rgb(119, 175, 248);
    mix-blend-mode: difference;
    bottom: 15px;
    /* left: 20px; */
    text-align: center;
    /* margin: 0 auto; */
    width: 100%;
}

em {
    font-style: oblique;
}

.splide__pagination__page {
    display: none;
}

/* ARROW STYLES */
.splide__arrow--next {
    width: 50vw;
    height: 100vh;
    right: 1em;
}

.splide__arrow--prev {
    width: 50vw;
    height: 100vh;
    right: 1em;
}

.splide__arrow {
    opacity: 0;
}

.splide__arrow:hover {
    opacity: 0;
}

/* MOBILE CSS */

@media (pointer:none), (pointer:coarse) {
    #information {
      font-size: 2em;
    }
    .imageDescription {
        font-size: 2em;
    }
    img { 
        height: 100vh;
    }
  }
  @media (orientation: landscape) {
    #information {
        font-size: 1em;
    }
    .imageDescription {
        font-size: 1em;
    }
  }