html {
    height: 100%
}

@font-face {
    font-family: IbmPlexMonoExtralight;
    /* set name */
    src: url(IbmPlexMonoExtralight-Pj8E.otf);
    /* url of the font */
}

@font-face {
    font-family: SpaceMonoRegular;
    /* set name */
    src: url(SpaceMonoRegular-JRrmm.ttf);
    /* url of the font */
}

@font-face {
    font-family: MarklmonoRegular;
    /* set name */
    src: url(MarklmonoRegular-V4J5Z.otf);
    /* url of the font */
}

@font-face {
    font-family: IbmPlexMonoThin;
    /* set name */
    src: url(IbmPlexMonoThin-OjB3.otf);
    /* url of the font */
}


body {
    font-family: IbmPlexMonoThin, 'Courier New';

    background: url(pattern.png) repeat top left #222;

    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    /*border: 3px solid black*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#wrapper {
    overflow: hidden;
}

#wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s linear;

    width: 100%;
    height: 100%;

    padding: 0px;
    margin: 0px;
}

#wrapper ul li {
    float: left;

    position: absolute;
    background: no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.photo {
    width: 100%;
    height: 100%;

    padding: 0px;
    margin: 0px;

    /*-webkit-transition-property: background-position;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: background-position;
    -moz-transition-duration: 0.5s;
    -o-transition-property: background-position;
    -o-transition-duration: 0.5s;*/
}

ul {
    list-style: none;
}

li {
    position: absolute;
    background: no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

#img0 {}

#img1 {
    left: -100%;
}

#img2 {
    right: 200%;
}

h3 {
    color: #ffffff;
    font-size: x-large;
    display: block;
    position: absolute;
    bottom: 0px;
    margin: 0px;
    z-index: 1;
    width: 100%;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 1s;
    -moz-transition-property: background-color;
    -moz-transition-duration: 1s;
}

h3:hover {
    background-color: rgba(105, 105, 105, 0.8);
}

#creativecommons {
    position: absolute;
    right: 0px;
    bottom: 0px;
    opacity: 0.05;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 1s;
    -o-transition-property: opacity;
    -o-transition-duration: 1s;
}


#creativecommons:hover {
    opacity: 0.9;
    z-index: 2;
}

.buttons {
    display: block;
    opacity: 0;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    width: 30%;
    height: 100%;
    text-align: center;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 1s;
    -o-transition-property: opacity;
    -o-transition-duration: 1s;
}

.buttons:hover {
    opacity: 1;
}


#previous div,
#next div {
    position: absolute;
    width: 30px;
    height: 100%;
    background-color: rgba(32, 32, 32, 0.6);
    line-height: 100vh;
}

#previous {
    left: 0px;
}

#next {
    right: 0px;
}

#previous div {
    left: 0px;
}


#next div {
    right: 0px;
}


section h1,
footer h1,
nav a {
    font-family: IbmPlexMonoExtralight;
    font-weight: normal;
    text-transform: uppercase;
}

