

/* @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(72, 151, 255);
    mix-blend-mode: difference;
    margin-top: 18px;
    position: fixed;
    left: 20px;
    z-index: 100;
    font-family: 'portfolio-font', sans-serif;
    text-decoration: none;
}

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

#information a {
    text-decoration: none;
    color: rgb(72, 151, 255);
}


#instaTag {
    text-decoration: none;
    color: rgb(72, 151, 255);
}
    

/* 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: 1em;
    }
    .imageDescription {
        font-size: 1em;
    }
    img { 
        height: 100vh;
    }
  }
  @media (orientation: landscape) {
    #information {
        font-size: 1em;
    }
    .imageDescription {
        font-size: 1em;
    }
  } */

@media screen and (max-width: 1000px) {
    body {
        /* overflow: hidden; */
        /* height: 100vh; */
    }

    img {
        width: 100vw !important;
    }

    #information {
        font-size: 1em;
        line-height: 1.2;
    }
    .imageDescription {
        font-size: 1em;
        line-height: 1.2; 
        bottom: 140px;
    }  
    
    .informationText {
        line-height: 1.2;
    }
}