
/* Jumbotron */
.jumbotron {
    min-height: 10rem;
}

.jumbotron h1 {
    font-size: 10ch;
}

.group-jumbotron {
    padding: 15% 0;
}

/* Section Research */
.sec-research {
    min-height: 20rem;
    padding: 3rem 0;
    background-color: #004681;
}

.sec-research .content-research {
    min-height: 15rem;
    background-size: cover;
    background-position: center;
    transition: all 0.5s;
}

.content-research p {
    padding: 45% 0;
    font-size: 2ch;
    color: transparent;
    transition: all 0.5s;
}

.content-research p:hover {
    color: white;
}

/* Section Life Gallery */
.sec-life {
    min-height: 40rem;
}

.sec-life-content {
    padding: 20% 0;
}

.sec-life-content h1 {
    font-size: 15ch;
}

/* Section About */
.sec-about {
    min-height: 5rem;
}

.sec-about .sec-about-content {
    padding: 35% 0;
}

.sec-about h1 {
    font-size: 8ch;
}

.sec-about a {
    font-size: 3ch;
}

/* Section Articels */
.sec-article {
    min-height: 30rem;
    padding: 5rem 0;
}

.sec-article .article-left {
    min-height: 40rem;
    background-position: center;
    background-size: cover;
    border-radius: 1.8rem;
}

.sec-article .article-right {
    min-height: 19.5rem;
    background-position: center;
    background-size: cover;
    border-radius: 1.8rem;
}

.sec-article .article-content-left, .article-content-right {
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Section IG */
.sec-ig {
    min-height: 20rem;
    padding: 5rem 0;
    background-color: #004681;
}

/* Section Sosmed */
.sec-sosmed {
    min-height: 3rem;
    padding: 1rem 0;
}

