/* nav bar */
nav.navbar {
    background-color: #87b5ff;
}

.nav-link-text {
    color: white;
    font-weight: bold;
}

/* admin */
nav.navbar.admin {
    background-color: #777;
}

/* colored background */
.colored-div {
    background-color: #87b5ff;
}

/* wa button */
.wafloat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.wa-float {
    margin-top: 16px;
}

/* Marquee - Image Automatic Scroll */
/* https://way2tutorial.com/html/marquee_generator.php */
.marquee_code {
    height: 200px;
    background-color: #FAFAFA;
    font-family: Helvetica;
    font-size: 18pt;
    color: #FF9061;
    border-width: 5px;
    border-style: none;
    border-color: #FFFFFF;
}

/* home */
.home-header-container {
    position: relative;
}

.home-header-text {
    position: absolute;
    top: 40%;
    left: 15%;
}

.white-title-text {
    color: white;
    font-weight: bold;
}

.white-long-text {
    color: white;
    text-align: justify;
    line-height: 1.5;
    font-size: 1.2em;
}

.white-text {
    color: white;
    line-height: 1.5;
    font-size: 1.2em;
}

.black-long-text {
    color: black;
    text-align: justify;
    line-height: 1.5;
    font-size: 1.2em;
}

.black-title-text {
    color: black;
    font-weight: bold;
}

.black-text {
    color: black;
    line-height: 1.5;
    font-size: 1.2em;
}

.tagline-text {
    font-family: 'Magnolia Script', sans-serif;
}

.quote-color-text {
    color: #245185;
    font-size: 2em;
    font-family: 'Jumping Unicorn', sans-serif;
}

.page-title-text {
    font-family: 'Meldina', sans-serif;
}

.page-title2-text {
    font-family: 'Alexandria', sans-serif;
}

.page-title3-text {
    font-family: 'Mashetic', sans-serif;
}

.page-title4-text {
    font-family: 'Responsible', sans-serif;
}

.page-title5-text {
    font-family: 'Maulysia', sans-serif;
}

.page-title6-text {
    font-family: 'Meldina', sans-serif;
}

.page-title7-text {
    font-family: 'Marhey', sans-serif;
}

.exp-img {
    min-height: 400px;
    max-height: 400px;

    min-width: 400px;
    max-width: 400px;

    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ftsz1 {
    font-size: 1em;
}