.year {
    font-family: 'Lato', sans-serif !important;
    font-size: 36px;
}

h2.year a.year-active {
    color: #333 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 36px;
}

@media only screen and (max-width:768px) {
    .year {
    font-size: 24px;
}
h2.year a.year-active {
    color: #333 !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 24px;
}
}

h2.year {
    padding-top: 30px;
}

a.year:hover {
    color: #333 !important;
}

section.photo-section div.row img {
    width: 100%;
    padding-top: 10px;
    height: 131px;
    object-fit: cover;
}

section.photo-section div.row p {
    color: black !important;
    text-align: center;
    font-weight: 550;
}

div.row a.white-box {
    background-color: white;
    border: 4px solid gray;
    padding-bottom: 20px;
    transition: 0.3s;
}
@media screen and (min-width:768px) {
.offset-personalized {
    margin-left: 0.25%;
    margin-bottom: 2%;
}
}

div.row a.white-box:hover {
    transform: translateY(0.6rem);
}

b.bolder {
    font-weight: 1000;
}

@media (min-width:1200px) {
    .col-xl-2 {
        width: 19.66666667% !important;
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        width: 19.66666667%;
    }
}
