@media (max-width: 480px) {
  #navbar {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  #navbar #mobile-menu {
    display: block;
  }
  #navbar #mobile-menu span {
    font-size: 35px;
    padding: 10px;
  }
  #navbar #my-logo {
    padding: 10px;
  }
  #navbar #toggle-links {
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100vw;
    height: 0vh;
    overflow: hidden;
    transition: 0.4s;
  }
  #navbar #toggle-links li {
    background-color: #102340;
    padding: 25px 25px;
  }
  #home {
    height: auto;
    padding: 50px 20px;
  }
  #home #hero-section {
    overflow: visible;
  }
  #home #hero-section .text-image-wrapper {
    text-align: center;
  }
  #home #hero-section .text-image-wrapper #hero-text #greetings {
    font-size: 3.5rem;
    margin-bottom: 50px;
  }
  #home #hero-section .text-image-wrapper #hero-text #name {
    color: #e2e8f0;
    font-size: 5.9rem;
    line-height: 7rem;
  }
  #home #hero-section .text-image-wrapper #hero-text #position {
    color: #94a3b8;
    font-size: 2.3rem;
    margin-bottom: 50px;
    line-height: 3rem;
  }
  #home #hero-section .text-image-wrapper #hero-text #slogan {
    line-height: 2rem;
    font-size: 1.1rem;
  }
  #home #hero-section .text-image-wrapper #hero-text .show-more-button {
    display: flex !important;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 10px;
  }
  #home #hero-section .text-image-wrapper #hero-text .show-more-button .btn-wrapper {
    border: solid 1px #48e9f1;
    background-color: #48e9f1;
    width: 45%;
  }
  #home #hero-section .text-image-wrapper #hero-text .show-more-button .btn-wrapper button {
    width: 100% !important;
    background-color: #101c37 !important;
  }
  #about-section {
    display: flex;
    height: auto;
    padding-top: 50px;
  }
  #about-section #about-wrapper {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #about-section #about-wrapper .content-wrapper {
    display: flex;
    flex-direction: column-reverse !important;
    justify-content: center;
    align-items: center;
    width: 100% !important;
  }
  #about-section #about-wrapper .content-wrapper .text-wrapper {
    width: 90%;
  }
  #about-section #about-wrapper .content-wrapper .text-wrapper p {
    font-size: 1.3rem;
    line-height: 30px;
  }
  #about-section #about-wrapper .content-wrapper .image-wrapper {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin-bottom: 60px;
  }
  #about-section #about-wrapper .content-wrapper .image-wrapper #image-container {
    border: solid 1px #56d8d5;
    width: 240px;
    height: 240px;
  }
  #about-section #about-wrapper .content-wrapper .image-wrapper img {
    position: absolute;
    margin-top: -15px;
    margin-left: -25px;
    transition: 0.4s;
  }
  #work-experience-section {
    padding: 100px 0px;
    margin-bottom: 10px;
    height: auto;
  }
  #work-experience-section #work-experience-wrapper {
    width: 90%;
    margin: auto;
  }
  #work-experience-section #work-experience-wrapper .content-wrapper {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  #work-experience-section #work-experience-wrapper .content-wrapper #year-menu {
    width: 100%;
    overflow: scroll;
    margin-bottom: 20px;
  }
  #work-experience-section #work-experience-wrapper .content-wrapper #year-menu ul {
    display: flex;
  }
  #work-experience-section #work-experience-wrapper .content-wrapper #year-menu ul #year-menu-arrow-down {
    display: none;
  }
  #work-experience-section #work-experience-wrapper .content-wrapper #year-menu ul .active {
    border-bottom: solid 2px #48e9f1 !important;
    border-left: none;
    color: #48e9f1;
  }
  #work-experience-section #work-experience-wrapper .content-wrapper #year-menu ul li {
    padding: 20px 12px;
    color: rgba(148, 163, 184, 0.6705882353);
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
  }
  #work-experience-section #work-experience-wrapper .content-wrapper #year-menu ul li:hover:not(.active) {
    border-bottom: solid 2px #48e9f1;
    color: #48e9f1;
  }
  #work-experience-section #work-experience-wrapper .content-wrapper #year-description {
    width: 100%;
    height: 99vh !important;
    position: relative;
  }
  #work-experience-section #work-experience-wrapper .content-wrapper #year-description .work-experience-card-wrapper {
    background-color: #102340;
    border: solid 1px #0b1928;
    padding: 20px;
    position: absolute;
    margin-left: 700px;
    transition: 0.4s;
    width: 93%;
    margin-bottom: 15px;
    overflow-y: scroll;
  }
  #work-experience-section #work-experience-wrapper .content-wrapper #year-description .work-experience-card-wrapper .position-and-company {
    color: #e2e8f0;
    font-size: 16px;
  }
  #work-experience-section #work-experience-wrapper .content-wrapper #year-description .work-experience-card-wrapper .position-and-company .dash {
    color: #48e9f1;
  }
  #work-experience-section #work-experience-wrapper .content-wrapper #year-description .work-experience-card-wrapper .position-and-company .company {
    color: #48e9f1;
    text-decoration: none;
  }
  #work-experience-section #work-experience-wrapper .content-wrapper #year-description .work-experience-card-wrapper .position-and-company .company:hover {
    border-bottom: solid 1px #48e9f1;
  }
  #work-experience-section #work-experience-wrapper .content-wrapper #year-description .work-experience-card-wrapper .work-description {
    display: flex;
    flex-wrap: wrap;
    list-style-type: "- ";
    padding-top: 20px;
    padding-left: 20px;
  }
  #work-experience-section #work-experience-wrapper .content-wrapper #year-description .work-experience-card-wrapper .work-description li {
    color: #94a3b8;
    margin-bottom: 10px;
    border-radius: 5px;
    margin-right: 10px;
  }
  #languages-and-skills-section {
    padding: 0px 20px;
    margin-bottom: 100px;
  }
  #languages-and-skills-section #languages-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #languages-and-skills-section #languages-wrapper .title-section {
    justify-content: flex-start;
    width: 100% !important;
    padding-bottom: 70px;
  }
  #languages-and-skills-section .row-app-icon {
    justify-content: flex-start !important;
    flex-direction: column !important;
    flex-wrap: wrap;
  }
  #languages-and-skills-section .row-app-icon .col-app-icons {
    margin: 20px;
    text-align: left;
  }
  #languages-and-skills-section .row-app-icon .col-app-icons .icon-wrapper {
    margin-top: 10px;
    display: flex;
  }
  #languages-and-skills-section .row-app-icon .col-app-icons .icon-wrapper .icon-frame {
    width: 45px;
    height: 45px;
    padding: 0px 3px;
  }
  #languages-and-skills-section .row-app-icon .col-app-icons .icon-wrapper .icon-frame img {
    width: 100%;
  }
  #projects-section {
    margin-bottom: 150px;
    padding-top: 80px;
    padding-bottom: 150px;
    padding: 0px 20px;
    height: auto;
  }
  #projects-section #graphics-modal {
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.78);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    overflow: scroll;
  }
  #projects-section #graphics-modal #closeBtn {
    float: right;
    padding: 20px;
    margin: 10px;
    color: white;
    cursor: pointer;
    font-size: 2rem;
  }
  #projects-section #graphics-modal #modal-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }
  #projects-section #graphics-modal #modal-content {
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #projects-section #graphics-modal #modal-content .switchBtn {
    display: none;
  }
  #projects-section #graphics-modal #modal-content #largeImageWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  #projects-section #graphics-modal #modal-content #largeImageWrapper #largeImage {
    width: 100%;
    height: 100%;
  }
  #projects-section #graphics-modal #modal-content #largeImageWrapper #graphic-description-wrapper {
    padding: 20px 30px;
    margin-bottom: 50px;
  }
  #projects-section #graphics-modal #modal-content #largeImageWrapper #graphic-description-wrapper .show-more-button {
    align-items: flex-start;
  }
  #projects-section #graphics-modal #modal-content #largeImageWrapper #graphic-description-wrapper .show-more-button .btn-wrapper {
    width: 70%;
    background-color: inherit !important;
    border-top: none;
    border-left: none;
  }
  #projects-section #graphics-modal #modal-content #largeImageWrapper #graphic-description-wrapper .show-more-button .btn-wrapper button {
    background-color: inherit !important;
    width: 100% !important;
    font-size: 1.3rem;
  }
  #projects-section #graphics-modal #modal-content #largeImageWrapper #graphic-description-wrapper #graphic-description {
    margin: 20px 0px 30px;
    line-height: 30px;
  }
  #projects-section #graphics-modal #images-thumb-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #projects-section #graphics-modal #images-thumb-wrapper .image-thumb {
    margin: 0px 20px;
    width: 50px;
    cursor: pointer;
  }
  #projects-section .title-section {
    justify-content: flex-start;
    width: 100% !important;
    padding-bottom: 70px;
  }
  #projects-section #projects-menu-wrapper {
    display: flex;
    justify-content: center;
  }
  #projects-section #projects-menu-wrapper li {
    padding: 20px;
    width: 25%;
    text-align: center;
    margin-bottom: 40px;
  }
  #projects-section #projects-menu-wrapper .active {
    border-bottom: solid 2px #48e9f1;
    color: #48e9f1;
  }
  #projects-section #projects-menu-wrapper li:hover {
    color: #48e9f1;
    border-bottom: solid 2px #48e9f1;
    cursor: pointer;
  }
  #projects-section .webAndGraphicsBoxWrapper {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
  }
  #projects-section .websiteMainContainer {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: 0.4s;
    padding: 0px;
    margin-right: 10px;
  }
  #projects-section .websiteMainContainer .websiteBox {
    background-color: #102340;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100vw;
  }
  #projects-section .websiteMainContainer .websiteBox img {
    width: 100%;
  }
  #projects-section .websiteMainContainer .websiteBox .websiteInformation {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    overflow: auto;
    padding-right: 900px !important;
    width: 85%;
  }
  #projects-section .websiteMainContainer .websiteBox .websiteName {
    color: #48e9f1;
  }
  #projects-section .websiteMainContainer .websiteBox .websiteLink {
    color: #48e9f1;
    text-decoration: none;
  }
  #projects-section .websiteMainContainer .websiteBox .websiteLink:hover {
    border-bottom: solid 1px #48e9f1;
  }
  #projects-section .graphicsMainContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    height: 100vh;
    padding: 0px;
    transition: 0.4s;
    opacity: 0.4;
    padding: 0px;
    margin-left: 10px;
  }
  #projects-section .graphicsMainContainer .graphicBox {
    background-color: #102340;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  #projects-section .graphicsMainContainer .graphicBox img {
    width: 100%;
  }
  #projects-section .graphicsMainContainer .graphicBox .graphicInformation {
    width: 90%;
    position: relative;
  }
  #projects-section .graphicsMainContainer .graphicBox .graphicName {
    color: #48e9f1;
  }
  #projects-section .graphicsMainContainer .graphicBox .graphicLink {
    color: #48e9f1;
    text-decoration: none;
  }
  #projects-section .graphicsMainContainer .graphicBox .graphicLink:hover {
    border-bottom: solid 1px #48e9f1;
  }
  #projects-section .websiteMainContainer::-webkit-scrollbar {
    display: none;
  }
  #projects-section .graphicsMainContainer::-webkit-scrollbar {
    display: none;
  }
  #contact-section {
    padding-top: 75px;
  }
  #contact-section #contact-wrapper {
    width: 90%;
    margin: auto;
  }
  #contact-section #contact-wrapper #contact-content {
    height: 55vh;
    padding: 50px 0px;
    background-color: #102340;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #contact-section #contact-wrapper #contact-content p {
    margin-bottom: 30px;
    font-size: 1.3rem;
    line-height: 30px;
  }
  #contact-section #contact-wrapper #contact-content #contact-text-heading {
    font-size: 3.5rem;
    margin-bottom: 30px;
    color: #e2e8f0;
  }
  #contact-section #contact-wrapper #contact-content #cta-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
  }
  #contact-section #contact-wrapper #contact-content #cta-wrapper #cta-bg {
    border: solid 1px #48e9f1;
    background-color: #48e9f1;
    border-radius: 3px;
    width: 23rem;
    height: 86px;
  }
  #contact-section #contact-wrapper #contact-content #cta-wrapper #cta-bg #emailBtn {
    display: block;
    padding-top: 20px;
    text-decoration: none;
    border: solid 1px #48e9f1;
    background-color: #101c37;
    color: #48e9f1;
    cursor: pointer;
    border-radius: 3px;
    margin-top: -5px;
    margin-left: -5px;
    width: 23rem;
    height: 65px;
    font-weight: bold;
    transition: 0.4s;
    font-size: 1.9rem;
  }
  #contact-section #contact-wrapper #contact-content #cta-wrapper #cta-bg #emailBtn:hover {
    border-radius: 3px;
    margin-top: 0px;
    margin-left: 0px;
  }
  #contact-section #contact-wrapper #contact-content #socials {
    width: 100%;
  }
  #contact-section #contact-wrapper #contact-content #socials ul {
    display: flex;
    justify-content: center;
    width: inherit;
    list-style-type: none;
  }
  #contact-section #contact-wrapper #contact-content #socials ul li {
    margin: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
  }
  #contact-section #contact-wrapper #contact-content #socials ul li a {
    display: block;
    width: 30px;
    height: 30px;
    color: rgba(148, 163, 184, 0.6705882353);
    font-size: 1.5rem;
    transition: 0.5s;
  }
  #contact-section #contact-wrapper #contact-content #socials ul li a:hover {
    color: #48e9f1;
  }
}
@media (max-width: 1024px) {
  #navbar {
    display: flex;
    justify-content: space-between;
    padding: 15px;
  }
  #home {
    height: auto;
    padding: 50px 20px;
  }
  #home #hero-section {
    overflow: visible;
  }
  #home #hero-section .text-image-wrapper {
    width: 90%;
    margin: auto;
  }
  #home #hero-section .text-image-wrapper #hero-text #greetings {
    font-size: 3.5rem;
    margin-bottom: 50px;
  }
  #home #hero-section .text-image-wrapper #hero-text #name {
    color: #e2e8f0;
    font-size: 5.8rem;
    line-height: 7rem;
  }
  #home #hero-section .text-image-wrapper #hero-text #position {
    color: #94a3b8;
    font-size: 2.2rem;
    margin-bottom: 50px;
    line-height: 3rem;
  }
  #home #hero-section .text-image-wrapper #hero-text #slogan {
    line-height: 2rem;
    font-size: 1.3rem;
    width: 100%;
  }
  #home #hero-section .text-image-wrapper #hero-text .show-more-button {
    display: flex !important;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 10px;
  }
  #home #hero-section .text-image-wrapper #hero-text .show-more-button .btn-wrapper {
    border: solid 1px #48e9f1;
    background-color: #48e9f1;
    width: 45%;
  }
  #home #hero-section .text-image-wrapper #hero-text .show-more-button .btn-wrapper button {
    width: 100% !important;
    background-color: #101c37 !important;
  }
  #about-section {
    display: flex;
    height: auto;
    padding-top: 50px;
  }
  #about-section #about-wrapper {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #about-section #about-wrapper .title-section {
    width: 90%;
  }
  #about-section #about-wrapper .content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 90%;
  }
  #about-section #about-wrapper .content-wrapper .text-wrapper {
    width: 90%;
  }
  #about-section #about-wrapper .content-wrapper .text-wrapper p {
    font-size: 1.3rem;
    line-height: 30px;
  }
  #about-section #about-wrapper .content-wrapper .image-wrapper {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin-bottom: 60px;
  }
  #about-section #about-wrapper .content-wrapper .image-wrapper #image-container {
    border: solid 1px #56d8d5;
    width: 240px;
    height: 240px;
  }
  #about-section #about-wrapper .content-wrapper .image-wrapper img {
    position: absolute;
    margin-top: -15px;
    margin-left: -25px;
    transition: 0.4s;
  }
  #languages-and-skills-section {
    padding: 0px 20px;
    margin-bottom: 100px;
  }
  #languages-and-skills-section #languages-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #languages-and-skills-section #languages-wrapper .title-section {
    justify-content: flex-start;
    width: 90%;
    margin: auto;
    padding-bottom: 70px;
  }
  #languages-and-skills-section .row-app-icon {
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #languages-and-skills-section .row-app-icon .col-app-icons {
    margin: 20px;
    text-align: left;
  }
  #languages-and-skills-section .row-app-icon .col-app-icons .icon-wrapper {
    margin-top: 10px;
    display: flex;
  }
  #languages-and-skills-section .row-app-icon .col-app-icons .icon-wrapper .icon-frame {
    width: 45px;
    height: 45px;
    padding: 0px 3px;
  }
  #languages-and-skills-section .row-app-icon .col-app-icons .icon-wrapper .icon-frame img {
    width: 100%;
  }
  #projects-section .title-section {
    justify-content: flex-start;
    padding-bottom: 70px;
    width: 90%;
    margin: auto;
  }
  #contact-section {
    padding-top: 75px;
  }
  #contact-section #contact-wrapper {
    width: 90%;
    margin: auto;
  }
  #contact-section #contact-wrapper #contact-content {
    height: auto;
    padding: 50px 0px;
    background-color: #102340;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #contact-section #contact-wrapper #contact-content p {
    margin-bottom: 30px;
    font-size: 1.3rem;
    line-height: 30px;
  }
  #contact-section #contact-wrapper #contact-content #contact-text-heading {
    font-size: 3.5rem;
    margin-bottom: 30px;
    color: #e2e8f0;
  }
  #contact-section #contact-wrapper #contact-content #cta-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
  }
  #contact-section #contact-wrapper #contact-content #cta-wrapper #cta-bg {
    border: solid 1px #48e9f1;
    background-color: #48e9f1;
    border-radius: 3px;
    width: 23rem;
    height: 86px;
  }
  #contact-section #contact-wrapper #contact-content #cta-wrapper #cta-bg #emailBtn {
    display: block;
    padding-top: 20px;
    text-decoration: none;
    border: solid 1px #48e9f1;
    background-color: #101c37;
    color: #48e9f1;
    cursor: pointer;
    border-radius: 3px;
    margin-top: -5px;
    margin-left: -5px;
    width: 23rem;
    height: 65px;
    font-weight: bold;
    transition: 0.4s;
    font-size: 1.9rem;
  }
  #contact-section #contact-wrapper #contact-content #cta-wrapper #cta-bg #emailBtn:hover {
    border-radius: 3px;
    margin-top: 0px;
    margin-left: 0px;
  }
  #contact-section #contact-wrapper #contact-content #socials {
    width: 100%;
  }
  #contact-section #contact-wrapper #contact-content #socials ul {
    display: flex;
    justify-content: center;
    width: inherit;
    list-style-type: none;
  }
  #contact-section #contact-wrapper #contact-content #socials ul li {
    margin: 20px;
    height: 30px;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
  }
  #contact-section #contact-wrapper #contact-content #socials ul li a {
    display: block;
    width: 30px;
    height: 30px;
    color: rgba(148, 163, 184, 0.6705882353);
    font-size: 1.5rem;
    transition: 0.5s;
  }
  #contact-section #contact-wrapper #contact-content #socials ul li a:hover {
    color: #48e9f1;
  }
}/*# sourceMappingURL=responsive.css.map */