.anav {
    text-decoration: none;
    color: rgb(115, 115, 115);
}

.navigation {
    background: rgba(87, 87, 87, 0.2);
    backdrop-filter: brightness(90%);
    position: static;
    margin-top: 0vh;
}

.anavcurrent {
    color: red;
}

.maincontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 10vw;
    margin-right: 10vw;
}

.imagedivquarter {
	flex-basis: calc(25% - 6vw);
    margin-left: 3vw;
    margin-right: 3vw;
}

.imagedivhalf {
	flex-basis: calc(50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.smallimagedivthird {
	flex-basis: calc(33.33% - 3vh);
    height: calc(30vh);
}

.imagepreview {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tall {
    height: calc(68vh);
}

.wide {
    height: calc(35vh);
    flex-basis: 100%;
    margin-bottom: 3vh;
}

.third {
    height: calc(30vh);
}

.subcontainer {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-basis: 100%;
}

.one {
    margin-right: 3vh;
}

.two {
    margin-left: 1.5vh;
    margin-right: 1.5vh;
}

.three {
    margin-left: 3vh;
}

.category {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 40vh;
    margin-right: 40vh;
    text-transform: capitalize;
    font-family: calibril, sans-serif;
    font-size: 16px;
    color: rgb(149,149,149);
    line-height: 0px;
}

.categorytext {
    flex-basis: 25%;
    display: flex;
    justify-content: center;
}

.categorytwo {
    margin-bottom: 5vh;
}

.currentcategory {
    color: red;
}