/* contact-block.css *//* -----------------------------------------
   CONTACT BLOCK MODULE
------------------------------------------*/

.contact-block {
    background: #111111;
    border: 2px solid #FDB500;
    padding: 20px;
    border-radius: 12px;
    margin: 30px 0;
}

.contact-block h3 {
    color: #FDB500;
    margin-bottom: 10px;
}

.contact-block a {
    color: #FDB500;
    text-decoration: none;
    font-weight: bold;
}

.contact-block a:hover {
    text-decoration: underline;
}
