body {
    background-color: white;
    color: rgb(12, 13, 35);
    font-family: 'Outfit';
    font-size: 20px;
    margin: 0;
    overflow-x: hidden;
}

.top {
    background-color: rgb(12, 13, 35);
    color: #ffffff;
    font-family: 'Outfit';
    font-size: 20px;
    /* padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 10rem;
    padding-bottom: 2rem; */
}

ul {
    font-size: 20px
}

li {
    position: relative;
    padding-bottom: 1rem;
    padding-left: 20px;
  }

li::marker {
    content: '💫';
}

.launchpad-logo {
}

/* li:before {
    background-color: #1a1c4c;
    width: 5px;
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 5px;
  } */

.dates {
    color: #d1d1d1;
    font-size: 16px;
    background: #1a1c4c;
    border-radius: 10px;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.name {
    font-size: 60px;
    text-align: left;
}

.canvas-container {
    margin: 0;
    position: relative;
}

#inner_heading-canvas {
}

.header-text-name {
    position: absolute;
    top: 10rem; /* Adjust as necessary */
    left: 5rem; /* Center the text horizontally */
    right: 5rem;
    transform: translate(-50%, -50%); /* Align the center of the text with its position */
    z-index: 10; /* Ensure the text is above the canvas */

    /* Additional styling for your text */
    color: white;
}

.header-text-socials {
    position: absolute;
    top: 24rem;
    left: 5rem;
}

.blurb {
    font-size: 35px;
    text-align: left;
}

.header-text-blurb {
    position: absolute;
    top: 15rem;
    left: 5.5rem;
    right: 3rem;
}

.socials {
    text-align: left;
    font-family: 'Outfit';
    padding-bottom: 5%;
    z-index: 10;
}

@media screen and (max-width: 740px) {
    .socials {
        text-align: left;
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }
    
    .header-text-blurb {
        text-align: left;
    }

    .header-text-socials {
        top: 29rem;
    }
}

.social-link {
    font-size: 30px;
    margin: 10px;
    color: #d1d1d1;
}

.social-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.divider {
    margin: 3% 5%;
    border-bottom: 1px solid white;
}

.text-shadow-pop-bl {
	-webkit-animation: text-shadow-pop-bl 0.6s both;
	        animation: text-shadow-pop-bl 0.6s both;
    margin: 0;
    padding-top: 25px;
}


 @-webkit-keyframes text-shadow-pop-bl {
    0% {
      text-shadow: 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555;
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      text-shadow: -1px 1px #555555, -2px 2px #555555, -3px 3px #555555, -4px 4px #555555, -5px 5px #555555, -6px 6px #555555, -7px 7px #555555, -8px 8px #555555;
      -webkit-transform: translateX(8px) translateY(-8px);
              transform: translateX(8px) translateY(-8px);
    }
  }
  @keyframes text-shadow-pop-bl {
    0% {
      text-shadow: 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555, 0 0 #555555;
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
    }
    100% {
      text-shadow: -1px 1px #555555, -2px 2px #555555, -3px 3px #555555, -4px 4px #555555, -5px 5px #555555, -6px 6px #555555, -7px 7px #555555, -8px 8px #555555;
      -webkit-transform: translateX(8px) translateY(-8px);
              transform: translateX(8px) translateY(-8px);
    }
  }
  

.section {
    text-align: left;
    font-size: 30px;
    padding: 0 7%;
}

.section-title {
    /* text-decoration: underline; */
}

img {
    width: 25rem;
}

.education-entry {
    margin: 0;
    font-size: 30px;
}

.education-body {
    font-size: 25px;
    margin: 0;
}

.relevant-courses {
    font-size: 20px;
    margin: 0;
}

.read-more-state {
    display: none;
}
  
.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    transition: .25s ease;
}
  
.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
    padding-bottom: 1rem;
    padding-left: 1.2rem;
}
  
