* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Garamond, Baskerville, Baskerville Old Face, Hoefler Text, Times New Roman, serif;
    font-stretch: extra-expanded;
    font-weight: 200;
    background: #ffc400;
    color: #fff;
    line-height: 1.6;
    height: 100vh;
    overflow: hidden;
}

.container {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}

section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
    text-align: center;
    height: 100vh;
    width: 100%;
    scroll-snap-align: center;
    overflow: hidden;
}
.archive-menu-grid {
    text-align: left;
}



.navbar {
    position: fixed;
    top: 0;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
}

.navbar ul {
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: center;
}

.navbar ul li {
    margin: 0 1rem;
    padding: 1rem;
}

.navbar ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #f4f4f4;
}

.navbar ul li a:hover {
    color: skyblue;
}


.logo {
    position: absolute;
    z-index: 10;
    width: 17%;
    top: 43%;
    left: 1.5%;
    transition: all ease-in-out 50ms;
}
.logo:hover {
    width: 20%;
    left: 0;
    top: 42%;
    transform: rotate(2deg);
}



.navbar2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 20%;
    height: 100vh;
    background: black;
    
}
.navbar2 ul {
    
    list-style: none;
    width: 100%;
    position: absolute;
    top: 60%;
    
    
}

.navbar2 ul li {
    margin: 0 1rem;
    padding: 1rem;
}

.navbar2 ul li a {
    text-decoration: none;
    color: #f4f4f4;
}

.navbar2 ul li a:hover {
    text-decoration: underline;
    font-weight: 700;
}





.navbar-work {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 20%;
    height: 100vh;
    background: transparent;
    
}
.navbar-work ul {
    
    list-style: none;
    width: 100%;
    position: absolute;
    top: 60%;
    
    
}

.navbar-work ul li {
    margin: 0 1rem;
    padding: 1rem;
}

.navbar-work ul li a {
    text-decoration: none;
    color: black;
}

.navbar-work ul li a:hover {
    text-decoration: underline;
    font-weight: 700;
}


.navbar-about {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 20%;
    height: 100vh;
    background: black;
    
}
.navbar-about ul {
    
    list-style: none;
    width: 100%;
    position: absolute;
    top: 60%;
    
    
}

.navbar-about ul li {
    margin: 0 1rem;
    padding: 1rem;
}

.navbar-about ul li a {
    text-decoration: none;
    color: #f4f4f4;
}

.navbar-about ul li a:hover {
    text-decoration: underline;
    font-weight: 700;
}



.navbar-contact {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 20%;
    height: 100vh;
    background: white;
    
}
.navbar-contact ul {
    
    list-style: none;
    width: 100%;
    position: absolute;
    top: 60%;
    
    
}

.navbar-contact ul li {
    margin: 0 1rem;
    padding: 1rem;
}

.navbar-contact ul li a {
    text-decoration: none;
    color: black;
}

.navbar-contact ul li a:hover {
    text-decoration: underline;
    font-weight: 700;
}






.white-me{
    position: absolute;
    color: white;
    z-index: 5;
    top: 87%;
    left: 63%;
}


.selected-work-grid {
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-template-rows: repeat(4, 25%);
    gap: 5px;
    height: 100%;
    grid-column: 1 / 5;
    border: yellow solid 10px;
    box-sizing: border-box;
    z-index: 5;
}







.selected-work-grid a {
    color: black;
    text-decoration: none;
    text-align: left;
    position: relative;
    top: 10px;
    left: 5px;
}

.swg2 {
    grid-column: 2;
    grid-row: 1;
    border: solid 0px blue;
    text-align: left;
}
.swg1 {
    grid-column: 1;
    grid-row: 1;
    border: solid 0px white;
    
    background-color: whitesmoke;

    background-image: url("../images/selected-projects/cf.png");
    
    background-size: cover;
}
.swg1:hover {
    background-image: url("../images/selected-projects/cf2.png");
}

.swg2:hover ~ .swg1 {
    background-image: url("../images/selected-projects/cf2.png");
}



.swg4 {
    grid-column: 2;
    grid-row: 2;
    border: solid 0px chartreuse;
    text-align: left;
}
.swg3 {
    grid-column: 1;
    grid-row: 2;
    border: solid 0px white;
    background-color: whitesmoke;
    background-image: url("../images/selected-projects/se.png");
    background-size: cover;
}
.swg3:hover {
    background-image: url("../images/selected-projects/se2.png");
}
.swg4:hover ~ .swg3 {
    background-image: url("../images/selected-projects/se2.png");
}




