.cim1 {
    margin-top: 10px;
}

h1 {
    margin-bottom: 30px;
}

h2 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size:1.5em;
}

h3 {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 1.25rem;
}

#crew .modal-body {
    font-weight: bold;
}

.services {
    text-align: center;
}

.services .cim1{
    margin-bottom:120px;
}

.services button, .services .button {
    color: inherit;
    margin: 0 15px;
    padding: 5px;
    border: 2px solid transparent;
}

.services button:hover, .services .button:hover {
    border: 2px solid;
}

.services .justify-content-between {
    flex-wrap: wrap;
}

.services .justify-content-between:last-of-type {
    margin-bottom: 25px;
}

.coproduction h1{
    font-size:1.5em;
}


/* TAX modal */
#tax .modal-body, #tax .modal-body p {
    font-size: 1rem;
    text-align: left;
}

#tax .modal-body h5 {
    font-size: 1.5rem;
    margin-top: 50px;
    margin-bottom: 50px;
}

#tax .modal-body h6 {
    font-size: 1.1rem;
    margin-top: 30px;
    margin-bottom: 30px;
}

#tax .modal-body ul:first-of-type {
    list-style-type: "- ";
}

#tax .modal-body li {
    margin-bottom: 15px;
    text-align: justify;
}




/* <<==--   RESPONSIVE   --==>> */

@media only screen and (max-width: 1500px) {}

/* Tablet fekvő (1024 - 1279px)*/
@media only screen and (max-width: 1279px) {}

/* Tablet álló (768 - 1023px) */
@media only screen and (max-width: 1023px) {}

/* Telefon fekvő (576 - 767px) */
@media only screen and (max-width: 767px) {
    .cim1 {
        margin-top: 50px
    }

    .services .button {
        width: 100%;
    }
    
    h2 {
        margin-bottom: 10px;
    }
       .services .cim1 {
    margin-bottom: 80px;
}

}


/* Telefon álló (300 - 575px) */
@media only screen and (max-width: 575px) {
    .cim1 {
        font-size: 38px;
    }

}
