section.photos .left_site
{
    margin-bottom: 0;
    padding-top: 40px;
}

section.photos a
{
    text-decoration: none;
    color: #2B455C;
}

section.photos .photo, section.photos .album{
    width: 300px;
    margin-right: 5px;
    margin-left: 5px;
}

section.photos .photo img
{
    width: 100%;
}

section.photos .images{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

section.photos .photo .title{
    text-align: left;
    position: relative;
    height: 70px;
    top: -73px;
    bottom: 0;
    align-items: center;
    padding: 6px;
    color: #F1F5FD;
    display: none;
}

section.photos .photo:hover .title{
    display: flex;
}

section.photos  .photo {
    height: 19vw;
}

section.photos .album img
{
    width: 100%;
}

section.photos .album {
    height: 19vw;
}

section.photos img{
    width: 300px;
    height: 225px;
    object-fit: cover;
}

section.photos .album .title{
    text-align: left;
    background-color: #dee9ff9d;
    position: relative;
    top: -73px;
    height: 70px;
    bottom: 0;
    align-items: center;
    padding: 6px;
    display: flex;
}

section.photos .album:hover .title{
    color: #F1F5FD;
}

section.photos .Nav a{
    text-decoration: none;
    color: #004F98;
    margin-bottom: 20px;
}

section.photos .Nav {
    margin-bottom: 20px;
}

section.photos .Nav a:hover{
    text-decoration: underline;
}

h1{
    margin-bottom:0 !important;
}

section.photos .row:first-child{
    margin-top: 40px;
}

section.photos .paginator
{
    text-align: center;
}

@media screen and (max-device-width: 600px){
    section.photos .paginator {
        display: none;
    }
}


section.photos .paginator button
{
    width: 30px;
    height: 30px;
    margin-right: 8px;
    background-color: #F1F5FD;
    color:#004F98;
    font-family: "FiraSansBold";
    border: 0;
}

section.photos .paginator button:last-child
{
    margin-right: 0;
}

section.photos .paginator .active
{
    color:#FB406D;
}

section.photos .paginator .no_active
{
    color:#B0B0B0;
    background-color: #F5F5F5;
}

section.photos .paginator .no_active svg path
{
    fill:#B0B0B0;
}

section.photos .paginator button:hover
{
    background-color: #DEE9FF;
}

section.photos .paginator .no_active:hover
{
    background-color: #F5F5F5;
}

section.photos .left_site
{
    margin-right: 0;
    margin-bottom: 30px;
}

@media screen and (max-device-width: 600px){
    section.photos .left_site {
        margin-bottom: 10px;
    }
}