@font-face {

    font-family: GreenScreen;
    src: url(../Fonts/Greenscr.ttf);

}

a {
    cursor: pointer;
    color: rgb(10, 124, 255);
}

a:hover {

    text-decoration: underline;

}

html {

    color-scheme: light only;

}

.CurtainLeft {

    width: 237px;
    height: 944px;
    float: left;

    background-image: url(../artstuff/Pngs/CurtainLeft.png);

}

.CurtainRight {

    width: 259px;
    height: 936px;
    float: right;

    background-image: url(../artstuff/Pngs/CurtainRight.png);

}

.ArtBorder{

    width: 1208px;
    height: 815px;

    color: white;

    border: 6px ridge rgb(0, 225, 255);
    background-color: rgba(0, 0, 0, 0.42);
    box-shadow: 10px 10px black;

    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
    
    margin: auto;

}

.MainPhotos {

    padding-left: 40px;
    padding-top: 15px;


    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

}

figure {

    padding-top: 10px;

}

.VideoIcon {

    width: 50px;
    height: 50px;

    margin-left: -225px;
    margin-bottom: 10px;

    opacity: 0.7;

    pointer-events: none;

}

.New {

    position: absolute;
    float: left;
    margin-left: -25px;
    margin-top: -9px;
    z-index: 100;
    pointer-events: none;

}

.MainPhotos .Images {

    object-fit: cover;
    width: 230px;
    height: 230px;

    border: 1px solid #00f2ff56;
}

.MainPhotos .Images:hover {

    filter: brightness(75%);
    border: 1px solid #78f2ffe5;

}

.MainPhotos .Description {

    width: 230px;
    height: 90px;
    padding-bottom: 100px;
    padding-top: 10px;

    mark.Herold {
        color:#51eefe;
        background: none;
    }
    
    mark.Gerald {
        color:#04f465;
        background: none;
    }

    mark.Spot {
        color:#fb52dd;
        background: none;
    }

    mark.Warning {
        color:#ff2626;
        background: none;
        font-weight: bold;
        font-size: 15px;
    }
    
}

.MainPhotos .Title {

    font-size: 19px;
    color: gold;
    font-weight: bold;

    border-bottom: 1px solid rgba(255, 255, 255, 0.477);
    width: 220px;

    padding-top: 5px;
    padding-bottom: 5px;

}

.PageButtons {

    height: 40px;
    width: 550px;

    background-color: transparent;

    position: absolute;
    left: 0;
    right: 0;
    top: 870px;
    
    margin: auto;

    display: flex;
    justify-content: space-evenly;

}

.NonButtonSelected{

    background-image: url(../artstuff/Pngs/Button.png);
    border: 1px solid black;;
    color: white;

    width: 53px;
    height: 38px;

    padding-top: 8px;
    padding-left: 2px;
    
    text-align: center;
    display: inline-block;
    font-size: 20px;
    font-family: 'GreenScreen', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif

}

.NonButtonSelected:hover{

    -webkit-filter: brightness(70%);
    filter: brightness(70%);

}

.ButtonSelected {

    background-image: url(../artstuff/Pngs/ButtonSelected.png);
    border: 1px solid rgb(123, 123, 123);;
    color: rgba(222, 222, 222, 0.802);

    width: 53px;
    height: 38px;

    padding-top: 8px;
    padding-left: 2px;

    text-align: center;
    display: inline-block;
    font-size: 20px;
    font-family: 'GreenScreen', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif


}

@media only screen and (max-width: 1200px) {


    .ArtBorder{

        width: 630px;
        height: auto;

        color: white;

        border: 4px ridge rgb(0, 225, 255);
        background-color: rgba(0, 0, 0, 0.42);
        box-shadow: 8px 8px black;

        position: absolute;
        left: 0;
        right: 0;
        top: 24px;
    
        margin: auto;

    }

    .MainPhotos {

        padding-left: 40px;
        padding-top: 15px;

        padding-bottom: 4rem;

        display: grid;

    }

    .MainPhotos .Images {

        object-fit: cover;
        width: 230px;
        height: 230px;

        border: 1px solid #00f2ff56;
    }

    .PageButtons {

        position: fixed;
        top: auto;
        bottom: 0px;

        height: 47px;
        width: 100%;
        justify-content: space-evenly;

        border-top: 2px solid black;
        padding-top: 3px;
        padding-bottom: 3px;

        background-color: rgba(43, 42, 93, 0.9);
    }

    .NonButtonSelected{

        
        width: 50px;
        height: auto;

    }

    .ButtonSelected{

        width: 50px;
        height: auto;
        
    }
}

@media only screen and (max-width: 992px) {

    .CurtainLeft { 

        display: none;

    }

    .CurtainRight {

        display: none;

    }

    .ArtBorder{

        width: 630px;
        height: auto;

        color: white;

        border: 4px ridge rgb(0, 225, 255);
        background-color: rgba(0, 0, 0, 0.42);
        box-shadow: 8px 8px black;

        position: absolute;
        left: 0;
        right: 0;
        top: 24px;
    
        margin: auto;

    }

    .MainPhotos {

        padding-left: 40px;
        padding-top: 15px;

        padding-bottom: 4rem;

        display: grid;

    }

    .MainPhotos .Images {

        object-fit: cover;
        width: 230px;
        height: 230px;

        border: 1px solid #00f2ff56;
    }

    .PageButtons {

        position: fixed;
        top: auto;
        bottom: 0px;
        width: 100%;
        justify-content: space-evenly;

        border-top: 2px solid black;
        padding-top: 3px;
        padding-bottom: 3px;

        background-color: rgba(43, 42, 93, 0.9);
    }

    .NonButtonSelected{

        
        width: 50px;
        height: auto;

    }

    .ButtonSelected{

        width: 50px;
        height: auto;
        
    }
}

@media only screen and (max-width: 728px) {

    .CurtainLeft { 

        display: none;

    }

    .CurtainRight {

        display: none;

    }

    .ArtBorder{

        width: 330px;
        height: auto;

        color: white;

        border: 4px ridge rgb(0, 225, 255);
        background-color: rgba(0, 0, 0, 0.42);
        box-shadow: 8px 8px black;

        position: absolute;
        left: 0;
        right: 0;
        top: 24px;
    
        margin: auto;

    }

    .MainPhotos {

        padding-left: 40px;
        padding-top: 15px;

        padding-bottom: 4rem;

        display: grid;

    }

    .MainPhotos .Images {

        object-fit: cover;
        width: 230px;
        height: 230px;

        border: 1px solid #00f2ff56;
    }

    .PageButtons {

        position: fixed;
        top: auto;
        bottom: 0px;
        width: 100%;
        height: 47px;
        justify-content: space-evenly;
    }

    .NonButtonSelected{

        width: 50px;
        height: auto;

    }

    .ButtonSelected{

        width: 50px;
        height: auto;
        
    }
}

@media only screen and (max-width: 600px) {

    .CurtainLeft { 

        display: none;

    }

    .CurtainRight {

        display: none;

    }

    .ArtBorder{

        width: 330px;
        height: auto;

        color: white;

        border: 4px ridge rgb(0, 225, 255);
        background-color: rgba(0, 0, 0, 0.42);
        box-shadow: 8px 8px black;

        position: absolute;
        left: 0;
        right: 0;
        top: 24px;
    
        margin: auto;

    }

    .MainPhotos {

        padding-left: 40px;
        padding-top: 15px;

        padding-bottom: 4rem;

        display: grid;

    }

    .MainPhotos .Images {

        object-fit: cover;
        width: 230px;
        height: 230px;

        border: 1px solid #00f2ff56;
    }

}

