@import 'theme/main.css';
@import 'theme/footer.css';
@import 'theme/navbar.css';
@import 'theme/fullpage.css';


.big-contact {
    flex-grow: 1;
}

.title-img {

    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 150px;
}

.bg-title-black {
    height: 100%;
    background: #0000007c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}



.contact-box {
    border: 1px solid #eeeeee;
    margin-bottom: 2rem;
}

.contact-data {
    padding: 2rem;
}

.contact-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
fix
*/
.social-data {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.social-datashow {
    display: flex;
    align-items: center;
}

.social-datashow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-datashow p {
    margin-bottom: 0rem;
}

.social-datashow p a {
    color: black;
    text-decoration: none;
}

.social-datashow p a:hover {
    color: #224aff;
}

.social-data i {
    font-size: 40px;
    margin-bottom: 0rem;
}