.swg6 {
    grid-column: 2;
    grid-row: 3;
    border: solid 0px chartreuse;
    text-align: left;
}
.swg5 {
    grid-column: 1;
    grid-row: 3;
    border: solid 0px white;
    background-image: url("../images/selected-projects/sc.png");
    background-size: cover;
}
.swg5:hover {
    background-image: url("../images/selected-projects/sc2.png");
}
.swg6:hover ~ .swg5 {
    background-image: url("../images/selected-projects/sc2.png");
}




.swg8 {
    grid-column: 2;
    grid-row: 4;
    border: solid 0px black;
    text-align: left;
}
.swg7 {
    grid-column: 1;
    grid-row: 4;
    border: solid 0px white;
    background-image: url("../images/selected-projects/sm.png");
    background-size: cover;
}
.swg7:hover {
    background-image: url("../images/selected-projects/sm2.png");
}
.swg8:hover ~ .swg7 {
    background-image: url("../images/selected-projects/sm2.png");
}








.work-selected-title {
    position: absolute;
    top: 10%;
    left: 25%;
    color: black;
    z-index: 20;
    padding: 10px;
    padding-left: 0;
}

.work-archive-title {
    position: absolute;
    bottom: 5%;
    right: 5%;
    color: black;
    z-index: 20;
    padding: 10px;
}

.work-selected-title:hover, .work-archive-title:hover {
    text-decoration: UNDERLINE;
}

.underline-please:hover {
    text-decoration: underline;
}


.white-me:hover {
    text-decoration: underline;
}

section p {
    font-size: 1.5rem;
    position: absolute;
    top: 15%;
    left: 25%;
    width: 40%;
    color: black;
    text-align: left;
    z-index: 5;
}

/*
.hero-grid {
    width: 80%;
    height: 100vh;
    position: absolute;
    right: 0;

    background: var(--gradient);
    background-position: left;
    background-size: 300%;
    animation: bg-animation 5s infinite alternate;
    
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 20vh);
}

@keyframes bg-animation {
    0% {
        background-position: left;
    }
    100% {
        background-position: right;}
    }


.hgc1 {
    height: 100%;
    border: black solid 0px;
    grid-column: 1;
    grid-row: 3;
    position: relative;
    overflow: hidden;
    
}
.hgc1:hover {
   grid-row: 2 / 4;
}
.hgc2 {
    height: 100%;
    border: black solid 0px;
    grid-column: 2;
    grid-row: 3;
    position: relative;
    overflow: hidden;
    
}
.hgc2:hover {
    grid-row: 2 / 6;
}
.hgc3 {
    height: 100%;
    border: black solid 0px;
    grid-column: 3;
    grid-row: 3;
    position: relative;
    overflow: hidden;
    
}
.hgc3:hover {
    grid-row: 1 / 5;
}
.hgc4 {
    height: 100%;
    border: black solid 0px;
    grid-column: 4;
    grid-row: 3;
    position: relative;
    overflow: hidden; 
}
.hgc4:hover {
    grid-row: 2 / 5;
}

.hgi {
    height: 500%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

*/







section#hero {
    background: white;
    display: none;
    
}
section#menu {
    background: black;
}
#menu {
    background: black;
}

/*
.menu-bg {
    width: 100%;
    position: absolute;
    left: 20%;
    top: 0;

}
*/

.menu-bg-2{
    position: absolute;
    right: 0;
width: 80%;
height: 100%;
background: url("../images/msxgraphics/satisfaction.jpg") no-repeat; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.work-bg {
    width: 80%;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.about-bg {
    width: 80%;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.contact-bg {
    width: 80%;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
  
}

section#menu {
    background: white;
}

section#work {
    background: white;
}
section#about {
    background: black;
}
section#contact {
    background: white;
}



.contact-details p {
    position: absolute;
    right: 0;
    top: 50%;
}




/*
:root {
    --gradient: linear-gradient(
        45deg,
        #845ec2,
        #d65db1,
        #ff6f91,
        #ff9671,
        #ffc75f,
        #f9f871
    );
}
*/

:root {
    --gradient: linear-gradient(
        45deg,
        white,
        rgb(225, 244, 245)
    );
}


