body {
    font-family: 'Muli';
    line-height: 150%;
    /* color: #162b75; */
    font-size: 14px;
}

.root {
    max-width: 1100px;
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}

.quotation {
    color: #162b75;
    margin-top: 20px;
}

.quote {
    margin-top: 20px;
}

.title {
    margin-top: 20px;
}

.active-tab {
    font-weight: bold;
}

.img-credit {
    font-size: 0.7em;
}

img.rogha {
    width: 240px;
    margin-left: 20px;
}

.title-text {
    margin-top: 65px;
}

img.ellen {
/*     object-fit: cover; */
    width: 80px;
/*     height: 80px; */
/*     border-radius: 50%; */
    margin: 0 auto;
    margin-top: 40px;
}

a {
    color: #162b75;
}

.navbar {
    border-bottom: 0.2em solid #162b75;
}

/* Home */

.jenga-home {
    width: 80%;
}

.home-intro {
    margin-bottom: 20px;
}

.active.tab-title {
    font-weight: bold;
}

.panel-title {
    color: #162b75;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 0px 5px 0px;
}

/* About */

.jenga-about {
    width: 80%;
}

/* Testimonials */

.jenga-testimonials {
    width: 80%;
}

.testimonials {
    max-width: 800px;
    margin: 0 auto;
}

.testimonial {
    margin: 30px;
}

.testimonial-text {
    text-align: right;
    font-style: italic;
}

.testimonial-author {
    font-weight: bold;
    text-align: right;
}

/* Contact */

.jenga-contact {
    width: 80%;
}

.contact-container {
    max-width: 100%;
    margin-top: 20px;
}

.contact {
    max-width: 300px;
}

.icon {
    text-align: right;
}
