.large-header {
    position: relative;
    width: 100%;
    /*background: #111;*/
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    bottom: 250px;
    z-index: 100;
}

.main-title {
    position: absolute;
    margin: 0;
    padding: 0;
    color: #F9F1E9;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.demo .main-title {
    text-transform: uppercase;
    font-size: 4.2em;
    letter-spacing: 0.1em;
}

.main-title .thin {
    font-weight: 200;
}

@media only screen and (max-width: 768px) {
    .demo .main-title {
        font-size: 3em;
    }
}

.card a:hover {
    text-decoration: none;
    color: #000;
}

.hidden {
    display: none !important;
}

.contact, .adress, .social {
    padding-left: 0 !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-4 {
    padding: 1rem !important;
}

.p-10 {
    padding: 2.5rem !important;
}

.pb-10, .py-10 {
    padding-bottom: 2.5rem !important;
}

.pt-10, .py-10 {
    padding-top: 2.5rem !important;
}