
        *{
            box-sizing:border-box;
            padding:0;
            margin:0;
        }

        @font-face {
            font-family: JackMasson;
            src: url(images/fonts/Jack\ Masson.otf);
        }

        body{
            font-family:'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
            font-size: 16pt;
        }

        a {
            cursor: pointer;
        }

        #wrapper{
            width:100%;
            height:100vh;
            display:flex;
            flex-wrap:wrap;
        }



        /* Nav CSS */

        nav {
            width: 100%;
            padding: 1% 5%;
            background: #0b132b;
            border-bottom: solid white 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: fixed;
            top: 0;
            z-index: 2;
        }

        .name {
            color: white;
            font-size: 1em;
            text-align: center;
            margin: 0;
            font-family:"JackMasson",'Gill Sans','Gill Sans MT','Calibri','Trebuchet MS',sans-serif;
            margin: 10px;
        }

        .top-nav-list {
            list-style-type: none;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: space-between;
        }

        .top-nav-list:nth-child(3) {
            gap:15px;
        }

        .top-image-list-item {
            width: 17%;
            display: flex;
            align-items: center;
        }

        .top-word-list-item{
            display: flex;
            align-items: center;
        }

        .top-word-list-item a {
            padding: 15% 10px;
        }
        

        .top-word-list-item a:hover {
            color: #0b132b;
            background: white;
        }

        .top-nav-list li a {
            color: white;
            font-weight: lighter;
            text-decoration: none;
            display: flex;
            text-align: center;
            font-size: 0.7em;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 3px;
        }

        .top-nav-list li a img{
            width:100%;
        }

        .logo-bg,
        .logo {
            width: 22%;
            padding: 1.5% 0;
            border-radius: 50%;
            position: fixed;
            transition: all 0.5s cubic-bezier(0.25, 0.5, 0.25, 1);
            transform: translate(-50%, 0);
            text-align:center;
            left: 50%;
            top:50%;
        }

        .logo-bg img,
        .logo img{
            width:93%;
        }

        .logo-bg {
            box-shadow: 0 0 0 5px white;
            background: white;
            z-index: 1;
        }

        .logo {
            background: #0b132b;
            z-index: 3;
        }

        .logo-top {
            top: 0%;
            cursor: pointer;
            width: 18%;
            padding: 1% 0;
        }

        .logo-bg-top {
            top: 0%;
            width: 18%;
            padding: 1% 0;
        }

        .nav-gap{
            gap:30%;
        }

                @media (min-width: 494px) {

                    .logo-bg,
                    .logo {
                        top: 49%;
                    }

                    .logo-top {
                        top: 0%;
                    }

                    .logo-bg-top {
                        top: 0%;
                    }

                }

                @media (min-width: 700px) {

                    .logo-bg,
                    .logo {
                        width: 17%;
                    }

                    .top-nav-list li a {
                        font-size: 1em;
                    }

                    .top-word-list-item a {
                        padding: 15% 1rem;
                    }

                }
        
        
                @media (min-width: 950px) {

                    nav {
                        border-bottom: solid white 8px;
                    }

                    .top-image-list-item {
                        width: 20%;
                    }

                    .name {
                        font-size: 1.5em;
                    }

                    .logo-bg,
                    .logo {
                        width: 17%;
                        top:43%;
                    }

                    .logo-bg {
                        box-shadow: 0 0 0 8px white;
                    }

                    .logo-top {
                        width: 13%;
                        top:0%;
                    }

                    .logo-bg-top {
                        width: 13%;
                        top:0%;
                    }
        
                }

                @media (min-width: 1450px) {

                    .top-nav-list {
                            width: 15%;
                    }

                    .top-nav-list li a {
                        font-size: 1.2em;
                    }

                    .name {
                        font-size: 1.7em;
                    }

                }

                @media (min-width: 1750px) {

                    .top-nav-list li a {
                        font-size: 1.4em;
                    }

                    .name {
                        font-size: 2em;
                    }


                }

                @media (min-width: 2000px) {

                    .top-nav-list li a {
                        font-size: 2em;
                    }

                }
        





        /* Home Page CSS */

        main {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-content:space-between;
        }

        .div-link {
            width: 100%;
            height: 45%;
            position: absolute;
        }

        .sides {
            width:100%;
            height:49.6%;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.5s cubic-bezier(0.25, 0.5, 0.25, 1);
        }


        .div-hover:hover {
            cursor: pointer;
            -webkit-transition: background-color 0.5s ease-out;
            -moz-transition: background-color 0.5s ease-out;
            -o-transition: background-color 0.5s ease-out;
            transition: background-color 0.5s ease-in-out;
        }

        #design.div-hover:hover {
            background:#85f8f5;
        }

        #code.div-hover:hover {
            background:#557cae;
        }
        

        .blurb-info{
            width:100%;
            height:100%;
            display:flex;
            flex-wrap:wrap;
            justify-content:center;
            align-content: center;
            gap:0.5rem;            
        }

        .d-blurb-home{
            background: 50% 45% / 60% no-repeat url("images/design_icon-mobile.png");
            
        }

        .c-blurb-home {
            background: 50% 70% / 80% no-repeat url("images/code_icon.png");
        }
        

        .blurb-info img{
            width:70%;
            align-self:center;
        }

        .blurb-info p{
            text-transform: uppercase;
            font-weight: 600;
            letter-spacing: 2px;
            font-size:0.7rem;
            text-align:center;
            width: 85%;
        }


        #code-h2-2 {
            display: none;
            text-align:center;
            width:100%;
        }


        #design-ul {
            display: none;
        }

        #code-ul {
            display: none;
        }

                @media (min-width: 494px) {

                    .div-link{
                        height:46%;
                    }
                    
                }



                @media (min-width: 550px) {
                    
        
                    .d-blurb-home {
                        background: 50% 45% / 45% no-repeat url("images/design_icon-mobile.png");

                    }


                    .c-blurb-home {
                        background: 50% 85% / 55% no-repeat url("images/code_icon.png");
                    }


                    .blurb-info img {
                        width: 65%;
                    }

                    .blurb-info p {
                        width: 75%;
                    }
                }


                @media (min-width: 700px) {

                    .sides {
                            width: 49.6%;
                        }
                    
                        .div-link {
                            width: 50%;
                        }
                    
                        .blurb-info {
                            align-content: flex-end;
                            padding-bottom: 2rem;
                            gap: 1rem;
                        }


                        .d-blurb-home {
                            background: 50% 16% / 40% no-repeat url("images/design_icon.png");
                    
                        }
                    
                        .c-blurb-home {
                            background: 64% 20% / 55% no-repeat url("images/code_icon.png");
                        }
   
                    
                    
                        .blurb-info img {
                            width: 60%;
                        }
                    
                        .blurb-info p {
                            width: 75%;
                        }
        
                }
        
        
                @media (min-width: 900px) {
                    .blurb-info img {
                            width: 70%;
                        }
                    
                    .blurb-info p {
                        font-size: 1rem;
                    }

        
                }

        
                @media (min-width: 1450px) {

                    .sides {
                        width: 49.7%;
                    }

                    .d-blurb-home {
                        background: 50% 16% / 50% no-repeat url("images/design_icon.png");

                    }
                    .c-blurb-home {
                        background: 64% 20% / 69% no-repeat url("images/code_icon.png");
                    }


                    .blurb-info p {
                        font-size:1.3rem;
                    }        

        
                }
        
                @media (min-width: 1750px) {

                    .blurb-info {
                            padding-bottom: 4rem;
                        }

                
                    .blurb-info p {
                        font-size:1.6rem;
                    }
        
        
                }



        /* Design or Code Side Focused CSS */

        .sides-focus {
            width: 100%;
            height:100%;
        }

        .sides-no-width {
            width: 0%;
        }

        .sides-no-height {
           height: 0%;
           min-height:unset !important;
        }

        .blurb-focus {
            width: 100%;
            padding: 0 2.5rem;
        }

        .blurb-focus .blurb-focus-p{
            width: unset;
            text-transform: initial;
            letter-spacing: 0;
            font-size: 1.3rem;
            font-weight: 400;
        }

        .blurb-info ul {
            list-style-type: none;
            padding: 0;
            width:90%;
        }

        .blurb-info li {
            margin: 5px 0 0 0;
        }

        #design-blurb li:hover {
            background: white;
        }

        #code-blurb li:hover {
            background: black;
        }

        .blurb-info a {
            font-size: 1rem;
            line-height: 1.6;
            width: 100%;
            margin: 0;
            display: block;
            text-align: center;
            color: black;
            text-decoration: none;
        }

        #code-blurb a {
            color: white;
        }

        #design-projects-wrapper {
            width: 100%;
            display: none;
        }

        #code-projects-wrapper {
            width: 100%;
            display: none;
        }


                    @media (min-width: 494px) {

                        .blurb-info a{
                            font-size:1.2rem;
                        }
                    }

                    @media (min-width: 700px) {

                        .blurb-info ul {
                                width: 30%;
                            }
                    }


                    @media (min-width: 1450px) {
                        .blurb-info a {
                            font-size: 1.7rem;
                        }
                    }

                    @media (min-width: 1750px) {
                        .blurb-info a {
                            font-size: 2.3rem;
                        }
                    }


        /* Project list for Code side */

        .code-side-focus {
            height: 100vh;
        }

        .project {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            padding: 1rem 0 3rem;
        }

        .image-container {
            width: 100%;
            padding: 0 7%;
        }
        
        .image-container img{
            width:100%;
        }

        .description-container {
            width: 100%;
            display:flex;
            flex-wrap:wrap;
            align-content:center;
            padding: 0 7%;
        }

        .description-container h4 {
            font-size: 1.2rem;
            margin: 6% 0 3% 0;
        }

        .description-container h4.code-heading {
            margin: 0 0 3% 0;
        }

        .description-container p {
            font-size: 1rem;
            line-height: 1.3;
            margin: 0;
        }

        .code-link-list {
            list-style-type: none;
            padding: 0;
            margin: 10% 0 0 0;
            width: 80%;
            display: flex;
            justify-content: space-between;
        }

        .code-link-list-item {
            width: 48%;
        }

        .code-link-list-item a {
            width: 100%;
            display: block;
            color: black;
            padding: 5% 0;
            text-align: center;
            text-decoration: none;
            font-weight: bold;
        }

        .code-link-list .blue-bg a {
            color: white;
        }

        .code-link-list-item a:hover {
            background: black;
            color: white;
        }

        .row-reverse .code-link-list-item a:hover {
            background: white;
            color: black;
        }

                        @media (min-width: 700px) {

                            .project {
                                    padding: 3rem 0;
                                }

                            .image-container {
                                    width: 50%;
                                    padding: 0 4%;
                                }
                            
                                .description-container {
                                    width: 50%;
                                }

                        }


                        @media (min-width: 900px) {
                                .description-container {
                                    padding: 0 8% 0 4%;
                                }
                                
                                .row-reverse .description-container{
                                    padding: 0 4% 0 8%;
                                }

                                .description-container h4 {
                                    font-size: 1.5rem;
                                }

                                .description-container p {
                                    font-size: 1.3rem;
                                    line-height: 1.3;
                                }

                        }


                        @media (min-width: 1750px) {

                            .description-container h4 {
                                    font-size: 2rem;
                                }
                            
                            .description-container p {
                                font-size: 1.8rem;
                                line-height: 1.5;
                            }

                        }

        

        /* Design Projects CSS */


        .container{
            display:none;
            grid-template-columns:repeat(2,1fr);
            gap:1rem;
            margin-top:15%;
            padding-bottom: 3rem;
        }
        

        .design-project-img-container{
            display:none;
            opacity: 0;
            transition: opacity 1s;
            position: relative;
        }

        .design-project-img-container img{
            width:100%;
            cursor:pointer;
        }

        .img-overlay{
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            transition: .5s ease;
            background: rgba(2, 2, 36, 0.8);
            color:white;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: lighter;
            font-size: 1.5rem;
            letter-spacing: 1px;
            padding:2rem;
            text-align:center;
        }

        .img-overlay:hover{
            opacity:1;
            cursor: pointer;
        }


                    @media (min-width: 700px) {
                        .container {
                                grid-template-columns: repeat(3, 1fr);
                                gap: 2rem;
                                margin-top: 10%;
                            }
                    }

                    @media (min-width: 950px) {
                        .container {
                                grid-template-columns: repeat(4, 1fr);
                                gap: 2rem;
                                margin-top: 8%;
                            }                        
                    }



        /* Lightbox CSS */

        #lightbox{
            z-index:10;
            width:100%;
            height:100%;
            min-height:100vh;
            padding:3rem;
            background:rgba(2, 2, 36, 0.9);
            position:fixed;
            top:0;
            overflow:scroll;
            display:none;
            grid-template-columns: 1fr 20px;
            grid-template-rows: 20px max(14vh) min(25vh) 1fr;
            gap:15px;
            opacity:0;
            transition: opacity 0.5s;
        }

        .project-description{
            color:white;
            grid-row-start: 4;
            grid-column-start:1;
            grid-column-end:3;
            overflow-y:scroll;
            padding-right:15px;
        }

        .project-description::-webkit-scrollbar {
            width: 0.3rem;
        }

        .project-description::-webkit-scrollbar-thumb {
            background-color: #5bc0be;
            outline: 1px solid #5bc0be;
        }

        .project-description h3{
            font-size:1.6rem;
            font-weight: 600;
        }

        .project-description h5{
            font-size:1rem;
            font-weight:lighter;
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-top: 10px;
        }

        .project-description p{
            font-weight:100;
            margin-top:20px;
            font-size: 1rem;
            line-height: 1.3;
        }

        .img-container{
            text-align:center;
            overflow-y:scroll;
             -ms-overflow-style: none;  /* Internet Explorer 10+ */
            scrollbar-width: none;
            grid-row-start: 1;
            grid-row-end: 4;
        }

        .img-container::-webkit-scrollbar { 
             display: none;  /* Safari and Chrome */
        }

        #lightbox img{
            width:100%;
            margin-bottom:20px;
        }

        .circles-container{
            grid-column-start: 2;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            opacity:0;
        }

        .triangle-up-left {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 10px solid white;
            margin:5px;
            cursor: pointer;
        }

        .triangle-down-right {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 10px solid white;
            margin:5px;
            cursor: pointer;
        }

        .circles{
            background:white;
            width:10px;
            height:10px;
            border-radius:50%;
            margin: 5px;
            cursor:pointer;
        }

        .close{
            cursor:pointer;
            text-align:center;
            color:white;
            grid-row-start: 1;
            grid-column-start: 2;
        }


                @media (min-width: 550px) {
                    #lightbox {
                            grid-template-rows: 20px max(14vh) min(43vh) 1fr;
                        }
                }

                @media (min-width: 700px) {
                    #lightbox {
                            grid-template-columns: 2fr 1fr 20px 20px;
                            grid-template-rows: unset;
                            grid-row-gap: 35px;
                        }

                        .img-container {
                            height:90vh;
                            grid-row-start:1;
                            grid-column-start:1;
                            margin-right:20px;
                        }

                        .circles-container {
                            justify-content: flex-start;
                        }

                        .triangle-up-left {
                            border-top: 5px solid transparent;
                            border-bottom: 5px solid transparent;
                            border-right: 10px solid white;
                        }

                        .triangle-down-right {
                            border-top: 5px solid transparent;
                            border-bottom: 5px solid transparent;
                            border-left: 10px solid white;
                        }

                        .close{
                            grid-row-start:1;
                            grid-column-start:4;
                        }
                    
                        .project-description {
                            grid-column-start:2;
                            grid-column-end:4;
                            grid-row-start:1;
                            grid-row-end:3;
                        }
                    
                        .project-description h3 {
                            width:90%;
                        }
                    
                        .project-description p {
                            font-size: 1.1rem;
                            letter-spacing:0.2px;
                        }
                    
                }

                @media (min-width: 900px) {
                    
                        .project-description {
                            grid-column-end: 3;
                        }

                        .project-description p {
                            font-size: 1.1rem;
                        }
      
                }


                @media (min-width: 1750px) {
                    .project-description h3 {
                            font-size: 2.2rem;
                        }
                    
                        .project-description h5 {
                            font-size: 1.4rem;
                        }
                    
                        .project-description p {
                            font-size: 1.4rem;
                            line-height: 1.5;
                        }
               
                }



        /* Properties */


        .green-bg {
            background: #5bc0be;
        }

        .blue-bg {
            background: #3a506b;
            color: white;
        }

        .silver-bg {
            background: silver;
            color: black;
        }

        .row-reverse {
            flex-direction: row-reverse;
        }