/*--Gallery css--*/
.gallery-nav {
    width: 1400px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: block;
    vertical-align: middle;
}

.gallery-nav img {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.gallery-link {
    display: inline-block;
    text-align: center;
    justify-content: space-around;
    width: auto;
    padding-left: 75px;
    padding-right: 75px;
    margin-top: 30px;
}

.gallery-link img {
    text-align: center;
}

.gallery-link p {
    font-family: "Comic Sans MS", Lato;
}

.gallery-link a {
    color: rgb(255, 183, 0);
    text-decoration: none;
}

.gallery-link a:hover {
    font-style: italic;
    color: yellow;
}

.gallery-footer {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: block;
    vertical-align: middle;
}

.gallery-footer img {
    display: inline;
    text-align: center;
    vertical-align: middle;
}

.back-button, .next-button {
    display: inline;
}

.back-button:hover, .next-button:hover {
    opacity: 0.6;
    cursor: pointer;
}

.creation-date, .desc {
    font-family: "Comic Sans MS", Lato;
    text-align: center;
}

.gallery-image {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url("https://odditycommoddity.neocities.org/3-Assets/Images/Art/2d/big-dog.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 460px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.gallery-container {
    width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
}

.gallery-columns {
    display: block;
    column-count: 3;
}

.gallery img {
    display: inline;
    width: 40%;
    margin: 5px 50px;
    margin-top: -80px;
    vertical-align: middle;
}

.gallery {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    height: auto;
    text-align: left;
}

.gallery_desc {
    position: absolute;
    display: inline;
    margin-top: 200px;
    margin-left: 10px;
    font-size: 15px;
    background-image: url("../Images/UI/plaque background.png");
    width: 183px;
    height: 100px;
    background-size: contain;
    text-align: left;
}

.gallery_desc a, .gallery_desc_right a {
    color: darkslategray;
    font-family: "Comic Sans MS", Lato;
}

.gallery_desc a:hover, .gallery_desc_right a:hover {
    color: slategray;
    font-family: "Comic Sans MS", Lato;
}

.gallery_desc_right {
    position: absolute;
    display: inline;
    margin-top: 200px;
    margin-left: -190px;
    font-size: 15px;
    background-image: url("../Images/UI/plaque background.png");
    width: 183px;
    height: 100px;
    background-size: contain;
    text-align: left;
}

.gallery_desc p, .gallery_desc_right p {
    margin: 0px;
    margin-left: 13px;
    padding-top: 10px;
    padding-right: 10px;
    color: dimgray;
    font-family: "Comic Sans MS", Lato;
    font-style: oblique;
    font-weight: 600;
    font-size: 13px;
}

.baseboard {
    width: 1059px;
    height: 60px;
    bottom: -13px;
    left: -10px;
    margin: 0px;
    margin-bottom: 30px;
    padding: 0px;
    
    background-image: url("../Images/Gallery/baseboard.png");
    background-size: contain;
    background-repeat: repeat;
}

.door {
    margin: 0px;
    position: absolute;
    display: inline;
}

.door img:hover {
    -webkit-filter: drop-shadow(0px 0px 25px lightgoldenrodyellow);
         filter: drop-shadow(0px 0px 25px lightgoldenrodyellow);
    cursor: pointer;
}

.unfinished {
    margin: 0px;
    padding: 0px;
    opacity: 0%;
}

.unfinished:hover {
    opacity: 100%;
}

.sideways img {
    transform: rotate(90deg);
}

.gallery-project-info {
    background-image: url("../Images/Backgrounds/canvas244.png");
    transform: rotate(90deg);
    border: 2px dotted orange;
    border-radius: 5px;
    padding: 4px;
    
    width: 330px;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    left: 350px;
    top: 600px;
    
    font-style: normal;
    font-size: 14px;
}

.gallery-project-info h2 {
    font-style: normal;
    font-weight: 100;
    margin: 5px 0px;
    text-decoration: underline;
}


.gallery-project-info img {
    text-align: center;
    vertical-align: middle;
    transform: rotate(0deg);
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 2px 0px 2px 0px;
}

.clickable {
    pointer-events: all
}

.clickable:hover {
    -webkit-filter: drop-shadow(0px 0px 25px yellow);
         filter: drop-shadow(0px 0px 25px yellow);
    cursor: pointer;
}