        * {
            background-color: #0A0A0A;
        }
        
        body {
            margin: 0;
            font-family: 'Inter', sans-serif;
            background-color: #0A0A0A;
			max-width: 100%;
        }

        header {
            color: white;
            padding: 1rem;
            position: sticky;
            top: 0;
            z-index: 100;
            display: flex;
            justify-content: space-between;
            align-items: center;
            opacity: 90%;
        }
        
        footer {
            margin-top: 5%;
        }
        
        a {
            color: #FFFFF0;
            text-decoration: none;     
        }
		
		h5 {
			font-family: 'Inter', sans-serif;
            font-size: 2em;
            font-weight: 600;
            color: #FFFFF0;
		}
		
		.pain-point-roles {
			font-family: 'Inter', sans-serif;
            font-size: 1.25em;
            font-weight: 600;
            color: #FFFFF0;
			margin-bottom: 1.5%;
		}
        
        .nav-item {
            font-family: 'Inter', sans-serif;
            font-size: 1.15em;
            font-weight: 500;
            color: #FFFFF0;
            opacity: 50%;
			
        }
        
        .nav-item:hover {
            opacity: 100%;
        }
        
        .nav-item-active {
            font-family: 'Inter', sans-serif;
            font-size: 1.15em;
            font-weight: 600;
            color: #FFFFF0;
        }

        .logo {
            margin-right: auto;
            margin-left: 5%;
            font-family: 'Inter', sans-serif;
            font-size: 1.5em;
            font-weight: 800;
        }

        nav {
            display: flex;
            align-items: center;
            margin-right: 5%;
            margin-top: 2%;
            margin-bottom: 1%;
        }

        nav a {
            color: white;
            text-decoration: none;
            padding: 0.5rem;
            margin: 0 10px;
        }

        .hamburger-icon {
            display: none;
            cursor: pointer;
            font-size: 1.5rem;
            margin-right: 5%;
        }
        
        /* Body Styling */
        
        .container {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: center;
            padding: 20px;
            background-color: #0A0A0A;
        }
		
		.container-content {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-items: left;
            padding: 20px;
            background-color: #0A0A0A;
        }
		
		.container-center {
			display: flex;
            flex-wrap: wrap;
			align-items: center;
            flex-direction: column;
			max-width: 100%;
			height: auto;
   
		}
        
        .project-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            padding-bottom: 40px;
            margin-left: 5%;
            margin-right: 5%;
        }

        .single-row-text {
            text-align: left;
            margin-top: 5%;
            margin-right: 20%;
            margin-left: 5%;
            margin-bottom: 5%;
            color: #FFFFF0;
            font-family: 'Inter', sans-serif;
            font-size: 3.75em;
            font-weight: 600;
            line-height: 115%;
        }
		
		.single-row-section {
			text-align: left;
            margin-right: 20%;
            margin-left: 5%;
            color: #FFFFF0;
		}
		
		.case-study-header {
            text-align: left;
            margin-top: 5%;
            margin-right: 20%;     
			margin-bottom: -.15%;
            color: #FFFFF0;
            font-family: 'Inter', sans-serif;
            font-size: 2em;
            font-weight: 600;
            line-height: 115%;
        }
		
		.case-study-paragraph {
            text-align: left;
            margin-right: 30%;
            margin-bottom: 5%;
            color: #FFFFF0;
            font-family: 'Inter', sans-serif;
            font-size: 1.5em;
            font-weight: 400;
			line-height: 1.5;
            
        }
		
		.case-study-list {
            text-align: left;
            margin-right: 30%;
            margin-bottom: 5%;
			margin-left: 2%;
			margin-top: -3%;
            color: #d3d3d3;
            font-family: 'Inter', sans-serif;
            font-size: 1.25em;
            font-weight: 400;
			line-height: 1.5;
        }
		
		.bullet-list {
			padding-top: 1%;
			padding-bottom: 1%;
			max-width: 75%;
		}
        
        .case-study-text {
            text-align: left;
            margin-right: 20%;
            margin-left: 6%;
            margin-bottom: 2%;
            color: #FFFFF0;
            font-family: 'Inter', sans-serif;
            font-size: 1.5em;
            font-weight: 600;
        }
        
        .column {
            flex: 1;
            max-width: 48%; /* Adjust as needed for spacing between columns */
            text-align: left;
            color: #FFFFF0;
        }

        .column img {
            width: 97%;
            max-height: auto; /* Set the maximum height for the images */
            object-fit: cover;
        }

        .column h2 {
            font-family: 'Inter', sans-serif;
            font-size: 1.15em;
            font-weight: 700;
            color: #FFFFF0;
        }
        
        .column p {
            font-family: 'Inter', sans-serif;
            font-size: 1.15em;
            font-weight: 400;
            opacity: 65%;
            margin-top: -8px;
        }

		.project-link-style {
			font-family: 'Inter', sans-serif;
            font-size: 1.15em;
            font-weight: 600;
            opacity: 100%;
            margin-top: -8px;
			color: #FEFEFE;
			text-decoration: underline;
		}

        

        @media (max-width: 768px) {
			
			.container-center {
			display: flex;
            flex-wrap: wrap;
			align-items: center;
            flex-direction: column;
			max-width: 50%;
			height: auto;
		}
            
            header {
                opacity: 100%;
            }
            
            .column {
                max-width: 90%; /* Stack columns vertically on small screens */
                padding-right: 24px;
            }
            
            .column h2 {
                font-size: 1em;
            }
            
            .column p {
                font-size: 0.75em;
            }
                  
            .single-row-text {
                text-align: left;
                margin: 5%;
                color: #FFFFF0;
                font-family: 'Inter', sans-serif;
                font-size: 2em;
                font-weight: 600;
            }
            
            
            nav {
                display: none;
                flex-direction: column;
                text-align: center;
                position: absolute;
                top: 60px;
                right: 0;
                left: 0;
                background-color: #0A0A0A;
            }

            nav.active {
                display: flex;
            }

            nav a {
                display: block;
                padding: 1rem;
                margin: 0;
            }

            .hamburger-icon {
                display: block;
            }
        }
        
        .download-button {
            background-color: #0A0A0A;
            border-style: solid;
            border-color: #FFFFF0;
            border-radius: 8px;
            border-width: medium;
            color: white;
            padding: 12px 20px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 16px;
            margin-left: 12px;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            color: #FFFFF0;
            transition: transform 0.3s ease-in-out;
        }
        
        .download-button:hover {
            background-color: #FFFFF0;
            border-color: #0A0A0A;
            color: #0A0A0A;
            transform: scale(1.1);
        }
        
        
        /*Animations*/
        .fade-in-quick {
        animation: fadeIn ease 4s;
        -webkit-animation: fadeIn ease 4s;
        -moz-animation: fadeIn ease 4s;
        -o-animation: fadeIn ease 4s;
        -ms-animation: fadeIn ease 4s;
        }
        
        @keyframes fadeIn{
        0% {
            opacity:0;
        }
        100% {
            opacity:1;
        }
        }
        
        @-moz-keyframes fadeIn {
        0% {
            opacity:0;
        }
        100% {
            opacity:1;
        }
        }
        
        @-webkit-keyframes fadeIn {
        0% {
            opacity:0;
        }
        100% {
            opacity:1;
        }
        }
        
        @-o-keyframes fadeIn {
        0% {
            opacity:0;
        }
        100% {
            opacity:1;
        }
        }
        
        @-ms-keyframes fadeIn {
        0% {
            opacity:0;
        }
        100% {
            opacity:1;
        }
        }
        
        .zoom {
        transition: transform .2s; /* Animation */
        }
        
        .zoom:hover {
        transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        }
        