.exhibition-downloand-btn {
    color: #FFF;
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#B22222));
    background: -webkit-linear-gradient(top, #FF0000, #B22222);
    background: -moz-linear-gradient(top, #FF0000, #B22222);
    background: -ms-linear-gradient(top, #FFF0000, #B22222);
    background: -o-linear-gradient(top, #FF0000, #B22222);
    background-color: #B22222;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    cursor: pointer;
}

.exhibition-downloand-btn:hover {
    background: none;
    background-color: #FF0000;
    color: #fff;
}

.exhibition-h3 {
    margin: 30px auto;
    color: #cc0066;
}
