body {
    font-family: IBM plex mono;
    font-size: 0.8rem;
    font-weight: 350;
    min-height: 100vh;
}

h1 {
    font-size: 1.6rem;
}

/* NAVIGATION BAR STYLING */
* {
    margin: 0;
    padding: 0;
}

nav ul {
    width: 100%;
    list-style: none;
    padding-left: 2rem;
    /* display: flex; */
}

nav li {
    padding-top: 2rem;
    width: 100%;
}

nav a {
    font-size: 1.2rem;
    text-decoration: none;
    color: #252525;
}

nav a:hover {
    background-color: #f0f0f0;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 248px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.578);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-startcen;
}

.navi li {
    list-style: none;
    padding-top: 10%;
}

/* NAVIGATION BAR END */

/* LANDING PAGE DESIGN */
.parent {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 10px;
    /* height: calc((100vw / 6) * 1); */
}

.navi {
    grid-column-start: 10;
    display: flex;
    justify-content: center;
}

.div1 {
    aspect-ratio: 1 / 1;
    background-color: #E4CE3A;
}

.div2 {
    grid-column-start: 2;
    grid-row-start: 2;
    background-color: #E21F27;
}

.div3 {
    grid-column-start: 1;
    grid-row-start: 3;
    background-color: #C5D7EB;
}

.div4 {
    grid-column-start: 2;
    grid-row-start: 3;
    background-color: #C2D3C9;
}

.div5 {
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 1;
    background-color: white;
}

