
.container p, .container span {
    color: #ffffff !important;
}

.imgbox {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.imgalign {
    width: 100%;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(32, 117, 188, 0.85);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: left;
}

.imgbox:hover .overlay {
    opacity: 1;
}

@media (max-width: 1199.98px) {
    .header_button_style {
        margin-top: -50px !important;
    }
}