
body {
    margin: 0;
}

 #header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    z-index: 2;
    top: 0;
    width: 100vw;
    height: 100px;
    background: white;
 }

    #logo {
        display: flex;
        width: 50%;
        justify-content: flex-start;
        align-items: center;
        padding-left: 10px;
    }

        #paradiselogo {
            height: 80px;
            width: 80px;
        }

        #header_title {
            font-family: "Zen Dots";
            color:#1D48D4;
            font-size:40px;
        }

    #nav_container {
        width: 50%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #nav_bar_container {
            display: flex;
            justify-content: space-around;
            align-items: center;
            background-image: linear-gradient(to bottom right, #1D48D4, #000080);
            width: 90%;
            height: 40px;
        }

            .nav_bar {
                text-align: center;
            }

            .nav_bar a {
                color: white;
                font-family: Nunito;
                font-size: 20px;
                font-weight: bold;
                text-decoration: none;
            }

            .nav_bar a:visited {
                color: white;
                font-family: Nunito;
                font-size: 20px;
                font-weight: bold;
                text-decoration: none;
                text-decoration: underline;
                text-decoration-color: #F2A531;
                text-decoration-thickness: 3px;
            }

            .nav_bar a:hover {
                color: #F2A531;
            }

            .about_text {
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;
                color: white;
                font-family: Nunito;
                font-size: 20px;
                font-weight: bold;
            }

            .about_text:hover {
                color: #F2A531;
            }

            .about_content a {
                text-decoration: none;
                color: white;
                font-family: Nunito;
                font-size: 14px;
                font-weight: bold;
                padding: 3px 10px 3px 10px;
            }

            .about_content {
                display: none;
                position: absolute;
                background-color: #4265D9;
            }

            .about:hover .about_content {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
            }

            .about_content a:hover {
                color: #F2A531;
            }

#footer_container {
    display: flex;
    background-image: linear-gradient(to bottom right, #1D48D4, #000080);
    height: 200px;
    align-items: center;
}

    .footer_text_container {
        width: 30%;
        padding: 0px 20px 0px 20px;
    }

    .footer_title {
        color: white;
        font-family: Nunito;
        font-size: 25px;
        font-weight: bold;
        padding: 5px 0px 5px 0px;
        margin-top: 0px;
        border-bottom: 3px solid #F2A531;
    }

    .footer_text {
        color: white;
        font-family: Nunito;
        font-size: 15px;
        padding: 2px 1px 2px 1px;
        margin: 0px 0px 0px 0px;
    }

    #social_media {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-right: 20px;
        height: 200px;
    }

    .icon_container {
        width: 90px;
        height: 90px;
    }

    .social_media_icons {
        height: 70px;
        width: 70px;
        padding: 5px 5px 5px 5px
    }

    .social_media_icons:hover {
        height:80px;
        width:80px;
    }

.space {
    height: 150px;
}

/* Home Page Slideshow */
.slideshow-container {
    max-width: 90%;
    position: relative;
    z-index: 1;
    margin: 10px 5% 10px 5%;
}

    .myslides {
        display: flex;
    }

    .myslides img{
        height: 500px;
    }

    .slide-text {
        font-size: 22px;
        position: absolute;
        padding: 8px 12px;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }

    #first-slide {
        color: #f2f2f2;
    }

    #second-slide {
        color: #f2f2f2;
    }

    #third-slide {
        color: #4C4E52;
    }

    .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 4.5s;
        animation-name: fade;
        animation-duration: 4.5s;
    }

    @-webkit-keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }

    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }

