/*Latiesha's personal project orphic*/

body{
    margin: 0%;
    padding: 0%;
}

/*ALL NAV*/
    nav{
        padding: 0px 20px 20px;
    }

    nav ul {
        display : flex;
        flex-direction: row;
        flex-wrap: nowrap;
        list-style-type: none;
        float: left;
    }

    /*Includes: navigation bar's items*/
    nav ul li {
        padding-right: 25px;
    }

    /*Includes: navigation bar's links*/
    nav ul li a {
        color : #D9D9D9;
        text-decoration : none;
        font-size: 1.5em;
        padding : 0.5rem;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
    }

    /*Includes: navigation bar's links when hovered over*/
    nav ul li a:hover{
        color: #ffffff;
        text-shadow: 0px 0px 14px #dbb8e2;
    }
/*ALL NAV*/

/*TITLES*/
    /*Includes: center title on home page*/
    .Title{
        text-decoration : none;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
    }
/*TITLES*/



/*TEXT*/
    .secondSection div p{
        text-decoration : none;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal; 
    }
/*TEXT*/



/*BUTTONS*/
    .buttonOne{
        padding: 0px 180px;
    }

    .buttonOne button{
        background-color: #241A28; 
        border-radius: 10px;
        border: none;
        color: #D9D9D9;
        padding: 25px 75px;
        font-size: 2.2rem;
    }

    .buttonTwo{
        padding: 25px 0px;
        text-align: center;
    }

    .buttonTwo button{
        background-color: #959096; 
        border-radius: 6px;
        border: none;
        color: #241A28;
        padding: 15px 30px;
        font-size: 1.7rem;
    }

    .buttonThree{
        text-align: center;
        padding: 0px 0px 40px;
    }

    .buttonThree button{
        background-color: #241A28; 
        border-radius: 6px;
        border-radius: 12px;
        border-style: solid;
        border-width: 5px;
        border-color: #D9D9D9;
        color: #959096;
        padding: 15px 60px;
        font-size: 1.7rem;
    }

    button{
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
    }

    button:hover{
        color: #ffffff;
        box-shadow: 0px 0px 20px #dbb8e2; 
    }
/*BUTTONS*/



/*ALL SECTIONS*/ 
    section{
        margin:0%;
        padding: 0%;
    }

    .secondSection{
        background-position: center center;
        background-repeat: repeat;
        background-size: cover;
        width: 100%;
    }
    .leftSec{
        float: left;
    }
        
    /*3D model Nula*/
    .rightSec{
        float: right;
    }
/*ALL SECTIONS*/



/*FOOTER*/
    footer{
        clear : both;
        padding: 40px 0px 0px;
    }

    footer p{
        font-size : .75em;
        padding: 10px 40px;
        color : #D9D9D9;
        text-decoration : none;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal; 
    }

    footer ul{
        display : flex;
        flex-direction: row;
        flex-wrap: nowrap;
        list-style-type: none;
        float: left;
    }

    footer ul li{
        padding-right: 25px;
        font-size : .80em;
    }

    footer ul li a {
        color : #D9D9D9;
        text-decoration : none;
        font-size: 1.5em;
        padding : 0.5rem;
        font-family: "Plus Jakarta Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
    }

    footer ul li a:hover{
        color: #ffffff;
        text-shadow: 0px 0px 14px #dbb8e2;
    }
    
    footer hr{
        width: 95%;
        border-top: 3px solid #bbb;
    }
/*FOOTER*/
