/* General */
body {
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 2;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

b {
    font-weight: 600;
}

.card {
    margin: 20px;
}

.card-body {
    font-weight: 600;
}

/* Jumbotron */ 

.jumbotron .lead {
    font-size: 1.6em;
}

@media (max-width: 1200px) {
    .jumbotron .display-3 {
        font-size: 4rem;
    }
}  

@media (max-width: 768px) {
    .jumbotron .display-3 {
        font-size: 3rem;
    }
}  

@media (max-width: 992px) {
    .jumbotron-img {
        max-width: 50%;
    }
}  

@media (max-width: 575px) {
    .jumbotron-img img {
        width: 100%;
    }
}