.gallerylink,.gallerylink:hover{
    color: white;
    font-weight: 900;
        background-color: #541B24;
    padding: 10px;
    font-size: 24px;
border-radius: 15px;
}

.gallery-item .overlay-inner .link {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    margin: 05px 5px;
    font-weight: 400;
    display: inline-block;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.agreement{
display: none;}
.alert-warning,.alert-success{
    padding: 15px;
    font-size: 24px;
font-weight: 900;
color: red;}