/*Latiesha's personal project orphic HOME*/
html{
    background-image: url("../images/Purple_bg.jpg");
}

nav{
    background-color: #241A28;
}

header{
    background-image: url("../images/section1Bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 740px;/*You must set a specified height*/
    background-color: #241A28;
    margin:0%;
    padding: 0%;
    width: 100%;
}


/*ALL TITLES*/
    .Title{
        color : #241A28;
        font-size: 4.8em;
        padding: 17rem 1rem 7rem;
    }
    .Title ul{
        margin:0%;
    }
    .Title ul li{
        list-style-type: none;
    }
    .Title ul li a{
        color: #2B242E;
    }
    .ORPHIC{
        padding: 0rem 11.2rem ;
    }
    .ORPHIC li{
        display : flex;
        flex-direction: row;
        flex-wrap: nowrap;
        list-style-type: none;
        float: left;
    }
    .title2{
        text-align: center;
        background : linear-gradient(#ffffff,#ffffff, #ffffff33);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 4em;
        padding: 10rem 0rem 0rem;
    }
/*ALL TITLES*/

/*TEXT*/
    .subTitle{
        padding: 20px 40px;
        color : #1d1520;
        text-decoration : none;
        font-size: 1.8em;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal; 
    }

    .description{
        text-align: center;
        color : #959096;
        font-size: 1.5em;
        padding: 0rem 20rem;
    }
/*TEXT*/

/*ALL SECTION 2*/ 
    .secondSection{
        background-image: url("../images/PurpleBg.png");
        height: 1000px;
    }
/*ALL SECTION 2*/ 

/*SLIDESHOW (sec 3)*/ 
    * {box-sizing:border-box}

    /* Slideshow container */
    .slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
    }

    /* Hide the images by default */
    .mySlides {
        display: none;
    }

    /* Next & previous buttons */
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: 18px;
        padding: 16px;
        color: #D9D9D9;
        font-weight: bold;
        font-size: 30px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: -45px;
    }
    /* Position the "previous button" to the left */
    .prev {
        left: -45px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        color: #241A28;
        filter: drop-shadow(0px 0px 10px #e5a4f1); 
    }

    /* Caption text */
    .text {
        cursor: pointer;
        color : #D9D9D9;
        text-decoration : underline;
        text-decoration-thickness: 2.8px;
        font-size: 1.2em;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal; 
        padding: 8px 12px 20px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }

    .text:hover {
        color: #ffffff;
        filter: drop-shadow(0px 0px 10px #e5a4f1);
    }
    

    /* 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;
    }

    .active, .dot:hover {
        background-color: #717171;
    }

    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }
/*SLIDESHOW*/



/*ALL SECTION 4*/ 
    /*INFO BOX*/
        .sideInfo{
            float: right;
            width: 25%;
            padding: 0px 30px;
        }

        .info{
            border-radius: 12px;
            border-style: solid;
            border-width: 5px;
            border-color: #D9D9D9;
            background-color: #241A28;
            padding: 10px 40px 25px;
        }

        .info h2{
            color : #D9D9D9;
            text-decoration : none;
            font-size: 1.8em;
            font-family: "Plus Jakarta Sans", sans-serif;
            font-optical-sizing: auto;
            font-weight: 700;
            font-style: normal; 
        }

        .info p{
            color : #959096;
            text-decoration : none;
            font-size: 1.4em;
            font-family: "Plus Jakarta Sans", sans-serif;
            font-optical-sizing: auto;
            font-weight: 700;
            font-style: normal; 
        }
    /*INFO BOX*/

    /*GALLERY*/
        .photoRow{
            float: left;
            width: 75%;
        }

        /* Three image containers (use 25% for four, and 50% for two, etc) */
        .column {
            float: left;
            width: 33.33%;
            padding: 0px 40px 50px;
        }

        .column img{
            border-radius: 12px;
        }

        .column img:hover{
            transform: translateY(-20px);
        }

        /* Clear floats after image containers */
        .row::after {
            content: "";
            clear: both;
            display: table;
        }
    /*GALLERY*/
/*ALL SECTION 4*/ 