       /*----Settings for Mobile ----*/
      @media (max-width: 720px) {
            .content {
                width:auto;
                padding: 5vw;
            }
            .content p {
                max-width: none;
            }
            .frame { 
                float: none; 
            }
            .frame .content {
                width: 90%; 
                margin: auto;
            }
            .about-me-img {
                width: 85vw; 
                height: 85vw; 
                border-radius: 50%; 
                object-fit: cover;
            }
            #about-me-target {
                position: relative;
                top: 55vh;
            }
            h1 {
                display: inline-block;      
                padding-top: 9vw;
            }
            .navbar-links {
                transition: transform 0.9s ease-in-out;
                z-index: 3;
            } 
           .section {
            width: 90%;
           }
           .hide-on-mobile {
            display: none;
            }
            .header-bar{
                position: fixed;
            }
            .company-name {
                color:white;
                font-size: 1em;
                z-index: 6;
            }
            #section1 .content h3 {
                margin-bottom: 15vw;
                text-align: center;
            }
        }
        /*----Settings for Desktop ----*/
        @media (min-width: 720px) {
            .content {
                padding: 50px;
                font-size: calc(1em + 0.5vw);
            }
            .body {
                padding-top:50px;
            }
            :target {
                position: relative;
            }
            :target::before {
                content: "";
                display: block;
                height: 150px;
            }
            .about-me-img {
                width: 30vw; 
                height: 30vw; 
                border-radius: 50%; 
                object-fit: cover;
            }
            #about-me-target {
                position: relative;
                top: 55vh;
            }
            #sign-target {
                position: relative;
                top: 300vh;
            }
            .hero {
                Padding-top: 60px;
            }
            .section {
                width: 65%;
               }
            .header {
            justify-content: space-between;
            align-items: center;
            }
            .menu {
                position: fixed;
                top: 50px;
                width: 100%;
                padding: 0.7em;
                justify-content: center;
                align-items: center;
                background-color:#E6C99E;
                z-index: 4;
            }
            .menu-items {
                list-style-type: none;
                margin: 0;
                font-size: 1em;
                display: flex;
                justify-content: center;
                text-align: center;
            }
            .menu-items li a{
                display: inline-block;
                margin: 0 3vw;
                color: white;
                text-decoration: none;
            }
            .menu-items li a:hover {
                color: #7A9BC2;
                transform: translateY(2px); 
                transition: all 0.5s ease-in-out;
            }
            .hide-on-desktop {
                display: none;
            }
            .header-bar{
                position: fixed;
            }
            .company-name {
                color:white;
                font-size: 1.4em;
                z-index: 6;
            }
            #section1 .content h3 {
                margin-bottom: 5vw;
                text-align: center;
            }
            .columns {
                display: flex;
                justify-content: space-between;
                margin: 0 -15px; 
            }
            .column {
                flex: 1;
                margin: 0 15px; 
                align-items: center;
                display:flex;
                flex-direction: column;
                text-align: center;
                font-size: 0.8em;
            }
            .column-text::before {
                content: "";
                display: block;
                width: 50px;
                height: 50px;
                background: #7A9BC2;
                border-radius: 50%;
                margin-bottom: 3vw;
            }
            .column-text {
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
        }
        body {
            margin: 0;
            padding: 0;
            padding-top: 0vh;
            background-color: #FBFAF1;
            font-family: 'Cormorant Garamond', serif;
            font-weight: 300;
            overflow-x: hidden;
            font-size: 1.5rem;
        }
        h2, h3, h4, h5, h6 {
            font-family: 'Cormorant Garamond', serif;
            font-style: italic;
            font-weight: 300;

        }
        h1 {
            font-family: 'Cormorant Garamond', serif;
            font-weight: 300;
            font-style: italic;
            font-size: 1.4em;
        }
        h7 {
            font-family: 'Cormorant Garamond', serif;
            font-weight: bold;
            font-style: italic;
            font-size: 2.4em;
        }
        .home-icon {
            position: absolute;
            top: 13px;
            left: 10px;
            z-index: 6;
        }
        .home-icon a i {
            color: #fff; 
        }
        .home-icon, .navbar {
            width: 20%;
        }
        .section {
            margin: auto;
            position: relative;
            overflow: hidden;
            z-index: 2;
            background: #FBFAF1;
        }
        .section-wrapper {
            width: 100vw;
            background: #FBFAF1;
        }
        .frame {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #FBFAF1;
            transform-origin: top left;
            z-index: -1;
        }
        .content {
            position: relative;
        }
        .session-container {
            padding: 1.87vh;
            margin: 2vh 0;
            background-color: #F0E3CA;
            color:#000;
        }
        .session-container h4 {
            margin-top: 0;
        }
        .hero {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            color:#FFF;
            background-color: #617c5f;
            position: relative;
            height: 60vh;
            z-index: -1;
            border-radius: 8px;
            padding-top: 20px;
            padding-bottom: 15px;
        }
        .hero-placeholder {
            height: 0vh;
        }
        .header {
            background: #a0bcdd;
            color: #fff;
            position: sticky;
            top: 0;
            padding: 0;
            top: 0;
            width: 100%;
            z-index: 3;
        }
            .header nav ul {
            list-style: none;
            padding: 0;
            display: flex;
            justify-content: center;
        }
        .header-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #E6C99E;
            height: 50px; 
            top: 0;
            width: 100%;
            z-index: 4;
        }
        .center-container {
            flex-grow: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .header nav ul li {
            margin: 0 10px;
        }
        .header nav ul li a {
            color: #fff;
            text-decoration: none;
        }
        .footer .content {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            color:white;
        }
        .social-logo {
            height: 11vh;
            width: auto;
        }
        .jip-logo {
            height: 18vh;
            width: auto;
        }
        .brainz-logo {
            height: 18vh;
            width: auto;
        }
        .social{
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .social a,
        .social img {
            margin: 10px;
        }
        .copyright {
            color: white;
        }
        .navbar-links {
            position: fixed;
            overflow-y: auto;
            top: 0;
            right: 0;
            width: 100%;
            height: 40%;
            background-color: #E6C99E;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            transform: translateX(0);
            transition: transform 0.3s ease-in-out;
            border-radius: 20px;
        }     
        .navbar-links ul {
            list-style: none;
            padding-left: 0;
            text-align: center;
            padding-top: 5vw;
        }    
        .navbar-links ul li {
            display: block; 
        }
        .navbar-links ul li a {
            color: white;
            text-decoration: none;
            align-items: center;
            font-size: 1.5em;
            transition: color 0.3s ease-out;
        }
        .navbar-links ul li a:hover, .menu-items ul li a:hover {
            color: #7A9BC2;
        }
        .navbar-links.hidden {
            transform: translateX(100%);
            text-align: center;
            background-color: #E6C99E;
        }
        body.navbar-active .navbar-links {
            background-color: #E6C99E;
            text-align: center;
        }
     
        .toggle-button {
            position: fixed;
            top: 10px;
            right: 20px;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            width: 2rem;
            height: 2rem;
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 0;
            z-index: 5;
            transition: transform 0.5s ease-in-out;
        }
        .toggle-button .bar {
            width: 2rem;
            height: 0.25rem;
            background: rgb(255, 255, 255);
            border-radius: 10px;
            transition: transition 0.2s linear;
            position: relative;
            transform-origin: 1px;
        }
        .button::before {
            content: "Menu"; 
            color: #fff; 
            margin-left: 50px;
        }
        .navbar {
            position: fixed;
            z-index: 5;
        }
        .toggle-button.close {
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            transition: transform 0.3s ease-in-out;
            transform:rotate(90deg);
        }
        .toggle-button.close:active {
            transform: rotate(20deg); 
        }    
        .toggle-button.close .bar {
           display: none;
        }
        .toggle-button.close:before,
        .toggle-button.close:after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 3em;
            height: 0.2em;
            background-color: white;
            transition: transform 0.3s ease-in-out;
        }
        .toggle-button.close:before {
            transform: translate(-50%, -50%) rotate(45deg);
        }
        .toggle-button.close:after {
            transform: translate(-50%, -50%) rotate(-45deg);
        }
        .toggle-button.close .bar {
            display: none;
        }
        .white-text {
            color: white;
        }
        #about-me {
            padding-bottom: 300px;
        }
        #section1 .content {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-bottom: 1em; 
        }
        #section1 .content h2{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .content ul{
            list-style-type: none;
            padding-left: 0;
        }
        .content ul li{
            margin-bottom: 2vh;
            position:relative;
            padding-left: 1em;
        }
        .content ul li::before{
            content:'\00BB';
            color:#000000;
            position:absolute;
            left: 0;
        }
        #section2 .content ul li:before{
            content:"";
            color: #a0bcdd;
        }
        #section2 .content h3 {
            margin-top: 0;
        }
        #section2 .content {
            background: #617c5f;
            color: #fff;
        }
        #section4 .content {
            background: #a0bcdd;
        }
        #section3 .content form {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0.5em;
        }
        #section3 .content form input[type="text"]{
            width: 100%;
            padding: 0.5em;
            border: 1px solid #ccc;
            border-radius: 5px;
            resize: none;
        }
        #section3 .content form input[type="email"]
        {
            width: 100%;
            padding: 0.5em;
            margin-bottom: 1em;
            border: 1px solid #ccc;
            border-radius: 5px;
            resize: none;
        }
        #section3 .content form input[type="submit"] {
            background-color: #E6C99E;
            color: white;
            border: none;
            font-size: 1em;
            padding-top: 0.5em;
            padding: 0.5em 1em;
            cursor: pointer;
            border-radius: 4px;
        }
        #section3 .content form input[type="submit"]:hover {
            background-color: #a08358;
            color: black;
        }
        #section3 .content {
            margin-bottom: 5vw;
        }
        #section3 .content form label {
            display: block;
        }
        #section3 .content h2,
        #section3 .content h3
        {
            text-align: center;
            margin-top: -0.5vh;
            border-bottom: 1px solid #E6C99E; 
            padding-bottom: 1em;
        }
        #section3 .content h4 {
            margin-top: auto;
            text-align: center;
            justify-content: center;
        }
        #section4 .content {
            text-align: right;
            padding-bottom: 3vh;
        }
        #section4 .content h3
        {
            text-align: center;
            margin-top:-3vh;
            border-bottom: 1px solid #E6C99E; 
            padding-bottom: 3vh;
        }
        #section4 .content h2{
            text-align:center;
        }
        #section4 .content h4 {
            margin-top: auto;
            text-align: center;
            justify-content: center;
        }
        #messageDiv {
            padding-top: 1em;   
        }
        #section3 .content form input {
            font-family: 'Cormorant Garamond', sans-serif;
            font-weight: bold;
            font-size: 16px; 
            color: #333;
        }
        #section3 .content form input[type="text"]:focus,
        #section3 .content form input[type="email"]:focus {
            outline: 1px solid rgba(1, 35, 107, 0.712);
        }
        .image-row {
            display: flex;
            justify-content: space-between; /* this will add equal space between each image */
}