.made-it {
    display: block;
    position: absolute;
    bottom: 2vw;
    right: 2vw;
    width: 7vw;
    height: 7vw;
    z-index: 5;
    border: solid 0px yellow;

    background-image: url("../LOGOS/made-it.svg");
    background-size: cover;
    transition: all ease-in-out 45ms;
}

.made-it:hover {
    background-image: url("../LOGOS/made-it-yellow.svg");
    background-size: cover;
    width: 7.2vw;
    height: 7.2vw;
    bottom: 1.9vw;
    right: 1.9vw;
    transform: rotate(-3deg);

    
}

.about-text p {
    color: white;
    text-align: center;
    font-size: 1.2rem;
}

.about-text {
    border: solid 0px red;
    width: 40%;
    position: absolute;
    right: 20%;
    height: 50vh;
    bottom: 15vh;

}

/* work page */

.main-work-grid {
    height: 80%;
    width: 70vw;
    position: absolute;
    right: 5vw;
    top: 10%;
    border: solid 0px blue;
    display: grid;
    grid-template-columns: repeat(16, calc(70vw / 16));
    overflow: hidden;
    text-align: left;
}



/* ARCHIVE */
/* CF */

.archive-sidebar-black {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 20%;
height: 100vh;
background: white;
}

.charlie-fegan-grid {
    color: black;
    display: grid;
    position: relative;
    left: 10%;
    right: 0;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 10vh);
    width: 80%;
    height: 100vh;
    border: solid 0px yellow;
  
}
.charlie-fegan-grid p, a {
    color: black;
}
.charlie-fegan-grid h1 {
    color: black;
}


.cf1 {
    font-size: 1rem;
    border: solid 0px red;
    grid-column: 5 / 10;
    grid-row: 5 / 10;
    width: 100%;
    position: relative;
}
.cf1 h1 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
}
.cf1 p {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 15px;
    font-size: 1.3rem;
    line-height: 1.5rem;
}
.cf2 {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
    background-image: url("../images/selected-projects/cf.png");
    background-size: cover;
}
.cf3 {
    grid-column: 1 / 5;
    grid-row: 6 / 11;
    background-image: url("../images/selected-projects/cf.png");
    background-size: cover;
}
.cf4 {
    grid-column: 2 / 6;
    grid-row: 3 / 5;
    background-image: url("../images/selected-projects/cf.png");
    background-size: cover;
}
.cf5 {
    grid-column: 7 / 11;
    grid-row: 2 / 5;
    background-image: url("../images/selected-projects/cf.png");
    background-size: cover;
}
section#charlie-fegan {
    background: var(--gradient);
    background-position: left;
    background-size: 300%;
    animation: bg-animation 5s infinite alternate;
}
@keyframes bg-animation {
    0% {
        background-position: left;
    }
    100% {
        background-position: right;}
    }
    
/* SEAHORSE */

.seahorse-grid {
    color: white;
    display: grid;
    position: relative;
    left: 10%;
    right: 0;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 10vh);
    width: 80%;
    height: 100vh;
    border: solid 0px yellow;
  
}
.seahorse-grid p, a {
    color: black;
}
.seahorse-grid h1 {
    color: black;
}
.se1 {
    font-size: 1rem;
    border: solid 0px red;
    grid-column: 1 / 5;
    grid-row: 1 / 8;
    width: 100%;
    position: relative;
}
.se1 h1 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    text-align: left;
    line-height: 2rem;
}
.se1 p {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    padding: 15px;
    font-size: 1.3rem;
    line-height: 1.5rem;
}
.se2 {
    grid-column: 5 / 8;
    grid-row: 7 / 11;
    background-image: url("../images/selected-projects/se.png");
    background-size: cover;
}
.se3 {
    grid-column: 1 / 4;
    grid-row: 9/ 11;
    background-image: url("../images/selected-projects/se.png");
    background-size: cover;
}
.se4 {
    grid-column: 7 / 11;
    grid-row: 5 / 8;
    background-image: url("../images/selected-projects/se.png");
    background-size: cover;
}
.se5 {
    grid-column: 7 / 11;
    grid-row: 2 / 5;
    background-image: url("../images/selected-projects/se.png");
    background-size: cover;
}
section#seahorse-electronics {
    background: darkgray;
}

/* SALVE */

