body {
    background: linear-gradient(180deg, #F4C6D4 0%, #F4CEC6 100%);
    font-family: 'Jost', sans-serif;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    color: #157A74;
}

p {
    color: var(--text-body-color, #7D7D7D);
    /* text-align: center; */

    /* Text Body Style */
    font-family: Jost;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 147.826% */
}

p,
li,
a {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}

.text-justify {
    text-align: justify;
}

.topBar {
    background-color: #1DA9A1;
    box-shadow: 0px 6px 6px 0px #00000040;
}

.topBar .nav-item .nav-link {
    color: #fff;
}

.topBar .nav-item .nav-link.active {
    font-weight: 900;
}

.topBar .active {
    border-bottom: 2px solid #ffffff;
}

.max-height {
    height: 80vh;
}

.topBar .navbar-brand {
    margin: initial;
}

.topBar .nav {
    margin: initial;
}


@media only screen and (max-width: 530px) {
    .topBar .navbar-brand {
        margin: auto !important;
    }

    .topBar .nav {
        margin: auto !important;
    }
}


.imageBox {
    border-radius: 10px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Position the "next button" to the left */
.prev {
    left: 0;
    border-radius: 0 3px 3px 0;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: rgb(40, 40, 40);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
    color: rgb(40, 40, 40);
    font-size: 15px;
    padding: 4px 12px;
    position: absolute;
    bottom: 4px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: rgb(40, 40, 40);
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.activeSlide,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fudge {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.link-icon {
    width: 100%;
    max-width: 60px;
}

.footer {
    background-color: #1DA9A1;
    box-shadow: 0px -4px 4px 0px #00000040;
    padding: 24px 0px;

}

.footer p {
    color: #ffffff;
}