

.image, .mainBody{
    margin: auto;
    width: 50%;
    padding: 10px;
}
@media screen and (max-width: 720px) {
    .image, .mainBody{
        width: 100%;
    }
}


.caption{
    text-align: center;
    font-size: 0.75em;
    font-weight: lighter;
    margin: 0px;
}


.photoroll > div > a{
    text-decoration: none;
}

.photoroll > div:hover{
    transform: scale(1.05);
    transition: all 1s ease;
    box-shadow: 0 0 20px 5px #1b1d22;
}
.photoroll > div{
    transform: none;
    transition: all 1s ease;
}

.photo{
    max-width: -webkit-fill-available;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
em{
    display: block;
    font-weight: lighter;
    font-size: 0.95em;
}
.caption > span{
    display: block;
    font-weight: bold;
}
.icon{
    vertical-align: bottom;
    width: 25px;
}

#photos{
    margin-left:5%;
    margin-right:5%;
}
.description{
    position: relative;
    bottom: 100%;
    font-size: 0.75em;
    padding: 0.5em;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (prefers-color-scheme: light) {
    html{
      background-color:#EDEDE9;
      color:#102940
    }
    a{
      color:#42a4ff;
    }
    .subdued,header span{
      color: #4d6e8c;
    }
}
.tall-view{
    width: 45%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 720px) {
    .tall-view{
        width: 100%;
    }
}
.projects{
    grid-gap: 1.5em;
}
.title{
    position: relative;
    bottom: 100px;
    padding-left: 25px;
    font-size: 1.25em;
    background-color: rgb(19 41 63 / 50%);
}

/* .lightbox{
    cursor: pointer;
} */