@font-face {
    font-family: "GT-Walsheim-Pro-Light";
    src: url("fonts/GTWalsheimPro-Light.ttf") format("truetype"),
         url("fonts/GTWalsheimPro-Light.woff") format("woff"),
         url("fonts/GTWalsheimPro-Light.woff2") format("woff2"),
         url("fonts/GTWalsheimPro-Light.otf") format("opentype"),
         url("fonts/GTWalsheimPro-Light.eot") format("eot"),
         url("fonts/GTWalsheimPro-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GT-Walsheim-Pro-Regular";
    src: url("fonts/GTWalsheimPro-Regular.ttf") format("truetype"),
         url("fonts/GTWalsheimPro-Regular.woff") format("woff"),
         url("fonts/GTWalsheimPro-Regular.woff2") format("woff2"),
         url("fonts/GTWalsheimPro-Regular.otf") format("opentype"),
         url("fonts/GTWalsheimPro-Regular.eot") format("eot"),
         url("fonts/GTWalsheimPro-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "GT-Walsheim-Pro-Medium";
    src: url("fonts/GTWalsheimPro-Medium.ttf") format("truetype"),
         url("fonts/GTWalsheimPro-Medium.woff") format("woff"),
         url("fonts/GTWalsheimPro-Medium.woff2") format("woff2"),
         url("fonts/GTWalsheimPro-Medium.otf") format("opentype"),
         url("fonts/GTWalsheimPro-Medium.eot") format("eot"),
         url("fonts/GTWalsheimPro-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Poppins-Regular";
    src: url("fonts/Poppins-Regular.ttf") format("truetype"),
         url("fonts/Poppins-Regular.woff") format("woff"),
         url("fonts/Poppins-Regular.woff2") format("woff2"),
         url("fonts/Poppins-Regular.otf") format("opentype"),
         url("fonts/poppins-Regular.eot") format("eot"),
         url("fonts/poppins-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Poppins-Medium";
    src: url("fonts/Poppins-Medium.ttf") format("truetype"),
         url("fonts/Poppins-Medium.woff") format("woff"),
         url("fonts/Poppins-Medium.woff2") format("woff2"),
         url("fonts/Poppins-Medium.otf") format("opentype"),
         url("fonts/poppins-medium.eot") format("eot"),
         url("fonts/poppins-medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
#{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.desktop-sidenav {
    height: 100vh;
    width: 300px;
    float: left;
    position: fixed;
    display: flex;
    z-index: 1;
    top: 0;
    left: 0;
    font-family: "GT-Walsheim-Pro-Regular";
    font-weight: 400;
    font-size: 15px;
    background-color: #0d0d0d;
    overflow-x: hidden;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    justify-content: center;
    flex-direction: column;
}
.desktop-nav-logo {
    display: block;
    margin-bottom: 15px;
    padding: 0px 45px 20px 55px;
    pointer-events: none;
}
.desktop-nav-logo img {
    height: 100%;
    width: 100%;
}
.desktop-nav-logo-img {
    width: 100px;
}
.desktop-navlinks {
    list-style: none;
    position: relative;
    padding: 0px 30px 0.5px 55px;
}
.desktop-navlinks li {
    padding: 3px 0px 0px 3px;
    line-height: 0.01;
}
.desktop-navlinks li a {
    color: #ffffff;
    text-decoration: none;
    padding: 3px 0px 0px 3px;
}
.desktop-navlinks li a:hover {
    color: #f22c00;
    transition: 0.5s;
}
.desktop-nav-social-media-icons {
    padding: 0px 0px 0px 59px;
}
.desktop-nav-social-media-icons a {
    color: #ffffff;
    font-size: 1.5rem;
    position: relative;
    padding: 0px 5px 0px 0px;
}
.desktop-nav-social-media-icons a:hover {
    color: #f22c00;
    transition: 0.5s;
    position: relative;
    padding: 0px 5px 0px 0px;
}
.tablet-and-mobile-nav {
	display: none;
}
#check {
	display: none;
}
h4 {
    color: #ffffff;
    font-size: 30px;
}
.main {
    margin-left: 300px;
    height: 100vh;
}
body {
    background-color: #0d0d0d !important;
}
#wrapper {
    width: auto;
}
.headline h2 {
    display: flex;
    justify-content: center;
    align-items: center
    flex-direction: column;
    text-align: center;
    font-family: "GT-Walsheim-Pro-Regular";
    font-size: 26px;
    font-weight: 400;
    color: #ffffff;
    margin: 35px 70px 0px 70px;
}
.body-text {
    display: flex;
   	justify-content: center;
    align-items: center
    flex-direction: column;
    text-align: center;
    font-family: "GT-Walsheim-Pro-Regular";
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    margin: 250px 40px 250px 40px;
}
.resume-outer-container-desktop {
    display: block;
    margin: 63px 70px 35px 70px;
    scroll-margin: 70px 0px 0px 0px;
}
.resume-outer-container-tablet {
    display: none;
}
.resume-outer-container-mobile {
    display: none;
}
.resume-container-desktop {
    position: relative;
    width: 100%;    
    margin: auto;
    justify-items: center;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 40px;
}
.resume-container-desktop .resume-left-section-desktop {
    position: relative;
    flex: 33.33333333333333%;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.resume-profile-photo {
    margin: 0px 0px 20px 0px;
}
.resume-container-desktop .resume-left-section-desktop .resume-profile-photo-desktop {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.resume-container-desktop .resume-left-section-desktop .resume-profile-photo-desktop img {
    position: relative;
    display: block;
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.resume-contact-info-desktop {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
}
.resume-contact-info-desktop ul {
    position: relative;
    padding: 0px 0px 0px 0px;
}
.resume-contact-info-desktop ul li {
    position: relative;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
}
.resume-contact-info-desktop ul li span .resume-contact-info-icons-desktop {
    display: inline-block;
    width: 23px;
    font-size: 18px;
    margin: -3.2px 3px 0px 0px;
}
.resume-contact-info-desktop ul li span {
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
}
.facebook {
    letter-spacing: -0.36px;
}
.resume-profile-desktop {
    margin: 20px 0px 20px 0px;
}
.resume-profile-title-desktop {
    position: relative;
    padding: 0px 0px 5px 0px;
}
.resume-profile-desktop .resume-section-icons-desktop {
    width: 40px;
    font-size: 24px;
    margin: -8.7px 10px 0px 0px;
    float: left;
}
.resume-profile-title-desktop .title {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #ffffff;
}
.resume-profile-title-border-bottom-desktop {
    border-bottom: 1px solid #ffffff;
    margin: -6px 0px 6px 50.8px;
}
.resume-profile-desktop ul {
    padding: 4.5px 0px 0px 0px;
}
.resume-profile-desktop ul li {
    list-style-type: none;
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 100;
    font-size: 14px;
    color: #ffffff;
}
.resume-profile-desktop ul li h6 {
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
}
.resume-software-skills-desktop {
    margin: 20px 0px 20px 0px;
}
.resume-software-skills-title-desktop {
    position: relative;
    padding: 0px 0px 5px 0px;
}
.resume-software-skills-desktop .resume-section-icons-desktop {
    width: 40px;
    font-size: 24px;
    margin: -8.7px 10px 0px 0px;
    float: left;
}
.resume-software-skills-title-desktop .title {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #ffffff;
}
.resume-software-skills-title-border-bottom-desktop {
    border-bottom: 1px solid #ffffff;
    margin: -6px 0px 6px 50.8px;
}
.resume-software-skills-container-desktop {
    position: relative;
    width: 100%;
    justify-items: center;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}
.resume-software-skills-container-desktop .resume-software-skills-single-section-desktop {
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.resume-software-skills-single-section-desktop .percent {
    position: relative;
    width: 100%;
    height: 5px;
    background: #0d0d0d;
    display: block;
    margin: 5px 0px 6px 0px;
    border: 0.25px solid #ed2024;
    border-radius: 4px 4px 4px 4px;
}
.resume-software-skills-single-section-desktop .percent div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #ed2024;
    border-radius: 4px 4px 4px 4px;
}
.resume-software-skills-single-section-desktop ul {
    padding: 0px 0px 0px 0px;
}
.resume-software-skills-single-section-desktop ul li {
    list-style-type: none;
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
}
.resume-work-habits-desktop {
    margin: 25px 0px 20px 0px;
}
.resume-work-habits-title-desktop {
    position: relative;
    padding: 0px 0px 5px 0px;
}
.resume-work-habits-desktop .resume-section-icons-desktop {
    width: 40px;
    font-size: 24px;
    margin: -8.7px 10px 0px 0px;
    float: left;
}
.resume-work-habits-title-desktop .title {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #ffffff;
}
.resume-work-habits-title-border-bottom-desktop {
    border-bottom: 1px solid #ffffff;
    margin: -6px 0px 6px 50.8px;
}
.resume-work-habits-container-desktop {
    padding: 4.5px 0px 0px 0px;
}
.resume-work-habits-desktop .resume-work-habits-container-desktop h5 {
    font-family: "GT-Walsheim-Pro-Regular";
    font-weight: 550;
    font-size: 14px;
    color: #ed2024;
    margin: 0px 0px 3px 0px;
}
.resume-work-habits-desktop .resume-work-habits-container-desktop h6 {
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
    margin: 3px 0px 8px 0px;
}
.resume-interests-desktop {
    margin: 20px 0px 20px 0px;
}
.resume-interests-title-desktop {
    position: relative;
    padding: 0px 0px 5px 0px;
}
.resume-interests-desktop .resume-section-icons-desktop {
    width: 40px;
    font-size: 24px;
    margin: -8.7px 10px 0px 0px;
    float: left;
}
.resume-interests-title-desktop .title {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #ffffff;
}
.resume-interests-title-border-bottom-desktop {
    border-bottom: 1px solid #ffffff;
    margin: -6px 0px 6px 50.8px;
}
.resume-interests-container-desktop {
    padding: 5px 0px 0px 0px;
}
.resume-interests-desktop ul {
    position: relative;
    padding: 0px 0px 0px 0px;
}
.resume-interests-desktop ul li {
    position: relative;
    list-style-type: none;
    margin: 5px 0px 0px 0px;
}
.resume-interests-desktop ul li .resume-interests-icons-desktop {
    display: inline-block;
    width: 34px;
    font-size: 18px;
    margin: -2px 6px 0px 0px;
}
.resume-interests-desktop ul li {
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
}
.resume-container-desktop .resume-right-section-desktop {
    position: relative;
    flex: 66.66666666666667%;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.resume-general-skills-highlight-desktop {
    margin: -4.5px 0px 20px 0px;
}
.resume-general-skills-highlight-title-desktop {
    position: relative;
    padding: 0px 0px 5px 0px;
}
.resume-general-skills-highlight-desktop .resume-section-icons-desktop {
    width: 40px;
    font-size: 24px;
    margin: -8.7px 10px 0px 0px;
    float: left;
}
.resume-general-skills-highlight-title-desktop .title {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #ffffff;
}
.resume-general-skills-highlight-title-border-bottom-desktop {
    border-bottom: 1px solid #ffffff;
    margin: -6px 0px 6px 50.8px;
}
.resume-general-skills-highlight-content-desktop ul {
    position: relative;
    padding: 4px 0px 0px 14px;
}
.resume-general-skills-highlight-content-desktop ul li {
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
}
.resume-work-experience-desktop {
    margin: 20px 0px -19.5px 0px;
}
.resume-work-experience-title-desktop {
    position: relative;
    padding: 0px 0px 5px 0px;
}
.resume-work-experience-desktop .resume-section-icons-desktop {
    width: 40px;
    font-size: 24px;
    margin: -8.7px 10px 0px 0px;
    float: left;
}
.resume-work-experience-title-desktop .title {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #ffffff;
}
.resume-work-experience-title-border-bottom-desktop {
    border-bottom: 1px solid #ffffff;
    margin: -6px 0px 6px 50.8px;
}
.resume-work-experience-container-desktop {
    padding: 4.5px 0px 0px 0px;
}
.resume-work-experience-role-and-company-desktop {
    margin: 0px 0px -9px 0px;
}
.resume-work-experience-desktop .resume-work-experience-container-desktop .resume-work-experience-role-and-company-desktop h4 {
    font-family: "GT-Walsheim-Pro-Regular";
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}
.resume-work-experience-year-and-place-desktop {
    margin: -9px 0px 1.5px 0px;
}
.resume-work-experience-year-and-place-desktop span .resume-calendar-icon-desktop {
    display: inline-block;
    width: 17px;
    font-size: 16px;
    margin: -5.15px 3px 0px 0px;
}
.resume-work-experience-year-and-place-desktop span .resume-location-icon-desktop {
    display: inline-block;
    width: 12px;
    font-size: 16px;
    margin: -5.15px 3px 0px 15px;
}
.resume-work-experience-year-and-place-desktop span {
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 300;
    font-size: 14px;
    color: #ed2024;
}
.resume-work-experience-description-desktop {
    margin: 1.5px 0px -8px 0px;
}
.resume-work-experience-description-desktop ul {
    position: relative;
    padding: 0px 0px 0px 14px;
}
.resume-work-experience-description-desktop ul li {
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
}
.resume-education-desktop {
    margin: -19.5px 0px 20px 0px;
}
.resume-education-title-desktop {
    position: relative;
    padding: 0px 0px 5px 0px;
}
.resume-education-desktop .resume-section-icons-desktop {
    width: 40px;
    font-size: 24px;
    margin: -8.7px 10px 0px 0px;
    float: left;
}
.resume-education-title-desktop .title {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #ffffff;
}
.resume-education-title-border-bottom-desktop {
    border-bottom: 1px solid #ffffff;
    margin: -6px 0px 6px 50.8px;
}
.resume-education-container-desktop {
    margin: 0px 0px 28px 0px;
    padding: 4.5px 0px 0px 0px;
}
.resume-education-institution-name-desktop {
    margin: 0px 0px -9px 0px;
}
.resume-education-desktop .resume-education-container-desktop .resume-education-institution-name-desktop h4 {
    font-family: "GT-Walsheim-Pro-Regular";
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}
.resume-education-year-and-place-desktop {
    margin: -9px 0px 1.5px 0px;
}
.resume-education-year-and-place-desktop span .resume-calendar-icon-desktop {
    display: inline-block;
    width: 17px;
    font-size: 16px;
    margin: -5.15px 3px 0px 0px;
}
.resume-education-year-and-place-desktop span .resume-location-icon-desktop {
    display: inline-block;
    width: 12px;
    font-size: 16px;
    margin: -5.15px 3px 0px 15px;
}
.resume-education-year-and-place-desktop span {
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 300;
    font-size: 14px;
    color: #ed2024;
}
.resume-education-description-desktop {
    margin: 1.5px 0px -8px 0px;
}
.resume-education-description-desktop ul {
    position: relative;
    padding: 0px 0px 0px 14px;
}
.resume-education-description-desktop ul li {
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
}
.resume-technical-and-soft-skills-desktop {
    margin: 20px 0px 16px 0px;
}
.resume-technical-and-soft-skills-title-desktop {
    position: relative;
    padding: 0px 0px 5px 0px;
}
.resume-technical-and-soft-skills-desktop .resume-section-icons-desktop {
    width: 40px;
    font-size: 24px;
    margin: -8.7px 10px 0px 0px;
    float: left;
}
.resume-technical-and-soft-skills-title-desktop .title {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #ffffff;
}
.resume-technical-and-soft-skills-title-border-bottom-desktop {
    border-bottom: 1px solid #ffffff;
    margin: -6px 0px 6px 50.8px;
}
.resume-technical-and-soft-skills-container-desktop {
    position: relative;
    width: 100%;
    justify-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0px 0px -6px 0px;
    padding: 5px 0px 0px 0px;
}
.resume-technical-and-soft-skills-container-desktop .resume-technical-and-soft-skills-left-section-desktop {
    position: relative;
    width: 100%;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 10px;
}
.resume-technical-and-soft-skills-left-section-desktop .percent {
    position: relative;
    width: 100%;
    height: 5px;
    background: #0d0d0d;
    display: block;
    margin: 5px 0px 6px 0px;
    border: 0.25px solid #ed2024;
    border-radius: 4px 4px 4px 4px;
}
.resume-technical-and-soft-skills-left-section-desktop .percent div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #ed2024;
    border-radius: 4px 4px 4px 4px;
}
.resume-technical-and-soft-skills-left-section-desktop ul {
    padding: 0px 0px 0px 0px;
}
.resume-technical-and-soft-skills-left-section-desktop ul li {
    list-style-type: none;
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
}
.resume-technical-and-soft-skills-container-desktop .resume-technical-and-soft-skills-right-section-desktop {
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 20px;
    padding: 0px 10px 0px 0px;
}
.resume-technical-and-soft-skills-right-section-desktop .percent {
    position: relative;
    width: 100%;
    height: 5px;
    background: #0d0d0d;
    display: block;
    margin: 5px 0px 6px 0px;
    border: 0.25px solid #ed2024;
    border-radius: 4px 4px 4px 4px;
}
.resume-technical-and-soft-skills-right-section-desktop .percent div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #ed2024;
    border-radius: 4px 4px 4px 4px;
}
.resume-technical-and-soft-skills-right-section-desktop ul {
    padding: 0px 0px 0px 0px;
}
.resume-technical-and-soft-skills-right-section-desktop ul li {
    list-style-type: none;
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
}
.resume-languages-desktop {
    margin: 16px 0px 16px 0px;
}
.resume-languages-title-desktop {
    position: relative;
    padding: 0px 0px 5px 0px;
}
.resume-languages-desktop .resume-section-icons-desktop {
    width: 40px;
    font-size: 24px;
    margin: -8.7px 10px 0px 0px;
    float: left;
}
.resume-languages-title-desktop .title {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #ffffff;
}
.resume-languages-title-border-bottom-desktop {
    border-bottom: 1px solid #ffffff;
    margin: -6px 0px 6px 50.8px;
}
.resume-languages-container-desktop {
    position: relative;
    width: 100%;
    justify-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0px 0px -6px 0px;
    padding: 5px 0px 0px 0px;
}
.resume-languages-container-desktop .resume-languages-left-section-desktop {
    position: relative;
    width: 100%;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 10px;
}
.resume-languages-left-section-desktop .percent {
    position: relative;
    width: 100%;
    height: 5px;
    background: #0d0d0d;
    display: block;
    margin: 5px 0px 6px 0px;
    border: 0.25px solid #ed2024;
    border-radius: 4px 4px 4px 4px;
}
.resume-languages-left-section-desktop .percent div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #ed2024;
    border-radius: 4px 4px 4px 4px;
}
.resume-languages-left-section-desktop ul {
    padding: 0px 0px 0px 0px;
}
.resume-languages-left-section-desktop ul li {
    list-style-type: none;
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
}
.resume-languages-container-desktop .resume-languages-right-section-desktop {
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 20px;
    padding: 0px 10px 0px 0px;
}
.resume-languages-right-section-desktop .percent {
    position: relative;
    width: 100%;
    height: 5px;
    background: #0d0d0d;
    display: block;
    margin: 5px 0px 6px 0px;
    border: 0.25px solid #ed2024;
    border-radius: 4px 4px 4px 4px;
}
.resume-languages-right-section-desktop .percent div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #ed2024;
    border-radius: 4px 4px 4px 4px;
}
.resume-languages-right-section-desktop ul {
    padding: 0px 0px 0px 0px;
}
.resume-languages-right-section-desktop ul li {
    list-style-type: none;
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
}
.resume-volunteer-experience-desktop {
    margin: 16px 0px 0px 0px;
}
.resume-volunteer-experience-title-desktop {
    position: relative;
    padding: 0px 0px 5px 0px;
}
.resume-volunteer-experience-desktop .resume-section-icons-desktop {
    width: 40px;
    font-size: 24px;
    margin: -8.7px 10px 0px 0px;
    float: left;
}
.resume-volunteer-experience-title-desktop .title {
    font-family: "Poppins-Medium";
    font-size: 20px;
    color: #ffffff;
}
.resume-volunteer-experience-title-border-bottom-desktop {
    border-bottom: 1px solid #ffffff;
    margin: -6px 0px 6px 50.8px;
}
.resume-volunteer-experience-container-desktop {
    padding: 4.5px 0px 0px 0px;
}
.resume-volunteer-experience-role-and-company-desktop {
    margin: 0px 0px -9px 0px;
}
.resume-volunteer-experience-desktop .resume-volunteer-experience-container-desktop .resume-volunteer-experience-role-and-company-desktop h4 {
    font-family: "GT-Walsheim-Pro-Regular";
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}
.resume-volunteer-experience-year-and-place-desktop {
    margin: -9px 0px 1.5px 0px;
}
.resume-volunteer-experience-year-and-place-desktop span .resume-calendar-icon-desktop {
    display: inline-block;
    width: 17px;
    font-size: 16px;
    margin: -5.15px 3px 0px 0px;
}
.resume-volunteer-experience-year-and-place-desktop span .resume-location-icon-desktop {
    display: inline-block;
    width: 12px;
    font-size: 16px;
    margin: -5.15px 3px 0px 15px;
}
.resume-volunteer-experience-year-and-place-desktop span {
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 300;
    font-size: 14px;
    color: #ed2024;
}
.resume-volunteer-experience-description-desktop {
    margin: 1.5px 0px -8px 0px;
}
.resume-volunteer-experience-description-desktop ul {
    position: relative;
    padding: 0px 0px 0px 14px;
}
.resume-volunteer-experience-description-desktop ul li {
    font-family: "GT-Walsheim-Pro-Light";
    font-weight: 300;
    font-size: 14px;
    line-height: 1.4;
    color: #ffffff;
}
.scroll-up-arrow img {
    width: 45px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px 43px 0px;
    justify-items: center;
}
.footer {
    display: inline;
    bottom: 0;
    width: 100%;
}
.footer-container {
    margin: 0px 70px 0px 70px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-top: 1px solid #ffffff;
}
.footerlinks {
    list-style: none;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
}
.footerlinks li {
    display: inline-block;
    padding: 0px 17px 0px 17px;
}
.footerlinks li a {
    font-family: "GT-Walsheim-Pro-Light";
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
}
.footerlinks li a:hover {
    color: #f22c00;
    transition: 0.5s;
}
.footer-social-media-icons {
    display: block;
    padding: 5px 0px 10px 0px;
}
.footer-social-media-icons a {
    color: #ffffff;
    font-size: 1.75rem;
    position: relative;
    padding: 0px 4px 0px 4px;
}
.footer-social-media-icons a:hover {
    color: #f22c00;
    transition: 0.5s;
    position: relative;
    padding: 0px 4px 0px 4px;
}
.footer-copyright-text {
    font-family: "GT-Walsheim-Pro-Light";
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 55px 0px;
}
@media screen and (max-width: 1024px) {
    .desktop-sidenav {
        display: none;
	}
	.tablet-and-mobile-nav {
		background: #0d0d0d;
		height: 80px;
		width: 100%;
		display: block;
		position: fixed;
		margin: -24px 0px 0px 0px;
		z-index: 20;
		border-bottom: 1px solid #ffffff
	}
	.tablet-and-mobile-nav-logo {
    	display: block;
    	margin: 0px 35px 0px 35px;
    	padding: 14.2px 0px 0px 0px;
    	pointer-events: none;
	}
	.tablet-and-mobile-nav-logo img {
    	height: 50px;
    	width: auto;
	}
	.tablet-and-mobile-nav-logo-img {
    	width: 100px;
	}
    .tablet-and-mobile-menu-button {
		font-size: 2.3rem;
		color: #ffffff;
		float: right;
		line-height: 40px;
		margin: -6px 11px -18px 0px;
		padding: 24px 24px 24px 24px;
		cursor: pointer;
		display: block;
	}
	.tablet-and-mobile-menu-button:hover {
		color: #f22c00;
		transition: 0.5s;
	}
	#check:checked ~ .tablet-and-mobile-navlinks {
		display: block;
		left: 0%;
	}
	.tablet-and-mobile-nav ul {
		display: none;
		position: relative;
		padding: 0px 0px 100px 0px;
		width: 100%;
		height: 100vh;
		align-items: center;
		flex-direction: column;
		background: #0d0d0d;
		top: 15.5px;
		left: -100%;
		text-align: center;
		transition: all 0.5s;
		overflow-y: auto;
		z-index: 20;
	}
	.tablet-and-mobile-nav ul li {
		line-height: 0;
		position: relative;
		display: block;
		border-bottom: 1px solid #ffffff
	}
	.tablet-and-mobile-nav ul li a {
		color: #ffffff;
		font-family: "GT-Walsheim-Pro-Regular";
        font-weight: 400;
		font-size: 16px;
		padding: 26px 0px 11px 0px;
		display: flex;
		position: relative;
		text-align: center;
		flex-direction: column;
		text-decoration: none;
	}
	.tablet-and-mobile-nav ul li a:hover {
    	color: #f22c00;
    	transition: 0.5s;
	}
	.tablet-and-mobile-nav-social-media-icons {
		display: block;
		margin: 15px 0px 15px 0px;
	}
	.tablet-and-mobile-nav-social-media-icons a {
        color: #ffffff;
        font-size: 1.75rem;
        position: relative;
        padding: 10px 7.5px 10px 7.5px;
	}
	.tablet-and-mobile-nav-social-media-icons a:hover {
        color: #f22c00;
        transition: 0.5s;
        position: relative;
        padding: 10px 7.5px 10px 7.5px;
	}
    .main {
        margin: 0px 0px 0px 0px;
    }
    .headline h2 {
        display: flex;
        justify-content: center;
        align-items: center
        flex-direction: column;
        text-align: center;
        font-family: "GT-Walsheim-Pro-Regular";
        font-size: 20px;
        font-weight: 400;
        color: #ffffff;
        margin: 85px 40px 0px 40px;
    }
    .body-text {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        font-family: "GT-Walsheim-Pro-Regular";
        font-size: 15px;
        font-weight: 300;
        color: #ffffff;
        margin: 250px 40px 250px 40px;
    }
	.resume-outer-container-tablet {
        display: block;
        margin: 31px 35px 18px 35px;
        scroll-margin: 70px 0px 0px 0px;
    }
    .resume-outer-container-desktop {
        display: none;
    }
    .resume-outer-container-mobile {
        display: none;
    }
    .resume-container-tablet {
        position: relative;
        width: 100%;
        margin: auto;
        justify-items: center;
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
    }
    .resume-container-tablet .resume-single-section-tablet {
        position: relative;
        flex: 33.33333333333333%;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .resume-profile-photo-tablet {
        margin: 0px 0px 20px 0px;
    }
    .resume-container-tablet .resume-single-section-tablet .resume-profile-photo-tablet {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
    }
    .resume-container-tablet .resume-single-section-tablet .resume-profile-photo-tablet img {
        position: relative;
        display: block;
        top: 0%;
        left: 0%;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .resume-contact-info-tablet {
        display: none;
    }
    .resume-contact-info-tablet-split {
        display: block;
        position: relative;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0px 0px -6px 0px;
        padding: 5px 0px 0px 0px;
    }
    .resume-contact-info-tablet-split .resume-contact-info-left-section-tablet-split {
        position: relative;
        width: 100%;
        margin: 0px 20px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .resume-contact-info-tablet-split ul {
        position: relative;
        padding: 0px 0px 0px 0px;
    }
    .resume-contact-info-tablet-split ul li {
        position: relative;
        list-style-type: none;
        margin: 0px 0px 0px 0px;
    }
    .resume-contact-info-tablet-split ul li span .resume-contact-info-icons-tablet-split {
        display: inline-block;
        width: 23px;
        font-size: 18px;
        margin: -3.2px 3px 0px 0px;
    }
    .resume-contact-info-tablet-split ul li span {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        color: #ffffff;
    }
    .resume-contact-info-tablet-split .resume-contact-info-right-section-tablet-split {
        position: relative;
        width: 100%;
        margin: 0px 0px 0px 20px;
        padding: 0px 0px 0px 0px;
    }
    .resume-contact-info-tablet-split ul {
        position: relative;
        padding: 0px 0px 0px 0px;
    }
    .resume-contact-info-tablet-split ul li {
        position: relative;
        list-style-type: none;
        margin: 0px 0px 0px 0px;
    }
    .resume-contact-info-tablet-split ul li span .resume-contact-info-icons-tablet-split {
        display: inline-block;
        width: 23px;
        font-size: 18px;
        margin: -3.2px 3px 0px 0px;
    }
    .resume-contact-info-tablet-split ul li span {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        color: #ffffff;
    }
    .resume-profile-tablet {
        margin: 20px 0px 20px 0px;
    }
    .resume-profile-title-tablet {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-profile-tablet .resume-section-icons-tablet {
        width: 40px;
        font-size: 24px;
        margin: -8.7px 10px 0px 0px;
        float: left;
    }
    .resume-profile-title-tablet .title {
        font-family: "Poppins-Medium";
        font-size: 20px;
        color: #ffffff;
    }
    .resume-profile-title-border-bottom-tablet {
        border-bottom: 1px solid #ffffff;
        margin: -6px 0px 6px 50.8px;
    }
    .resume-profile-tablet ul {
        padding: 4.5px 0px 0px 0px;
    }
    .resume-profile-tablet ul li {
        list-style-type: none;
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 100;
        font-size: 14px;
        color: #ffffff;
    }
    .resume-profile-tablet ul li h6 {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 1.4;
        color: #ffffff;
        padding: 0px 0px 0px 0px;
    }
    .resume-general-skills-highlight-tablet {
        margin: 20px 0px 20px 0px;
    }
    .resume-general-skills-highlight-title-tablet {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-general-skills-highlight-tablet .resume-section-icons-tablet {
        width: 40px;
        font-size: 24px;
        margin: -8.7px 10px 0px 0px;
        float: left;
    }
    .resume-general-skills-highlight-title-tablet .title {
        font-family: "Poppins-Medium";
        font-size: 20px;
        color: #ffffff;
    }
    .resume-general-skills-highlight-title-border-bottom-tablet {
        border-bottom: 1px solid #ffffff;
        margin: -6px 0px 6px 50.8px;
    }
    .resume-general-skills-highlight-content-tablet ul {
        position: relative;
        padding: 4.5px 0px 0px 14px;
    }
    .resume-general-skills-highlight-content-tablet ul li {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 1.4;
        color: #ffffff;
    }
    .resume-work-experience-tablet {
        margin: 20px 0px -24px 0px;
    }
    .resume-work-experience-title-tablet {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-work-experience-tablet .resume-section-icons-tablet {
        width: 40px;
        font-size: 24px;
        margin: -8.7px 10px 0px 0px;
        float: left;
    }
    .resume-work-experience-title-tablet .title {
        font-family: "Poppins-Medium";
        font-size: 20px;
        color: #ffffff;
    }
    .resume-work-experience-title-border-bottom-tablet {
        border-bottom: 1px solid #ffffff;
        margin: -6px 0px 6px 50.8px;
    }
    .resume-work-experience-container-tablet {
        padding: 4.5px 0px 0px 0px;
    }
    .resume-work-experience-role-and-company-tablet {
        margin: 0px 0px -9px 0px;
    }
    .resume-work-experience-tablet .resume-work-experience-container-tablet .resume-work-experience-role-and-company-tablet h4 {
        font-family: "GT-Walsheim-Pro-Regular";
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
    }
    .resume-work-experience-year-and-place-tablet {
        margin: -9px 0px 1.5px 0px;
    }
    .resume-work-experience-year-and-place-tablet span .resume-calendar-icon-tablet {
        display: inline-block;
        width: 17px;
        font-size: 16px;
        margin: -5.15px 3px 0px 0px;
    }
    .resume-work-experience-year-and-place-tablet span .resume-location-icon-tablet {
        display: inline-block;
        width: 12px;
        font-size: 16px;
        margin: -5.15px 3px 0px 15px;
    }
    .resume-work-experience-year-and-place-tablet span {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        color: #ed2024;
    }
    .resume-work-experience-description-tablet {
        margin: 1.5px 0px -8px 0px;
    }
    .resume-work-experience-description-tablet ul {
        position: relative;
        padding: 0px 0px 0px 14px;
    }
    .resume-work-experience-description-tablet ul li {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 1.4;
        color: #ffffff;
    }
    .resume-software-skills-tablet {
        margin: 20px 0px 16px 0px;
    }
    .resume-software-skills-title-tablet {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-software-skills-tablet .resume-section-icons-tablet {
        width: 40px;
        font-size: 24px;
        margin: -8.7px 10px 0px 0px;
        float: left;
    }
    .resume-software-skills-title-tablet .title {
        font-family: "Poppins-Medium";
        font-size: 20px;
        color: #ffffff;
    }
    .resume-software-skills-title-border-bottom-tablet {
        border-bottom: 1px solid #ffffff;
        margin: -6px 0px 6px 50.8px;
    }
    .resume-software-skills-container-tablet {
        position: relative;
        width: 100%;
        justify-items: center;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0px 0px -6px 0px;
        padding: 5px 0px 0px 0px;
    }
    .resume-software-skills-container-tablet .resume-software-skills-left-section-tablet {
        position: relative;
        width: 100%;
        margin: 0px 20px 0px 0px;
        padding: 0px 0px 0px 10px;
    }
    .resume-software-skills-left-section-tablet .percent {
        position: relative;
        width: 100%;
        height: 5px;
        background: #0d0d0d;
        display: block;
        margin: 5px 0px 6px 0px;
        border: 0.25px solid #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-software-skills-left-section-tablet .percent div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-software-skills-left-section-tablet ul {
        padding: 0px 0px 0px 0px;
    }
    .resume-software-skills-left-section-tablet ul li {
        list-style-type: none;
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 1.3;
        color: #ffffff;
    }
    .resume-software-skills-container-tablet .resume-software-skills-right-section-tablet {
        position: relative;
        width: 100%;
        margin: 0px 0px 0px 20px;
        padding: 0px 10px 0px 0px;
    }
    .resume-software-skills-right-section-tablet .percent {
        position: relative;
        width: 100%;
        height: 5px;
        background: #0d0d0d;
        display: block;
        margin: 5px 0px 6px 0px;
        border: 0.25px solid #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-software-skills-right-section-tablet .percent div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-software-skills-right-section-tablet ul {
        padding: 0px 0px 0px 0px;
    }
    .resume-software-skills-right-section-tablet ul li {
        list-style-type: none;
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 1.3;
        color: #ffffff;
    }
    .resume-education-tablet {
        margin: 16px 0px 20px 0px;
    }
    .resume-education-title-tablet {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-education-tablet .resume-section-icons-tablet {
        width: 40px;
        font-size: 24px;
        margin: -8.7px 10px 0px 0px;
        float: left;
    }
    .resume-education-title-tablet .title {
        font-family: "Poppins-Medium";
        font-size: 20px;
        color: #ffffff;
    }
    .resume-education-title-border-bottom-tablet {
        border-bottom: 1px solid #ffffff;
        margin: -6px 0px 6px 50.8px;
    }
    .resume-education-container-tablet {
        margin: 0px 0px 28px 0px;
        padding: 4.5px 0px 0px 0px;
    }
    .resume-education-institution-name-tablet {
        margin: 0px 0px -9px 0px;
    }
    .resume-education-tablet .resume-education-container-tablet .resume-education-institution-name-tablet h4 {
        font-family: "GT-Walsheim-Pro-Regular";
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
    }
    .resume-education-year-and-place-tablet {
        margin: -9px 0px 1.5px 0px;
    }
    .resume-education-year-and-place-tablet span .resume-calendar-icon-tablet {
        display: inline-block;
        width: 17px;
        font-size: 16px;
        margin: -5.15px 3px 0px 0px;
    }
    .resume-education-year-and-place-tablet span .resume-location-icon-tablet {
        display: inline-block;
        width: 12px;
        font-size: 16px;
        margin: -5.15px 3px 0px 15px;
    }
    .resume-education-year-and-place-tablet span {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        color: #ed2024;
    }
    .resume-education-description-tablet {
        margin: 1.5px 0px -8px 0px;
    }
    .resume-education-description-tablet ul {
        position: relative;
        padding: 0px 0px 0px 14px;
    }
    .resume-education-description-tablet ul li {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 1.4;
        color: #ffffff;
    }
    .resume-technical-and-soft-skills-tablet {
        margin: 20px 0px 16px 0px;
    }
    .resume-technical-and-soft-skills-title-tablet {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-technical-and-soft-skills-tablet .resume-section-icons-tablet {
        width: 40px;
        font-size: 24px;
        margin: -8.7px 10px 0px 0px;
        float: left;
    }
    .resume-technical-and-soft-skills-title-tablet .title {
        font-family: "Poppins-Medium";
        font-size: 20px;
        color: #ffffff;
    }
    .resume-technical-and-soft-skills-title-border-bottom-tablet {
        border-bottom: 1px solid #ffffff;
        margin: -6px 0px 6px 50.8px;
    }
    .resume-technical-and-soft-skills-container-tablet {
        position: relative;
        width: 100%;
        justify-items: center;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0px 0px -6px 0px;
        padding: 5px 0px 0px 0px;
    }
    .resume-technical-and-soft-skills-container-tablet .resume-technical-and-soft-skills-left-section-tablet {
        position: relative;
        width: 100%;
        margin: 0px 20px 0px 0px;
        padding: 0px 0px 0px 10px;
    }
    .resume-technical-and-soft-skills-left-section-tablet .percent {
        position: relative;
        width: 100%;
        height: 5px;
        background: #0d0d0d;
        display: block;
        margin: 5px 0px 6px 0px;
        border: 0.25px solid #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-technical-and-soft-skills-left-section-tablet .percent div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-technical-and-soft-skills-left-section-tablet ul {
        padding: 0px 0px 0px 0px;
    }
    .resume-technical-and-soft-skills-left-section-tablet ul li {
        list-style-type: none;
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 1.3;
        color: #ffffff;
    }
    .resume-technical-and-soft-skills-container-tablet .resume-technical-and-soft-skills-right-section-tablet {
        position: relative;
        width: 100%;
        margin: 0px 0px 0px 20px;
        padding: 0px 10px 0px 0px;
    }
    .resume-technical-and-soft-skills-right-section-tablet .percent {
        position: relative;
        width: 100%;
        height: 5px;
        background: #0d0d0d;
        display: block;
        margin: 5px 0px 6px 0px;
        border: 0.25px solid #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-technical-and-soft-skills-right-section-tablet .percent div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-technical-and-soft-skills-right-section-tablet ul {
        padding: 0px 0px 0px 0px;
    }
    .resume-technical-and-soft-skills-right-section-tablet ul li {
        list-style-type: none;
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 1.3;
        color: #ffffff;
    }
    .resume-languages-tablet {
        margin: 16px 0px 16px 0px;
    }
    .resume-languages-title-tablet {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-languages-tablet .resume-section-icons-tablet {
        width: 40px;
        font-size: 24px;
        margin: -8.7px 10px 0px 0px;
        float: left;
    }
    .resume-languages-title-tablet .title {
        font-family: "Poppins-Medium";
        font-size: 20px;
        color: #ffffff;
    }
    .resume-languages-title-border-bottom-tablet {
        border-bottom: 1px solid #ffffff;
        margin: -6px 0px 6px 50.8px;
    }
    .resume-languages-container-tablet {
        position: relative;
        width: 100%;
        justify-items: center;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0px 0px -6px 0px;
        padding: 5px 0px 0px 0px;
    }
    .resume-languages-container-tablet .resume-languages-left-section-tablet {
        position: relative;
        width: 100%;
        margin: 0px 20px 0px 0px;
        padding: 0px 0px 0px 10px;
    }
    .resume-languages-left-section-tablet .percent {
        position: relative;
        width: 100%;
        height: 5px;
        background: #0d0d0d;
        display: block;
        margin: 5px 0px 6px 0px;
        border: 0.25px solid #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-languages-left-section-tablet .percent div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-languages-left-section-tablet ul {
        padding: 0px 0px 0px 0px;
    }
    .resume-languages-left-section-tablet ul li {
        list-style-type: none;
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 1.3;
        color: #ffffff;
    }
    .resume-languages-container-tablet .resume-languages-right-section-tablet {
        position: relative;
        width: 100%;
        margin: 0px 0px 0px 20px;
        padding: 0px 10px 0px 0px;
    }
    .resume-languages-right-section-tablet .percent {
        position: relative;
        width: 100%;
        height: 5px;
        background: #0d0d0d;
        display: block;
        margin: 5px 0px 6px 0px;
        border: 0.25px solid #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-languages-right-section-tablet .percent div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-languages-right-section-tablet ul {
        padding: 0px 0px 0px 0px;
    }
    .resume-languages-right-section-tablet ul li {
        list-style-type: none;
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 1.3;
        color: #ffffff;
    }
    .resume-work-habits-tablet {
        margin: 16px 0px 20px 0px;
    }
    .resume-work-habits-title-tablet {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-work-habits-tablet .resume-section-icons-tablet {
        width: 40px;
        font-size: 24px;
        margin: -8.7px 10px 0px 0px;
        float: left;
    }
    .resume-work-habits-title-tablet .title {
        font-family: "Poppins-Medium";
        font-size: 20px;
        color: #ffffff;
    }
    .resume-work-habits-title-border-bottom-tablet {
        border-bottom: 1px solid #ffffff;
        margin: -6px 0px 6px 50.8px;
    }
    .resume-work-habits-container-tablet {
        padding: 4.5px 0px 0px 0px;
    }
    .resume-work-habits-tablet .resume-work-habits-container-tablet h5 {
        font-family: "GT-Walsheim-Pro-Regular";
        font-weight: 550;
        font-size: 14px;
        color: #ed2024;
        margin: 0px 0px 3px 0px;
    }
    .resume-work-habits-tablet .resume-work-habits-container-tablet h6 {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 1.4;
        color: #ffffff;
        margin: 3px 0px 8px 0px;
    }
    .resume-volunteer-experience-tablet {
        margin: 20px 0px 28px 0px;
    }
    .resume-volunteer-experience-title-tablet {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-volunteer-experience-tablet .resume-section-icons-tablet {
        width: 40px;
        font-size: 24px;
        margin: -8.7px 10px 0px 0px;
        float: left;
    }
    .resume-volunteer-experience-title-tablet .title {
        font-family: "Poppins-Medium";
        font-size: 20px;
        color: #ffffff;
    }
    .resume-volunteer-experience-title-border-bottom-tablet {
        border-bottom: 1px solid #ffffff;
        margin: -6px 0px 6px 50.8px;
    }
    .resume-volunteer-experience-container-tablet {
        padding: 4.5px 0px 0px 0px;
    }
    .resume-volunteer-experience-role-and-company-tablet {
        margin: 0px 0px -9px 0px;
    }
    .resume-volunteer-experience-tablet .resume-volunteer-experience-container-tablet .resume-volunteer-experience-role-and-company-tablet h4 {
        font-family: "GT-Walsheim-Pro-Regular";
        font-weight: 400;
        font-size: 14px;
        color: #ffffff;
    }
    .resume-volunteer-experience-year-and-place-tablet {
        margin: -9px 0px 1.5px 0px;
    }
    .resume-volunteer-experience-year-and-place-tablet span .resume-calendar-icon-tablet {
        display: inline-block;
        width: 17px;
        font-size: 16px;
        margin: -5.15px 3px 0px 0px;
    }
    .resume-volunteer-experience-year-and-place-tablet span .resume-location-icon-tablet {
        display: inline-block;
        width: 12px;
        font-size: 16px;
        margin: -5.15px 3px 0px 15px;
    }
    .resume-volunteer-experience-year-and-place-tablet span {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        color: #ed2024;
    }
    .resume-volunteer-experience-description-tablet {
        margin: 1.5px 0px -8px 0px;
    }
    .resume-volunteer-experience-description-tablet ul {
        position: relative;
        padding: 0px 0px 0px 14px;
    }
    .resume-volunteer-experience-description-tablet ul li {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 1.4;
        color: #ffffff;
    }
    .resume-interests-tablet {
        margin: 20px 0px 20px 0px;
    }
    .resume-interests-title-tablet {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-interests-tablet .resume-section-icons-tablet {
        width: 40px;
        font-size: 24px;
        margin: -8.7px 10px 0px 0px;
        float: left;
    }
    .resume-interests-title-tablet .title {
        font-family: "Poppins-Medium";
        font-size: 20px;
        color: #ffffff;
    }
    .resume-interests-title-border-bottom-tablet {
        border-bottom: 1px solid #ffffff;
        margin: -6px 0px 6px 50.8px;
    }
    .resume-interests-container-tablet {
        position: relative;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0px 0px -6px 0px;
        padding: 5px 0px 0px 0px;
    }
    .resume-interests-container-tablet .resume-interests-left-section-tablet {
        position: relative;
        width: 100%;
        margin: 0px 20px 0px 0px;
        padding: 0px 0px 0px 10px;
    }
    .resume-interests-tablet ul {
        position: relative;
        padding: 0px 0px 0px 0px;
    }
    .resume-interests-tablet ul li {
        position: relative;
        list-style-type: none;
        margin: 5px 0px 0px 0px;
    }
    .resume-interests-tablet ul li .resume-interests-icons-tablet {
        display: inline-block;sss
        width: 34px;
        font-size: 18px;
        margin: -2px 6px 0px 0px;
    }
    .resume-interests-tablet ul li {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        color: #ffffff;
    }
    .resume-interests-container-tablet .resume-interests-right-section-tablet {
        position: relative;
        width: 100%;
        margin: 0px 20px 0px 0px;
        padding: 0px 0px 0px 10px;
    }
    .resume-interests-tablet ul {
        position: relative;
        padding: 0px 0px 0px 0px;
    }
    .resume-interests-tablet ul li {
        position: relative;
        list-style-type: none;
        margin: 5px 0px 0px 0px;
    }
    .resume-interests-tablet ul li .resume-interests-icons-tablet {
        display: inline-block;
        width: 34px;
        font-size: 18px;
        margin: -2px 6px 0px 0px;
    }
    .resume-interests-tablet ul li {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        color: #ffffff;
    }
    .footer-container {
        margin: 0px 35px 0px 35px;
        display: flex;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: relative;
        border-top: 1px solid #ffffff;
    }
    .footerlinks {
        list-style: none;
        position: relative;
        padding: 0px 0px 0px 0px;
        margin: 30px 0px 0px 0px;
    }
    .footerlinks li {
        display: inline-block;
        padding: 0px 17px 0px 17px;
    }
    .footerlinks li a {
        font-family: "GT-Walsheim-Pro-Light";
        font-size: 15px;
        color: #ffffff;
        text-decoration: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .footer-social-media-icons {
        display: block;
        padding: 5px 0px 10px 0px;
    }
    .footer-social-media-icons a {
        color: #ffffff;
        font-size: 1.75rem;
        position: relative;
        padding: 0px 5px 0px 5px;
    }
    .footer-social-media-icons a:hover {
        color: #f22c00;
        transition: 0.5s;
        position: relative;
        padding: 0px 5px 0px 5px;
    }
    .footer-copyright-text {
        font-family: "GT-Walsheim-Pro-Light";
        font-size: 15px;
        color: #ffffff;
        padding: 10px 0px 0px 0px;
        margin: 0px 0px 55px 0px;
    }
}
@media screen and (max-width: 692px) {
    .resume-contact-info-tablet-split {
        display: none;
    }
    .resume-contact-info-tablet {
        display: block;
        margin: 20px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
    }
    .resume-contact-info-tablet ul {
        position: relative;
        padding: 0px 0px 0px 0px;
    }
    .resume-contact-info-tablet ul li {
        position: relative;
        list-style-type: none;
        margin: 0px 0px 0px 0px;
    }
    .resume-contact-info-tablet ul li span .resume-contact-info-icons-tablet {
        display: inline-block;
        width: 23px;
        font-size: 18px;
        margin: -3.2px 3px 0px 0px;
    }
    .resume-contact-info-tablet ul li span {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        color: #ffffff;
    }
    .facebook {
        letter-spacing: -0.36px;
    }
}
@media screen and (max-width: 440px) {
	.desktop-sidenav {
		display: none;
	}
	.tablet-and-mobile-nav {
		background: #0d0d0d;
		height: 80px;
		width: 100%;
		display: block;

		position: fixed;
		margin: -24px 0px 0px 0px;
		z-index: 20;
		border-bottom: 1px solid #ffffff
	}
	.tablet-and-mobile-nav-logo {
    	display: block;
    	margin: 0px 35px 0px 35px;
    	padding: 14.2px 0px 0px 0px;
    	pointer-events: none;
	}
	.tablet-and-mobile-nav-logo img {
    	height: 50px;
    	width: auto;
	}
	.tablet-and-mobile-nav-logo-img {
    	width: 100px;
	}
    .tablet-and-mobile-menu-button {
		font-size: 2.3rem;
		color: #ffffff;
		float: right;
		line-height: 40px;
		margin: -6px 11px -18px 0px;
		padding: 24px 24px 24px 24px;
		cursor: pointer;
		display: block;
	}
	.tablet-and-mobile-menu-button:hover {
		color: #f22c00;
		transition: 0.5s;
	}
	#check:checked ~ .tablet-and-mobile-navlinks {
		display: block;
		left: 0%;
	}
	.tablet-and-mobile-nav ul {
		display: none;
		position: relative;
		padding: 0px 0px 110px 0px;
		width: 100%;
		height: 100vh;
		align-items: center;
		flex-direction: column;
		background: #0d0d0d;
		top: 15.8px;
		left: -100%;
		text-align: center;
		transition: all 0.5s;
		overflow-y: auto;
		z-index: 20;
	}
	.tablet-and-mobile-nav ul li {
		line-height: 0;
		position: relative;
		display: block;
		border-bottom: 1px solid #ffffff
	}
	.tablet-and-mobile-nav ul li a {
		color: #ffffff;
		font-family: "GT-Walsheim-Pro-Regular";
        font-weight: 400;
		font-size: 20px;
		padding: 28px 0px 13px 0px;
		display: flex;
		position: relative;
		text-align: center;
		flex-direction: column;
		text-decoration: none;
	}
	.tablet-and-mobile-nav ul li a:hover {
    	color: #f22c00;
    	transition: 0.5s;
	}
	.tablet-and-mobile-nav-social-media-icons {
		display: block;
		margin: 15px 0px 25px 0px;
	}
	.tablet-and-mobile-nav-social-media-icons a {
        color: #ffffff;
        font-size: 2.15rem;
        position: relative;
        padding: 10px 10px 10px 10px;
	}
	.tablet-and-mobilet-nav-social-media-icons a:hover {
    	color: #f22c00;
    	transition: 0.5s;
    	position: relative;
    	padding: 10px 10px 10px 10px;
	}
    .main {
        margin: 0px 0px 0px 0px;
    }
    .headline h2 {
        display: flex;
        justify-content: center;
        align-items: center
        flex-direction: column;
        text-align: center;
        font-family: "GT-Walsheim-Pro-Regular";
        font-size: 22px;
        font-weight: 400;
        color: #ffffff;
        margin: 81px 40px 0px 40px;
    }
    .body-text {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        font-family: "GT-Walsheim-Pro-Regular";
        font-size: 15px;
        font-weight: 300;
        color: #ffffff;
        margin: 250px 40px 250px 40px;
    }
	.resume-outer-container-mobile {
        display: block;
        margin: 26.5px 35px 18px 35px;
        scroll-margin: 70px 0px 0px 0px;
    }
    .resume-outer-container-desktop {
        display: none;
    }
    .resume-outer-container-tablet {
        display: none;
    }
    .resume-container-mobile {
        position: relative;
        width: 100%;
        margin: auto;
        justify-items: center;
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
    }
    .resume-container-mobile .resume-single-section-mobile {
        position: relative;
        flex: 33.33333333333333%;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .resume-profile-photo-mobile {
        margin: 0px 0px 20px 0px;
    }
    .resume-container-mobile .resume-single-section-mobile .resume-profile-photo-mobile {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
    }
    .resume-container-mobile .resume-single-section-mobile .resume-profile-photo-mobile img {
        position: relative;
        display: block;
        top: 0%;
        left: 0%;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .resume-contact-info-mobile {
        margin: 20px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
    }
    .resume-contact-info-mobile ul {
        position: relative;
        padding: 0px 0px 0px 0px;
    }
    .resume-contact-info-mobile ul li {
        position: relative;
        list-style-type: none;
        margin: 1px 0px 0px 0px;
    }
    .resume-contact-info-mobile ul li span .resume-contact-info-icons-mobile {
        display: inline-block;
        width: 26px;
        font-size: 17px;
        margin: -3.7px 3.391304347826088px 0px 0px;
    }
    .resume-contact-info-mobile ul li span {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 17px;
        color: #ffffff;
    }
    .website {
        letter-spacing: -0.372px;
    }
    .linkedin {
        letter-spacing: -0.459px;
    }
    .resume-profile-mobile {
        margin: 20px 0px 20px 0px;
    }
    .resume-profile-title-mobile {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-profile-mobile .resume-section-icons-mobile {
        width: 43px;
        font-size: 24px;
        margin: -10px 10px 0px 0px;
        float: left;
    }
    .resume-profile-title-mobile .title {
        font-family: "Poppins-Medium";
        font-size: 21.5px;
        color: #ffffff;
    }
    .resume-profile-title-border-bottom-mobile {
        border-bottom: 1px solid #ffffff;
        margin: -6.558139534883721px 0px 6px 50.8px;
    }
    .resume-profile-mobile ul {
        padding: 4.5px 0px 0px 0px;
    }
    .resume-profile-mobile ul li {
        list-style-type: none;
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 100;
        font-size: 17px;
        color: #ffffff;
    }
    .resume-profile-mobile ul li h6 {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 17px;
        line-height: 1.4;
        color: #ffffff;
        padding: 0px 0px 0px 0px;
    }
    .resume-general-skills-highlight-mobile {
        margin: 20px 0px 20px 0px;
    }
    .resume-general-skills-highlight-title-mobile {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-general-skills-highlight-mobile .resume-section-icons-mobile {
        width: 43px;
        font-size: 24px;
        margin: -10px 10px 0px 0px;
        float: left;
    }
    .resume-general-skills-highlight-title-mobile .title {
        font-family: "Poppins-Medium";
        font-size: 21.5px;
        color: #ffffff;
    }
    .resume-general-skills-highlight-title-border-bottom-mobile {
        border-bottom: 1px solid #ffffff;
        margin: -6.558139534883721px 0px 6px 50.8px;
    }
    .resume-general-skills-highlight-content-mobile ul {
        position: relative;
        padding: 4.5px 0px 0px 14px;
    }
    .resume-general-skills-highlight-content-mobile ul li {
        font-family: "GT-Walsheim-Pro-Light";
        font-size: 17px;
        line-height: 1.4;
        color: #ffffff;
    }
    .resume-work-experience-mobile {
        margin: 20px 0px 27px 0px;
    }
    .resume-work-experience-title-mobile {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-work-experience-mobile .resume-section-icons-mobile {
        width: 43px;
        font-size: 24px;
        margin: -10px 10px 0px 0px;
        float: left;
    }
    .resume-work-experience-title-mobile .title {
        font-family: "Poppins-Medium";
        font-size: 21.5px;
        color: #ffffff;
    }
    .resume-work-experience-title-border-bottom-mobile {
        border-bottom: 1px solid #ffffff;
        margin: -6.558139534883721px 0px 6px 50.8px;
    }
    .resume-work-experience-container-mobile {
        padding: 4.5px 0px 0px 0px;
    }
    .resume-work-experience-role-and-company-mobile {
        margin: 0px 0px -6px 0px;
    }
    .resume-work-experience-mobile .resume-work-experience-container-mobile .resume-work-experience-role-and-company-mobile h4 {
        font-family: "GT-Walsheim-Pro-Regular";
        font-weight: 400;
        font-size: 17px;
        color: #ffffff;
    }
    .resume-work-experience-year-mobile {
        margin: -6px 0px 0.1px 0px;
    }
    .resume-work-experience-year-mobile span .resume-calendar-icon-mobile {
        display: inline-block;
        width: 17px;
        font-size: 16px;
        margin: -6.87px 3px 0px 0px;
    }
    .resume-work-experience-year-mobile span {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 17px;
        color: #ed2024;
    }
    .resume-work-experience-place-mobile {
        margin: -1.9px 0px 1.5px 0px;
    }
    .resume-work-experience-place-mobile span .resume-location-icon-mobile {
        display: inline-block;
        width: 12px;
        font-size: 16px;
        margin: -5.15px 3px 0px 2.5px;
    }
    .resume-work-experience-place-mobile span {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 17px;
        color: #ed2024;
    }
    .resume-work-experience-description-mobile {
        margin: 1.5px 0px -8px 0px;
    }
    .resume-work-experience-description-mobile ul {
        position: relative;
        padding: 0px 0px 0px 14px;
    }
    .resume-work-experience-description-mobile ul li {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 17px;
        line-height: 1.4;
        color: #ffffff;
    }
    .resume-software-skills-mobile {
        margin: 20px 0px 27px 0px;
    }
    .resume-software-skills-title-mobile {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-software-skills-mobile .resume-section-icons-mobile {
        width: 43px;
        font-size: 24px;
        margin: -10px 10px 0px 0px;
        float: left;
    }
    .resume-software-skills-title-mobile .title {
        font-family: "Poppins-Medium";
        font-size: 21.5px;
        color: #ffffff;
    }
    .resume-software-skills-title-border-bottom-mobile {
        border-bottom: 1px solid #ffffff;
        margin: -6.558139534883721px 0px 6px 50.8px;
    }
    .resume-software-skills-container-mobile {
        position: relative;
        width: 100%;
        justify-items: center;
        margin: 0px 0px 0px 0px;
        padding: 5px 0px 0px 0px;
    }
    .resume-software-skills-container-mobile .resume-software-skills-single-section-mobile {
        position: relative;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .resume-software-skills-single-section-mobile .percent {
        position: relative;
        width: 100%;
        height: 5px;
        background: #0d0d0d;
        display: block;
        margin: 5px 0px 6px 0px;
        border: 0.25px solid #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-software-skills-single-section-mobile .percent div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-software-skills-single-section-mobile ul {
        padding: 0px 0px 0px 0px;
    }
    .resume-software-skills-single-section-mobile ul li {
        list-style-type: none;
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 1.3;
        color: #ffffff;
    }
    .resume-education-mobile {
        margin: 27px 0px 27px 0px;
    }
    .resume-education-title-mobile {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-education-title-mobile .resume-section-icons-mobile {
        width: 43px;
        font-size: 24px;
        margin: -10px 10px 0px 0px;
        float: left;
    }
    .resume-education-title-mobile .title {
        font-family: "Poppins-Medium";
        font-size: 21.5px;
        color: #ffffff;
    }
    .resume-education-title-border-bottom-mobile {
        border-bottom: 1px solid #ffffff;
        margin: -6.558139534883721px 0px 6px 50.8px;
    }
    .resume-education-container-mobile {
        margin: 0px 0px 28px 0px;
        padding: 4px 0px 0px 0px;
    }
    .resume-education-role-and-company-mobile {
        margin: 0px 0px -6px 0px;
    }
    .resume-education-mobile .resume-education-container-mobile .resume-education-institution-name-mobile h4 {
        font-family: "GT-Walsheim-Pro-Regular";
        font-weight: 400;
        font-size: 17px;
        color: #ffffff;
    }
    .resume-education-year-mobile {
        margin: -6px 0px 0.1px 0px;
    }
    .resume-education-year-mobile span .resume-calendar-icon-mobile {
        display: inline-block;
        width: 17px;
        font-size: 16px;
        margin: -6.87px 3px 0px 0px;
    }
    .resume-education-year-mobile span {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 17px;
        color: #ed2024;
    }
    .resume-education-place-mobile {
        margin: -1.9px 0px 1.5px 0px;
    }
    .resume-education-place-mobile span .resume-location-icon-mobile {
        display: inline-block;
        width: 12px;
        font-size: 16px;
        margin: -5.15px 3px 0px 2.5px;
    }
    .resume-education-place-mobile span {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 17px;
        color: #ed2024;
    }
    .resume-education-description-mobile {
        margin: 1.5px 0px -8px 0px;
    }
    .resume-education-description-mobile ul {
        position: relative;
        padding: 0px 0px 0px 14px;
    }
    .resume-education-description-mobile ul li {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 17px;
        line-height: 1.4;
        color: #ffffff;
    }
    .resume-technical-and-soft-skills-mobile {
        margin: 20px 0px 6px 0px;
    }
    .resume-technical-and-soft-skills-mobile {
        position: relative;
        padding: 0px 0px 5px 0px;
    }    
    .resume-technical-and-soft-skills-mobile .resume-section-icons-mobile {
        width: 43px;
        font-size: 24px;
        margin: -10px 10px 0px 0px;
        float: left;
    }
    .resume-technical-and-soft-skills-title-mobile .title {
        font-family: "Poppins-Medium";
        font-size: 21.5px;
        color: #ffffff;
    }
    .resume-technical-and-soft-skills-title-border-bottom-mobile {
        border-bottom: 1px solid #ffffff;
        margin: -6.558139534883721px 0px 6px 50.8px;
    }
    .resume-technical-and-soft-skills-container-mobile {
        position: relative;
        width: 100%;
        justify-items: center;
        margin: 0px 0px 0px 0px;
        padding: 5px 0px 0px 0px;
    }
    .resume-technical-and-soft-skills-container-mobile .resume-technical-and-soft-skills-single-section-mobile {
        position: relative;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .resume-technical-and-soft-skills-single-section-mobile .percent {
        position: relative;
        width: 100%;
        height: 5px;
        background: #0d0d0d;
        display: block;
        margin: 5px 0px 6px 0px;
        border: 0.25px solid #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-technical-and-soft-skills-single-section-mobile .percent div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-technical-and-soft-skills-single-section-mobile ul {
        padding: 0px 0px 0px 0px;
    }
    .resume-technical-and-soft-skills-single-section-mobile ul li {
        list-style-type: none;
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 1.3;
        color: #ffffff;
    }
    .resume-languages-mobile {
        margin: 6px 0px 6px 0px;
    }
    .resume-languages-mobile {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-languages-mobile .resume-section-icons-mobile {
        width: 43px;
        font-size: 24px;
        margin: -10px 10px 0px 0px;
        float: left;
    }
    .resume-languages-title-mobile .title {
        font-family: "Poppins-Medium";
        font-size: 21.5px;
        color: #ffffff;
    }
    .resume-languages-title-border-bottom-mobile {
        border-bottom: 1px solid #ffffff;
        margin: -6.558139534883721px 0px 6px 50.8px;
    }
    .resume-languages-container-mobile {
        position: relative;
        width: 100%;
        justify-items: center;
        margin: 0px 0px 0px 0px;
        padding: 5px 0px 0px 0px;
    }
    .resume-languages-container-mobile .resume-languages-single-section-mobile {
        position: relative;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .resume-languages-single-section-mobile .percent {
        position: relative;
        width: 100%;
        height: 5px;
        background: #0d0d0d;
        display: block;
        margin: 5px 0px 6px 0px;
        border: 0.25px solid #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-languages-single-section-mobile .percent div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #ed2024;
        border-radius: 4px 4px 4px 4px;
    }
    .resume-languages-single-section-mobile ul {
        padding: 0px 0px 0px 0px;
    }
    .resume-languages-single-section-mobile ul li {
        list-style-type: none;
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 1.3;
        color: #ffffff;
    }    
    .resume-work-habits-mobile {
        margin: 6px 0px 21px 0px;
    }
    .resume-work-habits-title-mobile {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-work-habits-mobile .resume-section-icons-mobile {
        width: 43px;
        font-size: 24px;
        margin: -10px 10px 0px 0px;
        float: left;
    }
    .resume-work-habits-title-mobile .title {
        font-family: "Poppins-Medium";
        font-size: 21.5px;
        color: #ffffff;
    }
    .resume-work-habits-title-border-bottom-mobile {
        border-bottom: 1px solid #ffffff;
        margin: -6.558139534883721px 0px 6px 50.8px;
    }
    .resume-work-habits-container-mobile {
        padding: 4px 0px 0px 0px;
    }
    .resume-work-habits-mobile .resume-work-habits-container-mobile h5 {
        font-family: "GT-Walsheim-Pro-Regular";
        font-weight: 550;
        font-size: 17px;
        color: #ed2024;
        margin: 0px 0px 3px 0px;
    }
    .resume-work-habits-mobile .resume-work-habits-container-mobile h6 {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 17px;
        line-height: 1.4;
        color: #ffffff;
        margin: 3px 0px 8px 0px;
    }
    .resume-volunteer-experience-mobile {
        margin: 21px 0px 30px 0px;
    }
    .resume-volunteer-experience-title-mobile {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-volunteer-experience-mobile .resume-section-icons-mobile {
        width: 43px;
        font-size: 24px;
        margin: -10px 10px 0px 0px;
        float: left;
    }
    .resume-volunteer-experience-title-mobile .title {
        font-family: "Poppins-Medium";
        font-size: 21.5px;
        color: #ffffff;
    }
    .resume-volunteer-experience-title-border-bottom-mobile {
        border-bottom: 1px solid #ffffff;
        margin: -6.558139534883721px 0px 6px 50.8px;
    }
    .resume-volunteer-experience-container-mobile {
        padding: 4px 0px 0px 0px;
    }
    .resume-volunteer-experience-role-and-company-mobile {
        margin: 0px 0px -6px 0px;
    }
    .resume-volunteer-experience-mobile .resume-volunteer-experience-container-mobile .resume-volunteer-experience-role-and-company-mobile h4 {
        font-family: "GT-Walsheim-Pro-Regular";
        font-weight: 400;
        font-size: 17px;
        color: #ffffff;
    }
    .resume-volunteer-experience-year-mobile {
        margin: -6px 0px 0.1px 0px;
    }
    .resume-volunteer-experience-year-mobile span .resume-calendar-icon-mobile {
        display: inline-block;
        width: 17px;
        font-size: 16px;
        margin: -6.87px 3px 0px 0px;
    }
    .resume-volunteer-experience-year-mobile span {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 17px;
        color: #ed2024;
    }
    .resume-volunteer-experience-place-mobile {
        margin: -1.9px 0px 1.5px 0px;
    }
    .resume-volunteer-experience-place-mobile span .resume-location-icon-mobile {
        display: inline-block;
        width: 12px;
        font-size: 16px;
        margin: -5.15px 3px 0px 2.5px;
    }
    .resume-volunteer-experience-place-mobile span {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 17px;
        color: #ed2024;
    }
    .resume-volunteer-experience-description-mobile {
        margin: 1.5px 0px -8px 0px;
    }
    .resume-volunteer-experience-description-mobile ul {
        position: relative;
        padding: 0px 0px 0px 14px;
    }
    .resume-volunteer-experience-description-mobile ul li {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 17px;
        line-height: 1.4;
        color: #ffffff;
    }
    .resume-interests-mobile {
        margin: 30px 0px 20px 0px;
    }
    .resume-interests-title-mobile {
        position: relative;
        padding: 0px 0px 5px 0px;
    }
    .resume-interests-mobile .resume-section-icons-mobile {
        width: 43px;
        font-size: 24px;
        margin: -10px 10px 0px 0px;
        float: left;
    }
    .resume-interests-title-mobile .title {
        font-family: "Poppins-Medium";
        font-size: 21.5px;
        color: #ffffff;
    }
    .resume-interests-title-border-bottom-mobile {
        border-bottom: 1px solid #ffffff;
        margin: -6.558139534883721px 0px 6px 50.8px;
    }
    .resume-interests-container-mobile {
        padding: 5px 0px 0px 0px;
    }
    .resume-interests-mobile ul {
        position: relative;
        padding: 0px 0px 0px 0px;
    }
    .resume-interests-mobile ul li {
        position: relative;
        list-style-type: none;
        margin: 7px 0px 0px 0px;
    }
    .resume-interests-mobile ul li .resume-interests-icons-mobile {
        display: inline-block;
        width: 36.55px;
        font-size: 18px;
        margin: -4.2px 6px 0px 0px;
    }
    .resume-interests-mobile ul li {
        font-family: "GT-Walsheim-Pro-Light";
        font-weight: 300;
        font-size: 17px;
        color: #ffffff;
    }
	.scroll-up-arrow img {
    	width: 70px;
    	display: block;
    	margin-left: auto;
    	margin-right: auto;
		margin-top: 3px;
		margin-bottom: 20px;
    	padding: 3px 8px 8px 8px;
    	justify-items: center;
	}
    .footer-container {
        margin: 0px 35px 0px 35px;
        display: flex;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: relative;
        border-top: 1px solid #ffffff;
    }
    .footerlinks {
        list-style: none;
        position: relative;
        padding: 0px 0px 0px 0px;
        margin: 30px 0px 0px 0px;
    }
    .footerlinks li {
        display: inline-block;
        padding: 0px 17px 0px 17px;
    }
    .footerlinks li a {
        font-family: "GT-Walsheim-Pro-Light";
        font-size: 20px;
        color: #ffffff;
        text-decoration: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .footer-social-media-icons {
        display: block;
        padding: 5px 0px 10px 0px;
    }
    .footer-social-media-icons a {
        color: #ffffff;
        font-size: 2.2rem;
        position: relative;
        padding: 10px 10px 10px 10px;
    }
    .footer-social-media-icons a:hover {
        color: #f22c00;
    	transition: 0.5s;
    	position: relative;
    	padding: 10px 10px 10px 10px;
    }
    .footer-copyright-text {
        font-family: "GT-Walsheim-Pro-Light";
        font-size: 17.8px;
        color: #ffffff;
        padding: 10px 0px 0px 0px;
        margin: 0px 0px 55px 0px;
    }
}
