@charset "utf-8";
/* gallery */
.section--gallery {
    background-color: #227c9d;
}

.topic {
    padding-top: 50px;
    color: #f7f7f7;
}

.gallery__txt {
    color: #F7F7F7;
    margin: 0 6%;
    margin-bottom: 20px;
    font-size: 1.2rem;
} 

.topic--gallery {
    margin-top: 0;
}

.gallery__img__box:first-of-type {
    margin-top: 50px;
}

.gallery__img__box {
    width: 45.3%;
    margin: 30px auto 0;
    text-align: center;
}

.gallery__gallery__img {
    width: 100%
}

a img {
    border: solid 3px #f7f7f7;
}

a img:hover {
    border: solid 5px #f7f7f7
}

.gallery__img__title {
    margin-top: 10px;
    color: #F7F7F7;
    font-size: 1.5rem;
    font-weight: 400;
}

.gallery__img__date {
    margin-top: 10px;
    color: #F7F7F7;
    font-size: 1.2rem;
}

/* footer */
.footer--gallery {
    margin-top: 0;
}

@media screen and (min-width: 769px) {
    .topic--gallery {
        padding-top: 100px;
    }

    .gallery__flex__box {
        display: flex;
        margin-top: 50px;
    }

    .gallery__img__box:first-of-type {
        margin-top: 30px;
    }

    .gallery__img__box {
        width: 20%;
    }

    
}