/* Home Page Welcome */
.welcome-container {
    position: relative;
    z-index: 1;
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    }

    .welcome-header {
        color: #616161;
        font-family: Nunito;
        font-size: 100px;
        font-weight: bold;
        position: absolute;
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }

    .welcome-message {
        color: #999999;
        font-family: Nunito;
        font-size: 30px;
        font-weight: bold;
        position: absolute;
        width: 100%;
        text-align: center;
        padding-top: 160px;
    }

    .welcome-church {
        position: absolute;
        margin-top: 270px;
        display: flex;
        width: 100%;
        height: 100px;
    }

    .welcome-img {
        margin: 0px 25px 0px 80px;
        display: flex;
    }

    .welcome-img img {
        justify-content: center;
        align-items: center;
        height: 100px;
        width: 100px;
    }

    .welcome-church-time {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .service-text {
        display: flex;
    }

    .service-text div {
        font-family: Nunito;
        font-size: 30px;
        font-weight: bold;
    }

    .service-text-message {
        color: #999999;
    }

    .service-text-time {
        color: #F2A531;
        margin-left: 10px;
    }

    .direction-button-container {
        justify-content: flex-end;
        align-items: center;
        display: flex;
        margin-left: 110px;
        width: 30%;
    }

    .direction-button {
        justify-content: flex-end;
        width: 70%;
        height: 70%;
        background-color: #616161;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Nunito;
        font-size: 40px;
        font-weight: bold;
        color: #F2A531;
        border-style: outset;
        border-color: #999999;
        border-radius: 0px;
        text-decoration: none;
    }

    .direction-button:hover {
        opacity: 0.8;
    }

/* Home Page Faith */
.faith-container {
    position: relative;
    z-index: 1;
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    }

    .faith-header {
        color: #282828;
        font-family: Nunito;
        font-size: 100px;
        font-weight: bold;
        position: absolute;
        width: 100%;
        text-align: left;
        padding-top: 30px;
        padding-left: 30px;
    }

    .faith-message {
        color: #616161;
        font-family: Nunito;
        font-size: 30px;
        font-weight: bold;
        position: absolute;
        width: 100%;
        text-align: left;
        padding-top: 160px;
        padding-left: 140px;
    }

    .scroll-pic {
        position: absolute;
        bottom: 1px;
        left: 27%;
        width: 200px;
        height: 200px;
    }

    .scroll-pic:hover {
        opacity: 0.5;
    }

/* Home Page Daughters of the King Banner */
.DOTK-container {
    position: relative;
    z-index: 1;
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    }

    .DOTK-header {
        color: #FFFFFF;
        font-family: Nunito;
        font-size: 100px;
        font-weight: bold;
        position: absolute;
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }

    .DOTK-message {
        color: #FFFFFF;
        font-family: Nunito;
        font-size: 30px;
        font-weight: bold;
        position: absolute;
        width: 100%;
        text-align: center;
        padding-top: 160px;
    }

    .DOTK-message-link-container {
        position: absolute;
        padding-top: 220px;
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .DOTK-text {
        display: flex;
        color: #FFFFFF;
        font-family: Nunito;
        font-size: 25px;
    }

    .DOTK-text-time {
        color: #F2A531;
        font-family: Nunito;
        font-size: 25px;
        margin-left: 10px;
    }

    .female-pic {
        width: 180px;
        height: 180px;
    }

    .female-pic: hover {
        opacity: 0.5;
    }

/* Home Page Sermons Banner */
.sermon-container {
    position: relative;
    z-index: 1;
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    }

    .sermon-header {
        color: #F2A531;
        font-family: Nunito;
        font-size: 100px;
        font-weight: bold;
        position: absolute;
        width: 100%;
        text-align: Left;
        padding-top: 100px;
        padding-left: 80px;
    }

    .sermon-button-container {
        position: absolute;
        align-items: center;
        display: flex;
        padding-top: 250px;
        margin-left: 170px;
        width: 220px;
        height: 60px:
    }

    .sermon-button {
        justify-content: center;
        width: 100%;
        height: 100%;
        background-color: #616161;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: Nunito;
        font-size: 40px;
        font-weight: bold;
        color: #F2A531;
        border-style: outset;
        border-color: #999999;
        border-radius: 0px;
        text-decoration: none;
    }

    .sermon-button:hover {
        opacity: 0.8;
    }

/* Home Page Youth Banner */
.youth-container {
    position: relative;
    z-index: 1;
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    filter: brightness(0.5);
    }

    .youth-header {
        color: #EE2C09;
        font-family: Nunito;
        font-size: 120px;
        font-weight: bold;
        position: absolute;
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }

    .youth-message {
        color: #F5593D;
        font-family: Nunito;
        font-size: 55px;
        font-weight: bold;
        position: absolute;
        width: 100%;
        text-align: center;
        padding-top: 160px;
    }

    .youth-message-link-container {
        position: absolute;
        padding-top: 260px;
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .youth-text {
        display: flex;
        color: #F5593D;
        font-family: Nunito;
        font-size: 40px;
    }

    .youth-text-time {
        color: #FF6700;
        font-family: Nunito;
        font-size: 40px;
        margin-left: 20px;
    }

    .youth-pic {
        width: 100px;
        height: 100px;
    }

    .youth-pic:hover {
        opacity: 0.95;
    }

/* Statement of Faith Page */

/* Statement of Faith Image Header */
.sof-main-container {
    position: relative;
    margin-bottom: -10px;
}

.sof-main-container img {
    height: 300px;
    width: 100%;
    margin-bottom: 0px;
}

    .sof-main-text {
        position: relative;
        font-family: Nunito;
        font-size: 75px;
        font-weight: bold;
        color: #A8A8A8;
        background: #000000;
        text-align: center;
        height: 90px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 50px;
    }

    .all-beliefs {
        display: flex;
        display-direction: row;
    }

    .belief-box-1, .belief-box-2, .belief-box-3, .belief-box-4 {
        display: flex;
        border-style: solid;
        border-width: 5px;
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        margin-bottom: 50px;
        border-radius: 25px;
        border-color:#1D48D4;
        align-items: center;
        flex-direction: column;
        padding: 20px 5px 20px 5px;
    }

    .belief-box-1 {
        height: 500px;
    }

    .belief-box-2 {
        height: 350px;
    }

    .belief-box-3 {
        height: 310px;
    }

    .belief-box-4 {
        height: 510px;
    }

    .belief-box-1 img, .belief-box-2 img, .belief-box-3 img, .belief-box-4 img {
        height: 60px;
        width: 60px;
    }

    .belief-title {
        font-family: Nunito;
        font-size: 30px;
        font-weight: bold;
        color: #616161;
        text-align: center;
    }

    .belief-line {
        border-bottom: solid;
        width: 90%;
        border-color: #F2A531;
        margin-bottom: 15px;
    }

    .belief-text {
        font-family: Nunito;
        font-size: 20px;
        color: #999999;
        text-align: center;
    }

    .verse-ref {
        font-family: Nunito;
        font-size: 20px;
        font-weight: bold;
        color: #616161;
        margin-top: 20px;
    }

    .verse {
        font-family: Nunito;
        font-size: 20px;
        margin-left: 5px;
        margin-right: 5px;
        color: #F2A531;
        margin-top: 20px;
        text-align: center;
    }

    .paragraph-text {
        margin: 20px 20px 20px 20px;
    }

    .paragraph-text p {
        font-family: Nunito;
        font-size: 20px;
        color: #999999;
        margin: 20px 5px 20px 5px;
        text-indent: 40px;
        text-align: justify;
        text-justify: inter-word;
    }

    .paragraph-text img {
        float: left;
        height: 427px;
        width 228px:
    }

    #paragraph-image-pastor {
        margin-right: 20px;
    }

    .all-services-box {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 30px;
    }

    .service-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 400px;
    }

    .service-image {
        margin-top: 10px;
    }

    .ministries-box-1 {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        margin: 30px 20px 30px 20px;
    }

    .ministry-box {
        position: relative;
        width: 40%;
        height: 500px;
    }

    .ministry-box img {
        width: 100%;
        height: 100%;
    }

    .ministry-header-text {
        font-family: Nunito;
        font-size: 40px;
        color: #FDFEFF;
        font-weight: bold;
        text-align: center;
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .ministry-body-text {
        font-family: Nunito;
        font-size: 30px;
        color: #FDFEFF;
        font-weight: bold;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .ministry-time-text {
        font-family: Nunito;
        font-size: 22px;
        color: #FDFEFF;
        font-weight: bold;
        text-align: center;
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .ministry-join-us-text {
        font-family: Nunito;
        font-size: 40px;
        color: #F2A531;
        font-weight: bold;
        text-align: center;
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .under-construction {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    .under-construction-image {
        margin: 10px;
    }

    .under-construction-text {
        margin: 10px;
        font-size: 50px;
    }