 * {
        padding: 0;
        margin: 0;      
}

 body {
         font-family:'the light font', sans-serif;
         font-size: 1em;
         background: url('Photos/Family.jpg');
         background-size: cover ;
         max-width: 100%;
         background-attachment: fixed;    
         background-position: top;
         color: #fcd059;   
         background-color: #202a45be;
}

 /* --------------------------------------- Navigation ----------------------------------- */
       
.navbar {
         width: 11.5em;
         height: 12em;
         
         background-color: #202a45b9;
         border-right: solid 4px #fcd059;
         position: fixed;
         top: 0;
         left: -15em;
         display: flex;
         flex-direction: column;
       
         border-radius: 0 20% 60% 0%;
         transition: left 0.5s cubic-bezier(1,1,1,1);
         padding-bottom: 13em;
         z-index: 1000;
}

.logo-container {
         display: flex;
         justify-content: center;
         margin-top: 3.5em;
         margin-bottom: 1em;
         z-index: 1;
}

#Logo-img {
        border-radius:50% ;
        height: 10.8em;
        border: solid 3px white;
        
}
  
.nav-list {
         display: flex;
         flex-direction: column;
         padding: 5px;   
         position: relative;
         top: -2em;    
}

.nav-item {
         list-style: none;     
         text-align: left;
         margin-top: 2em;       
}
   
.nav-link {
         text-decoration: none;
         color: rgb(255, 255, 255);
         letter-spacing: 5px;
         text-transform: uppercase;
         font-size: 1.1em;
         font-weight: 300;
         position: relative;      
}
   
.nav-link::before,
.nav-link::after {
   
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        background-color: #fcd059;
        left: 0;
        transform: scaleX(0);
        transition: transform 0.25s;
        margin: -5px 0px;
}
   
.nav-link::after {
         bottom: 0;
         transform-origin: right;
}
   
.nav-link::before {
        top: 0;
        transform-origin: left;
}
   
.nav-link:hover::before,
.nav-link:hover::after {
        transform: scaleX(1); 
}
   
/* ------------------------------------- Hamburger Menu ----------------------------- */
        
.hamburger-menu {
        width: 24px;
        height: 24px; 
        
        position: fixed;
        top: 0;
        left: 0;
        margin: 4px 5px;
        cursor: pointer ; 
        
        /*3 Line formation to Hamburger style*/
        display: flex;
        flex-direction: column;
        justify-content: space-around; 

        border-radius: 50%;
        padding: 0.5em 0;  
}
  
.line {
        width: 100%;
        height: 2px; 
        border-radius: 10px;
        background-color: white;
        transition: all 0.6s;
}        
   
.change .line-1 {
        transform: rotateZ(-405deg) translate(-5px, 5px);
}

.change .line-2 {
        opacity: 0;
}

.change .line-3 {
        transform: rotateZ(405deg) translate(-6px, -6px);
} 
   
.change {
        left: 0;
}

 /* ------------------------------------- SLOGAN ----------------------------- */
.slogan-container {
        position: absolute; 
        top: 0em;
        width: 100%;
        height: 3.2em;
        left: 0;
        right: 0;
        margin: auto;
      
        align-items: center;
        display: flex;
        justify-content: center;
        text-align: center;
        background-color: #202a45da;
        border-top: solid 1px #fcd059;
        border-bottom: solid 1px #fcd059;  
} 

#slogan {
        width: 65%;
        font-size: 0.7em;
}

                                 /* POPUP WINDOW FOR PHONE CONTAINER*/
.modal {
         display: none; /* Hidden by default */
         position: fixed; /* Stay in place */
         z-index: 10000; /* Sit on top */
         width: 100vw; /* Full width */
         height: 100vh; /* Full height */
         overflow: auto; /* Enable scroll if needed */
         background-color: rgb(0,0,0); /* Fallback color */
         background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
         padding: 5em 0;
}
      
                 /*------------------------------- Modal Content ---------------------*/
.modal-content {
         background-color: #202a45cb;
         margin: auto;
         width: 70vw;
         border-radius: 20px;
         border-top: solid 2.5px #fcd059;
         border-bottom: solid 2.5px #fcd059;    
         text-align: center;
         padding: 0.5em;
         display: grid;
         gap: 1em;   
}

h2 {
font-size: 0.9em;
}

