@media (min-width: 768px) {
    header .intro-text {
        padding-top: 150px;
        padding-bottom: 200px;
    }
}

.modal-body p {
    font-size: 1.5em;
    line-height: 1.75;
}

#kontakt h3 {
    color: white;
    margin-bottom: 15px;
    font-size: 2em;
}

#kontakt h1 {
    color: white;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #323232;
}

header .intro-text h2 {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.5em;
}