
header> {
    margin-left: 60px;
}

.header-name {
    margin-left: 90px;
}


.svg-img {
    background: url('../images/undraw-asset-3.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 230px;
}

.name {
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 600;
    color: #2f2e41;
    margin-top: 2.5rem;
}

.title {
    font-family:  "JetBrains Mono", monospace;
    font-size: 1.8rem;
    color: #616c90;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.languages-font {
    font-family:  "JetBrains Mono", monospace;
    color: #484848;
    font-size: 16px;
    font-weight: 600;
}

.list-inline-item:not(:last-child) {
    margin: 0 !important;
}


.menucontainer {
    font-size: 0;
    margin-bottom: 3.6rem;
    height: 23.5px;
}

#nav li {
    font-size: 0.9rem;
}

.menuitem {
    height: 2rem;
    text-align: center;
    padding: 0;
}

.menuitem a {
    width: 100%;
    text-decoration: none;
    height: 20px;
}

.menuitem a i {
    padding-top: 8px;
}

/* colorways */

.bg-color-name-title {
    background-color: #f5fafe;
}

.menu-color {
    background-color: #3f3d56;
}

.menu-color-2 {
    background-color: #7069f9d4;
}

.menu-color-3 {
    background-color: #ef7a85;
}
.menu-color-4 {
    background-color: #5fde7b;
}

.menu-color a,
.menu-color-2 a,
.menu-color-3 a,
.menu-color-4 a {
    color: #f5fafe;
}

.hr-style {
    border: 1px solid #263460;
    margin-right: 25%;
}

.cv-container {
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 300;
    background-color: #f5fafe;
    color: #26335f;
    padding: 23px;
    border-radius: 8px;
}
.cv-container-socials {
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 300;
    background-color: #f5fafe;
    color: #26335f;
    padding: 20px;
    border-radius: 8px;
}

.cv-container-2 {
    font-family:  "JetBrains Mono", monospace;
    font-weight: 400;
    background-color: #f6da77;
    color: #26335f;
    padding: 20px;
    border-radius: 8px;
}

.cv-container-3 {
    font-family: 'Prompt', Arial, sans-serif;
    font-weight: 200;
    background-color: #4c4a60;
    color: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
}

.cv-container-2>h4 {
    font-weight: 400;
    font-family: 'Prompt', Arial, sans-serif;
    text-transform: uppercase;
}


.skills,
.education,
.experience {
    text-align: center;
}

.link-color-span-1 {
    color: #000000;
}

.link-color-span-2 {
    color: #0a66c2;
}

.link-color-span-3 {
    color: #000000;
}

.social-info ul {
    list-style-type: none;
    font-size: 40px;
    text-align: center;
}

.column {
    padding: 10px;
    flex: 1;
}

ul {
    text-align: left;
}

.projects ol a {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .social-info li {
        display: inline-block;
        margin-right: 20px;
    }
}
@media (max-width: 750px) {
    .social-info ul {
        height: 27px;
    }
}
@media (max-width: 750px) {
    .cv-container-socials {
        padding: 20px;
    }
}
@media (min-width: 1080px) {
    .cv-container-socials {
        width: 23vh;
        margin-left: 21%;
    }
}
@media (min-width:768px){
    .social-info h3 {
        content-visibility: hidden;
    }
}
@media (min-width: 995px){
    .social-info h3 {
        content-visibility: visible;
    }
}
@media (max-width: 600px){
    .header-name {
margin-left: 25px;
}
}