p {
color: white;
text-decoration: none;
list-style: none;
font-size: 0.8em;
}

.modal-content img {
        max-width: 60%;
        border-radius: 15px;
        box-shadow: 0 0 5px 1px #fcd059;
}

                 /* The Close Button */
.close {
         color: #aaaaaa;
         font-size: 2em;
         position: relative;
         font-weight: bold;
         width: 1em;
         left: 0;
         height: 0.3em;
}
      
.close:hover,
.close:focus {
         color: #fcd059;
         text-decoration: none;
         cursor: pointer;
}

                 /* --------------------------- Contact Info Footer ------------------- */
.contact-info-container {
         background-color: #202a45b9;
         color: #fcd059;
         position: absolute;
         
         width: 19em;
         height: 4em;
         border-radius: 20px;
         bottom: 1em;
     
         left: 0;
         right: 0;
         display: flex; 
         margin: auto;   
         justify-content: center;

         border-top: solid #fcd059 3px;
         border-bottom: solid #fcd059 3px;
}

.contact-info-container img {
         width: 35px;    
         margin: auto;
         background-color: white;
         background-size: 90%;
         box-shadow:  0px 0px 1px 1px white;
}

.contact-containers {
         display: flex;  
         width: 100%;
         margin: auto;        
         width: 3em;
}

.phone-container {
         display: flex;
}

.phone-container img {
         border-radius: 50%;
     
}

.contact-containers img {     
         border-radius: 50%;
}

.headings {       
         color: #ffffff;
         font-size: 0.7em;
         text-align: center;
         margin: auto;   
         position: relative;
         width: 100%;   
}

.email-container:hover img,
.facebook-container:hover img,
.instagram-container:hover img,
.phone-container:hover img {
         transition: ease-in 0.3s;
         cursor: pointer;
         box-shadow:  0px 0px 2px 1px white;
        
}

 #copyright {
         position: absolute;  
         color: rgb(255, 255, 255); 
         bottom: 0;
         width: 100vw;
         text-align: center;   
         font-size: 0.5em;
}
 /*----------------------------------------- Mobile Platform -----------------------------------------*/
         /* 500px */
 @media all and (min-width : 31.25em) {

/*------------------------------------ Hamburger Menu -----------------------------------------*/

.change .line-1 {

    transform: rotate(-405deg) translate(-6px, 5px);
}

.change .line-2 {

    opacity: 0;
}

.change .line-3 {

    transform: rotateZ(405deg) translate(-6px, -6px);
}

#slogan {
        width: 75%;
        font-size: 0.9em;
}

.contact-info-container {
        width: 25em;
        bottom: 1em;

}}

         /* 768px */
 @media all and (min-width : 48em) {
       
 /* ------------------------------------- Contact Info Footer ----------------------------- */
 
 .logo-container {
        display: flex;
        justify-content: center;
        margin-top: 4em;
        margin-bottom: 1em;
}

 #Logo-img {   
         height: 15.5em;
         border-radius: 100%;   
         z-index: 1;  
}
         
.navbar {
         width: 16.3em;
         height: 10em;  
         padding-bottom: 25em;
         left: -18em;
}

.change {
         left: 0;
}

.nav-link {
     font-size: 1.4em; 
     letter-spacing: 10px;
}

.nav-item {
         margin-top: 3em;
         display: flex;
         width: fit-content;
}

 #slogan {
        font-size: 1em;
        width: 87%;
}

.contact-info-container {
        background-color: #202a45b9;
        position: fixed;      
        width: 30em;
}

.contact-info-container img {
        width: 2.5em;
        height: 2.5em;     
}

.contact-containers {
        width: 5em;
        height: 3.5em;
}

.phone-container {
        width: 8em;
}

.phone-container h1 {
        height: 3.8em;
        width: 8em;
}

.headings {       
        color: #ffffff;
        font-size: 0.8em;
        text-align: center;
        margin: auto;   
        position: relative;
        width: 100%;   
}

}

 /*------------------------------------------ Desktop Platform ----------------------------------------*/  
         /* 1050px */
 @media all and (min-width : 65.625em) {
     
.modal-content {
        width: 40vw;
}

.contact-info-container {
        height: 5em;
}

#slogan{
        font-size: 1.3em;
    width: 90%;    
}}


