.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(33.5% - 6vw);
    margin-left: 3vw;
    margin-right: 3vw;
}

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

.smallimagedivhalf {
	flex-basis: calc(50% - 1vh);
}

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

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

.widetwo {
    height: calc(15vh);
    flex-basis: 100%;
    margin-bottom: 2vh;
}

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

.one {
    margin-right: 1vh;
}

.two {
    margin-left: 1vh;
}

.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;
}

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

.categorytexttwo {
    flex-basis: 33.33%;
    display: flex;
    justify-content: center;
    margin-bottom: 5vh;
}

.currentcategory {
    color: red;
}