html {
    background-color: rgb(247, 246, 241);
    color: rgb(160, 34, 34);
    font-size: 4.25vw;
    scrollbar-color: transparent;
    scrollbar-width: none;
}

body {
    width: 100%;
    padding: 0px;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-color: transparent;
    scrollbar-width: none;
}

a {
    text-align: center;
    left: 40%;
    color:rgba(28, 3, 49, 0.219);
    text-decoration: none;
    font-size: 35px;
}

a:hover {
    color: darkslateblue;
}

.wall {
    display: grid;
    grid-gap: 95px;
    grid-template-columns: repeat(auto-fit,minmax(210px,auto));
    grid-auto-rows: auto;
    grid-auto-flow: dense;
    max-width: 100%;
    padding: 20px;
    margin-right: 10%;
    
    
}



#small {
    border-image: url("./Frames/smallFrame.jpg") 50 round;
    
}

#sp {
    background-color: rgb(0, 0, 0);
    height: 100%;
}

#wide {

    grid-column: span 2;
    border-image: url("./Frames/pngtree-elegent-vintage-golden-picture-frame-border-png-image_11654480.png") 50 round;

}

#wp {
    height: 100%;
}

#tall {
    grid-row: span 4;
    border-image: url("./Frames/pngtree-elegent-vintage-golden-picture-frame-border-png-image_11654480.png") 50 round;

}

#big {

    grid-column: span 2;
    grid-row: span 2;
    border-image: url("./Frames/585696db4f6ae202fedf2741.png") 50 round;
}


 
img {
    max-width: 90%;
    max-height: 100%;
    max-width: 100%;
    padding: 0px;
    border: 35px solid transparent;
    height:  auto;; 
    vertical-align: middle;
    display: inline-block;
}

img:hover {
    background-color: #ffffff01;
    cursor: crosshair;
    filter: grayscale(.5);
}

/* The Modal (background) */
.modal {
    position: absolute;
    display: none; /* Hidden by. default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: scroll; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0, 0, 0, .95); /* Black w/ opacity */

    scrollbar-width: none;

}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    position: initial;
    width: fit-content;
    max-width: 75%;
    height: auto;
    padding-bottom: 10%;
    padding: 10%;
    box-shadow: 0px 0px 0px #c1e7f4;
    border: 0px solid #fff;
    filter: none;
    
    /*max-width: 75vw;*/
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px;
    z-index: 2;
    /*height: 150px;*/
    text-decoration: none;
    align-self: center;
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
    overflow: visible;
    font-size: 4.5vw;
    text-transform: capitalize;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    z-index: 3;
    color: #f1f1f1;
    font-size: 4.5rem;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
