@font-face {
  font-family: 'SteamPunkFlyer';
  src: url('fonts/SteamPunkFlyer.ttf') format('truetype');
}

.u-header {
    z-index: 1000 !important;
    background-color: transparent !important;
}

.u-header .u-nav-link {
    color: #007bff !important;
}

.contact-card {
    width: 400px;
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: 'SteamPunkFlyer', sans-serif;
	background-color: #f8f9fa;
}

.contact-card-header {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #dee2e6;
}

.contact-card-header h2 {
    margin: 0;
    font-size: 1.5rem;
}

.contact-card-body {
    padding: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-item i {
    font-size: 1.2rem;
    margin-right: 15px;
    color: #495057;
    width: 20px;
    text-align: center;
}

.contact-item span,
.contact-item a {
    font-size: 1rem;
    color: #495057;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

.contact-card-footer {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
}

.social-links a {
    font-size: 2rem; /* Increased size */
    margin: 0 10px;
    color: #495057;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #007bff;
}