.quote1 {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.div6 {
    grid-column: span 3 / span 3;
    grid-row: span 3 / span 3;
    grid-column-start: 4;
    grid-row-start: 2;
    background-image: url('../img/realImage.png');
    background-size: cover;
    background-position: center;
    transition: background-image 0.3s ease-in-out;
}

.div6:hover {
    background-image: url('../img/susanPix.jpg');
    /* Change to a different image */
}

.realImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.div7 {
    grid-row: span 2 / span 2;
    grid-column-start: 7;
    grid-row-start: 4;
    background-color: white;
}

.quote2 {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.div8 {
    grid-column-start: 8;
    grid-row-start: 4;
    background-color: #E4CE3A;
}

.div9 {
    grid-column-start: 9;
    grid-row-start: 4;
    background-color: #C5D7EB;
}

.div10 {
    grid-column-start: 9;
    grid-row-start: 3;
    background-color: #C2D3C9;
}

.div11 {
    grid-column-start: 10;
    grid-row-start: 5;
    background-color: #E21F27;
}

.div12 {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 5;
}

.div13 {
    grid-column: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 6;
}

.kare {
    margin-top: -15%;
    size: 150%;
}

.div14 {
    grid-column-start: 1;
    grid-row-start: 2;
    background-color: white;
    align-items: center;
    justify-content: center;
}

.disk {
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; */
}

.div15 {
    grid-column-start: 8;
    grid-row-start: 3;
    background-color: white;
}

.paint {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.div16 {
    grid-column-start: 10;
    grid-row-start: 4;
    background-color: white;
}

.macSmile {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.Susan {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

/* END OF LANDING PAGE DESIGN */

/* START OF INFLUENCE DESIGN */
.header {
    padding-top: 10%;
    padding-left: 5%;
    border-bottom: solid 1px black;
}

.parent2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
    font-family: IBM plex mono;
    font-size: 0.8rem;
    font-weight: 350;
    /* background-color: azure; */
}


.divA {
    /* padding-top: 20%; */
    grid-column: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 1;
    display: flex;
    justify-content: flex-end;
}

.divB {
    grid-column-start: 2;
    grid-row-start: 1;
}

.divC {
    grid-column-start: 3;
    grid-row-start: 1;
}

.yellow {
    padding-top: 43%;
    width: 100%;
}

.blue {
    padding-top: 15%;
    width: 100%;
}

.red {
    padding-top: 73%;
    width: 100%;
}

.overlay-text {
    position: absolute;
    padding-top: 33%;
    padding-left: 1%;
    width: 17.5%;
    font-size: 0.8rem;
}

.overlay-textb {
    position: absolute;
    padding-top: 27.5%;
    padding-left: 1%;
    width: 17%;
    font-size: 0.8rem;
}

.overlay-textc {
    position: absolute;
    padding-top: 39%;
    padding-left: 1%;
    width: 17.5%;
    font-size: 0.8rem;
}

.greenMac {
    width: 100%;
    align-items: left;
    height: auto;
}

.parent3 {
    padding-top: 8%;
    display: flex;
    color: #969696;
    justify-content: center;
    /* background-color: azure; */
}

.pChicago {
    width: 50%;
}

/* END OF START OF INFLUENCE DESIGN */

/* START OF CONTRIBUTION DESIGN */
.parent4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    background-color: #252525;
    font-family: "IBM plex mono";
    font-size: 0.8rem;
    font-weight: 350;
    color: white;
}

.divx {
    display: flex;
    justify-content: flex-end;
}

.divy {
    grid-column-start: 2;
    grid-row-start: 2;
    width: 90%;
    margin-top: -10%;
}

.letters {
    width: 90%;
}

.italics {
    font-weight: 200;
}

.line {
    border-bottom: solid 1px white;
}

/* END OF CONTRIBUTION DESIGN */

/* START OF TYPOGRAPHY FIELD DESIGN */
.parent5 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 1rem;
}

.leftPic {
    width: 100%;
    padding-top: 150%;
}

.rightPic {
    width: 100%;
}

.macColor {
    width: 80%;
    padding-top: 30%;
}

.div2A {
    display: flex;
    justify-content: flex-end;
}

.div3A {
    margin-top: 110%;
    font-size: 0.8rem;
}

.line2 {
    border-bottom: solid 1px black;
}

/* END OF TYPOGRAPHY FIELD DESIGN */

/* START OF TYPEFACE DESIGN */
.parent6 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    padding-top: 5%;
}

.div2b {
    grid-column-start: 1;
    grid-row-start: 2;
    aspect-ratio: 1 / 1;
    background-color: #E4CE3A;
}

.div3b {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 2;
    background-color: #C2D3C9;
}

.div4b {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 3;
    grid-row-start: 2;
    background-color: #E21F27;
}

.div5b {
    grid-column-start: 5;
    grid-row-start: 2;
    background-color: #C5D7EB;
}

.div7b {
    grid-column: span 3 / span 3;
    grid-column-start: 5;
    grid-row-start: 1;
}

.div8b {
    grid-column-start: 7;
    grid-row-start: 3;
    background-color: #C2D3C9;
}

.div9b {
    grid-column-start: 8;
    grid-row-start: 2;
    background-color: #E21F27;
}

.div10b {
    grid-column: span 2 / span 2;
    grid-column-start: 8;
    grid-row-start: 3;
    background-color: #E4CE3A;
}

.div11b {
    grid-column-start: 10;
    grid-row-start: 2;
    background-color: #C5D7EB;
}


.parent7 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 20px;
    font-size: 0.8rem;
}

.div2c {
    grid-column-start: 2;
}

.div3c {
    padding-top: 5%;
    grid-column: span 2 / span 2;
    grid-column-start: 3;
}

.div4c {
    padding-top: 5%;
    grid-column: span 2 / span 2;
    grid-column-start: 8;
}

.xG {
    width: 100%;
}

/* END OF TYPEFACE DESIGN */

/* START OF COMPOSITION DESIGN */
.text {
    position: absolute;
    width: 28%;
    color: white;
    margin-top: 18%;
    margin-left: 10%;
    font-size: 0.8rem;
}

.line3 {
    border-bottom: solid 1px white;
}

#parent8 {
    padding-top: 5%;
}

/* END OF COMPOSITION DESIGN */

/* unvisited link */
a:link {
    color: grey;
}

/* visited link */
a:visited {
    color: green;
}

/* mouse over link */
a:hover {
    color: hotpink;
}

/* selected link */
a:active {
    color: blue;
}