.read-more-state ~ .read-more-trigger:before {
    content: 'Show more \FE3E';
    font-size: 20px;
}
  
.read-more-state:checked ~ .read-more-trigger:before {
    content: 'Show less \FE3D';
    font-size: 20px;
}
  
.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
}

.experience-entry {
    padding-top: 0;
    margin: 0;
    font-size: 30px;
}

.experience-body {
    font-size: 20px;
    margin: 0;
}

.clash-course-image {
    border-radius: 20px;
    transition: 0.1s;
    max-width: 26rem;
}

.os161-image {
    border-radius: 20px;
    transition: 0.1s;
    max-width: 15rem;
}

/* .clash-course-image:hover {
    transform: scale(1.03);
    cursor: pointer;
    transition: 0.15s;
    box-shadow: #1a1c4c;
} */

.project-container {
    display: grid;
    /* grid-template-columns: 1fr 1fr; Two equal columns */
    gap: 20px; /* Space between columns */
    border-color: #1a1c4c;
    border-style: solid;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.15s;
    background-color: rgb(30, 30, 30);
    color: white;
    padding: 1rem;
    margin-top: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.project-container:hover {
    border-color: rgb(30, 30, 30);
    border-style: solid;
    box-shadow: 0 0 10px rgb(30, 30, 30);
    transform: scale(1.01);
    transition: 0.15s;
    /* cursor: pointer; */
}

.project-image a {
    display: block; /* Or 'inline-block' */
    width: 100%; /* Full width of the container */
    height: 100%; /* Full height of the container */
    overflow: hidden; /* To handle excess parts of the image if any */
}

.clash-course-image {
    width: 100%;
    height: 100%;
    object-fit: contain; /* This will cover the area without distorting the image */
}

.project-entry {
    padding-left: 2rem;
    font-size: 30px;
    margin-bottom: 0
}

.project-dates {
    margin-left: 2rem;
}

.clash-course-dates {
    color: rgb(12, 13, 35);
    background-color: #d1d1d1;
}

.learn-more {
    color: rgb(12, 13, 35); /* Choose a color that suits your design */
    font-size: 30px; /* Adjust as needed */
    text-align: right;
    padding-right: 1rem;
    transition: 0.3s;
    padding: 1rem;
    border-radius: 0.5rem;
}

.learn-more:hover {
    color: rgb(12, 13, 35); /* Choose a color that suits your design */
    cursor: pointer;
    background-color: rgb(12, 13, 35);
    color: white;
}

.learn-more-container {
    text-align: right;
}

@media screen and (max-width: 740px) {
    .learn-more {
        bottom: 20px;
        right: 20px;
        font-size: 20px;
        position: flex;
        color: black;
    }
}

.learn-more-no-underline {
    text-decoration: none;
}

.projects-wrapper {
    /* margin-left: 1rem;
    margin-right: 1rem; */
    /* padding-left: 10%;
    padding-right: 10%; */
    margin: none;
    padding: none;
}

@media screen and (max-width: 1280px) {
    .project-container {
        grid-template-columns: 1fr; /* Stack vertically on small screens */
    }
    
    .projects-wrapper {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

.project-container:hover .learn-more {
    text-decoration: underline; /* This will underline the text */
}

.skills {
    font-size: 15px;
    font-family: 'Courier New', Courier, monospace;
    margin-right: 0;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.project-container-os161 {
    background-color: #300a24;
}

.learn-more-left {
    text-align: left;
    margin-left: 1.5rem;
}

.project-container-twitter-api {
    background-color: rgb(12, 13, 35);
}

.footer {
    text-align: center;
}

.project-description {
    font-size: 25px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

.example_f span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
}

.example_f span:after {
    content: '\00bb';
    position: relative;
    opacity: 0;
    top: -2px;
    right: -20px;
    transition: 0.5s;
    padding-left: 0.6rem;
}

.example_f:hover span {
    padding-right: 25px;
}

.example_f:hover span:after {
    opacity: 1;
    right: 0;
}