.salve-grid {
    color: white;
    display: grid;
    position: relative;
    left: 10%;
    right: 0;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 10vh);
    width: 80%;
    height: 100vh;
    border: solid 0px yellow;
  
}
.salve-grid p, a {
    color: white;
}
.salve-grid h1 {
    color: white;
}


.salve1 {
    font-size: 1rem;
    border: solid 0px red;
    grid-column: 5 / 10;
    grid-row: 5 / 10;
    width: 100%;
    position: relative;
}
.salve1 h1 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
}
.salve1 p {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 15px;
    font-size: 1.3rem;
    line-height: 1.5rem;
}
.salve2 {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
    background-image: url("../images/selected-projects/sc.png");
    background-size: cover;
}
.salve3 {
    grid-column: 1 / 5;
    grid-row: 6 / 11;
    background-image: url("../images/selected-projects/sc.png");
    background-size: cover;
}
.salve4 {
    grid-column: 2 / 6;
    grid-row: 3 / 5;
    background-image: url("../images/selected-projects/sc.png");
    background-size: cover;
}
.salve5 {
    grid-column: 7 / 11;
    grid-row: 2 / 5;
    background-image: url("../images/selected-projects/sc.png");
    background-size: cover;
}
section#salve-ceramic {
    background: tomato;
}

/* COARSE*/

.coarse-grid {
    color: white;
    display: grid;
    position: relative;
    left: 10%;
    right: 0;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 10vh);
    width: 80%;
    height: 100vh;
    border: solid 0px yellow;
  
}
.coarse-grid p, a {
    color: white;
}
.coarse-grid h1 {
    color: white;
}


.coarse1 {
    font-size: 1rem;
    border: solid 0px red;
    grid-column: 5 / 10;
    grid-row: 5 / 10;
    width: 100%;
    position: relative;
}
.coarse1 h1 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
}
.coarse1 p {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 15px;
    font-size: 1.3rem;
    line-height: 1.5rem;
}
.coarse2 {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
    background-image: url("../images/selected-projects/cm.png");
    background-size: cover;
}
.coarse3 {
    grid-column: 1 / 5;
    grid-row: 6 / 11;
    background-image: url("../images/selected-projects/cm.png");
    background-size: cover;
}
.coarse4 {
    grid-column: 2 / 6;
    grid-row: 3 / 5;
    background-image: url("../images/selected-projects/cm.png");
    background-size: cover;
}
.coarse5 {
    grid-column: 7 / 11;
    grid-row: 2 / 5;
    background-image: url("../images/selected-projects/cm.png");
    background-size: cover;
}
section#coarse {
    background: black;
}


/*GENERAL 1*/

section#general1 {
    background: chartreuse;
}







.boldboy {
    font-weight: 800;
}
.move-over {
    border: solid goldenrod 0px;
    width: 40%;
    position: absolute;
    right: 20%;
   top: 43%;
}

.move-over h6 {
    color: black;
    font-size: 1.3rem;
    font-weight: 400;
}

.move-over h3 {
    color: black;
    font-size: 1.2rem;
}




.picture-scroll-box {
    position: absolute;
    left: 20%;
    top: 5vw;
    border: solid 0.5px goldenrod;
    box-sizing: border-box;
    height: 90vh;
    width: 50%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    overflow: scroll;
}


.picture-scroll-box::-webkit-scrollbar {
    display: none;
  }

.psbic-1 {
    grid-column: 1;
    grid-row: 1;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
}
.psbi-1 {
    width: 100%;
}

.psbic-2 {
    grid-column: 1;
    grid-row: 2;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}
.psbi-2 {
    width: 100%;
}

#side-scroll-section {
    background-color: white;
}

.mobile-logo {
    display: none;
}


#about-text-2 {
    width: 40%;
    position: absolute;
    right: 20%;
    top: 43%;
    border: yellow solid 0px;
    box-sizing: border-box;
}

#about-text-2 h6 {
    color: white;
    z-index: 30;
    font-size: 1.3rem;
    text-align: center;
    font-weight: 400;
}


/* RESPONSIVE INDEX */

