
/* 
   COLOR PALETTE:
    - Dark Green: #072720
    - Light Green: #458F6A
    - Deep Purple: #160A2C
    - Soft Pink: #E3A6A1
    - Bright Yellow: #D3EF51
*/

/* GLOBAL 
------------------------------------------------ */
body {
    background-color: #072720; /* Dark Green */

}

.sidebar {
    background-image: url(images/nav_1.png);
    background-size: fit;
    width: 250px;
    height: 643px;
    position: fixed;
    top: 10%;
}



/* STAGE
-------------------------------------------------*/
/*  -- Stage is static window that loads each page independently */

.stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 90vh;
    background-color: #072720;
}

/* SUNA 
-------------------------------------------------*/
/* program guide includes navigation for chapter selection, about the "cast," and additional information and links */

/* RESUME 
-------------------------------------------------*/
/* program guide includes external links to socials, contact form */

/* SKETCH BOOK
-------------------------------------------------*/
/* "open mic" type vibe. Program guide contains captions and information about the selected sketch */

/* ILLUSTRATION
--------------------------------------------------*/
/* program guide contains descriptions of the selected image. Links to view the images on other platforms is available.*/


/* RESOURCES
-------------------------------------------------*/
/* -- "Behind the scenes" or "Backstage" content */

/* FOOTER
-------------------------------------------------*/
/* Includes "program menu," concession stand, donations, and copyright */
