body {
    font-family: Arial, sans-serif;
}

/*#hero {*/
/*    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);*/
/*}*/

section {
    padding: 60px 0;
}

.btn-warning {
    font-weight: bold;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.text-dark {
    color: #333 !important;
}

#contact a {
    transition: color 0.3s;
}

#contact a:hover {
    color: #ff9800;
}