@media (max-height: 450px) {
    .logo {
    transform: translateY(-90%);
}
.logo:hover {
    transform: translateY(-90%) rotate(2deg);
}
.navbar2 ul {
    transform: translateY(-30%); 
    transition: all ease-in-out 50ms;
}
.navbar2 ul li {
    padding: 0.2rem;
    transition: all ease-in-out 50ms;
}
.navbar-work ul {
    transform: translateY(-30%); 
    transition: all ease-in-out 50ms;
}
.navbar-work ul li {
    padding: 0.2rem;
    transition: all ease-in-out 50ms;
}
.navbar-about ul {
    transform: translateY(-30%); 
    transition: all ease-in-out 50ms;
}
.navbar-about ul li {
    padding: 0.2rem;
    transition: all ease-in-out 50ms;
}
.navbar-contact ul {
    transform: translateY(-30%); 
    transition: all ease-in-out 50ms;
}
.navbar-contact ul li {
    padding: 0.2rem;
    transition: all ease-in-out 50ms;
}

.move-over {
    border: solid goldenrod 0px;
    width: 40%;
    position: absolute;
    right: 20%;
    height: 50vh;
    top: 30vh;
}
.about-text {
    border: solid 0px red;
    width: 70%;
    position: absolute;
    right: 5%;
    top: 10vh;
    height: 80vh;
    overflow: scroll;

}

.about-text::-webkit-scrollbar {
    display: none;
}

}


@media (max-width: 600px) {
  
    .navbar2 {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 185px;
        background: black;
    }
    .navbar2 ul {
        list-style: none;
        width: 50%;
        position: absolute;
        top: 15px;
        right: 5px;
        text-align: right;
    }
    .navbar2 ul li {
        margin: 0 1rem;
        padding: 0.5rem;
        font-size: 1.3rem;
    }
    .navbar2 ul li a {
        text-decoration: none;
        color: #f4f4f4;
    }
    .navbar2 ul li a:hover {
        text-decoration: underline;
        font-weight: 700;
    }
    .logo {
        display: none;
    }
    .logo:hover {
       display: none;
    }
    .mobile-logo {
        display: block;
        position: absolute;
        top: 5px;
        left: 5px;
        width: 200px;
        z-index: 25;
    }
.menu-bg-2 {
    position: absolute;
    right: 0;
    top: 185px;
    width: 100%;
    height: 100%;
    background: url("../images/msxgraphics/satisfaction.jpg") no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.navbar-work {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 185px;
    background: white;
}
.navbar-work ul {
    list-style: none;
    width: 50%;
    position: absolute;
    top: 15px;
    right: 5px;
    text-align: right;
}
.navbar-work ul li {
    margin: 0 1rem;
    padding: 0.5rem;
    font-size: 1.3rem;
}
.navbar-work ul li a {
    text-decoration: none;
    color: black;
}
.navbar-work ul li a:hover {
    text-decoration: underline;
    font-weight: 700;
}
.navbar-about {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 185px;
    background: black;
    
}
.navbar-about ul {
    list-style: none;
    width: 50%;
    position: absolute;
    top: 15px;
    right: 5px;
    text-align: right;
}
.navbar-about ul li {
    margin: 0 1rem;
    padding: 0.5rem;
    font-size: 1.3rem;
}
.navbar-about ul li a {
    text-decoration: none;
    color: white;
}
.navbar-about ul li a:hover {
    text-decoration: underline;
    font-weight: 700;
}
#about-text-2 {
    width: 80%;
    position: absolute;
    right: 10%;
    top: 305px;
    border: yellow solid 0px;
    box-sizing: border-box;
}
#about-text-2 h6 {
    color: white;
    z-index: 30;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 400;
}
.navbar-contact {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 185px;
    background: white;
}
.navbar-contact ul {
    list-style: none;
    width: 50%;
    position: absolute;
    top: 15px;
    right: 5px;
    text-align: right; 
}
.navbar-contact ul li {
    margin: 0 1rem;
    padding: 0.5rem;
    font-size: 1.3rem;
}

.navbar-contact ul li a {
    text-decoration: none;
    color: black;
}

.navbar-contact ul li a:hover {
    text-decoration: underline;
    font-weight: 700;
}

.move-over {
    border: solid goldenrod 0px;
    width: 80%;
    position: absolute;
    right: 10%;
    top: 305px;
}
.move-over h6 {
    color: black;
    z-index: 30;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 400;
}
.made-it {
    display: none;
}

.mwg-c2 a {
    color: rgb(99, 99, 99);
    text-decoration: none;
    text-align: left;
    font-size: 1.5rem;
}
a:hover {
    text-decoration: underline;
}
#embolden {
    font-size: 2.2rem;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: rgb(44, 44, 44);
}

}

