﻿body {
    background-color: black;
    overflow: hidden;
    font-family: 'Roboto Condensed', sans-serif;
    background-image: url("/img/Forest Silhouette Square.jpg");
    background-position:center bottom 0px;
    background-size: cover;
}

div {
    box-sizing: border-box;
}

#album {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /*background: linear-gradient(silver, gray);*/
}

.left {
    /*    display: block;
    float: right;
    width: 175px;
    white-space: nowrap;
    padding-left: 10px;
*/ font-size: 30px;
    position: absolute;
    top: 5px;
    right: 170px;
    color: #fff;
    opacity: 0.8;
}

.right {
    /*    display: block;
    float: right;
    width: auto;
    white-space: nowrap;
    padding-right: 10px;
*/ font-size: 30px;
    position: absolute;
    top: 5px;
    right: 30px;
    color: #fff;
    opacity: 0.8;
}

.imageDiv {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    /*opacity: 0;*/
    /*transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;*/
}

    .imageDiv img {
        /*width: auto;
        height: 100%;*/
        object-fit: contain;
        object-position: top;
        width: 100%;
        height: 100%;
        /*box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.75);*/
    }

.btnImg {
    opacity: 0.75;
    display: block;
}

#imageNow {
    z-index: 98;
}

.captionDiv {
    vertical-align: middle;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    width: 100%;
    font-weight: 100;
    /*font-size: 7vw;*/
    font-size: 40px;
    /*text-align: left;*/
    padding-top: 0px;
    padding-bottom: 10px;
    position: absolute;
    left: 0px;
    top: 5px;
    opacity: 0.6;
    box-sizing: border-box;
}

#btnRefresh {
    color: #fff;
    /*font-family: Webdings;*/
    position: absolute;
    left: 30%;
    bottom: 0px;
    font-size: 15vh;
    z-index: 99;
    cursor: pointer;
    /*margin-top:40%;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#btnClassifications {
    color: #fff;
    /*font-family: Webdings;*/
    position: absolute;
    right:30%;
    bottom: 0px;
    font-size: 15vh;
    z-index: 99;
    cursor: pointer;
    /*margin-top:40%;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#btnPrev {
    color: #fff;
    /*font-family: Webdings;*/
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 15vh;
    z-index: 99;
    cursor: pointer;
    /*margin-top:40%;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#btnNext {
    color: #fff;
    /*font-family: Webdings;*/
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 15vh;
    z-index: 99;
    cursor: pointer;
    /*margin-top:40%;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#imgRefresh {
    cursor: pointer;
}

.HomeButton {
    position:absolute;
    left:5px;
    top:2px;
    z-index: 101;
}

.TopMenu {
    z-index: 100;
    position: absolute;
    left: 8px;
    top: 40px;
    min-width: 155px;
    max-width: 30%;
    background-color: #FFFFFFBB;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    text-align: center;
    border: 1px solid #1d2e4019;
}
