
* {
    padding: 0;
    margin: 0;
}
html {
    scroll-behavior: smooth;
    
}
:root {
    --back-white: #FBFAF6;
    --blue-d-section: #295A82;
    --blue-l-section: #AACFDD;
    --orange-section: #FE875D;
    --orange-contrast: #B74017;

    --blue-accent: #37375E;
    --red-accent: #C11E26;
    --xtra-blue-accent:#174468;

}

body {
    width: 100vw;
    background-color: var(--back-white);
    font-family: 'Montserrat',sans-serif, Arial, Helvetica;
    font-size: 35px;
    color: var(--xtra-blue-accent);
    font-weight: 400;
    overflow-x: hidden;
}

h2 {
    font-weight: bold;
    font-size: 1.1em;
    font-stretch: expanded;    
}
h3 {
    font-size: 0.82em;
    font-weight: bold;
    font-stretch: expanded; 
}
h4 {
    font-size: 0.66em;
    font-weight: bold;
    font-stretch: expanded; 
}
p {
    font-size: 0.5em;
}



/* This section is used to define the grid patter of website */
/* Beginning of the Grid section */
section {
    width: 100%;
}
/* Elements of the experience section -----------------------------------------------------------------------------------------------------------*/
.hero-s {
    height: calc(100vh - 45px);
    display: flex;
    justify-content: center;
    align-content: center;
    
}
.Hero-container {
    
    width: 90%;
    max-width: 1640px;
    margin: auto;
    /* border: red 1px solid; */
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}


.Hero-container * {
    margin: auto;
}
.logo-cont-and-text {
    display: flex;
    width: 100%;
    /* border: steelblue 1px solid; */
    
}
.logo-cont{
    display: flex;
    width: 45%;
    margin-left: 0;
    flex-flow: column;
    color: var(--blue-d-section);
    
    
}
.hero-logo {
    width: 33%;
    height: auto;
}
.hero-logo-t {
    width: 66%;
    height: auto;
}
.p-and-button-cont {
    display: flex;
    align-self: center;
    align-content: flex-start;
    flex-direction: column;
    width: 45%;
    margin-right: 0;
    margin-top: auto;
     /* border: tomato 1px solid; */
}
.p-and-button-cont p {
    text-align: center;
    font-size: 0.8em;
}
.hero-quote-text {
    color: var(--red-accent);
    margin-bottom: 1vh;
}
.hero-quote-aut {
    color: var(--blue-accent);
}

.button-cont {
    width: 100%;
    padding-top: 3vh;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.hero-buttons {
    font-size: 0.6em;
    display: flex;
    height: 45px;
    margin: auto;
    text-align: center;
    align-items: center;
    padding: 0.5vh 1vh;
    
    
}
.hero-buttons a {
    text-decoration: none;
    color: var(--back-white);
}
.experience-button {
    background-color: var(--blue-accent);
}
.contact-button {
    background-color: var(--red-accent);
}
.p-and-button-cont * {
    margin: auto;
}
@media screen and (max-width:670px) {
    .Hero-container {
        flex-direction: column;
    }
    .logo-cont {
        width: 100%;
        margin-bottom: 2vh;
    }
    .p-and-button-cont {
        width: 100%;
    }
}
.hero-title-descrip {
    font-size: 1em;
}
@media screen and (max-width:1465px){
    .hero-title-descrip {
        font-size: 0.8em;
    }
    
}
@media screen and (max-width:1170px){
    .hero-title-descrip {
        font-size: 0.68em;
    }
    .p-and-button-cont p {
        font-size: 0.75em;
    }
}
@media screen and (max-width:670px){
    .hero-title-descrip {
        font-size: 0.72em;
    }
    .p-and-button-cont p {
        font-size: 0.70em;
        margin-top: 2vh;
    }
}

/* End of the Hero section */
.blue-s {
    background-color: var(--blue-l-section);
    margin-bottom: -2px;
}
.orange-s {
    background-color: var(--orange-section);
}
.content {
    width: 90vw;
    max-width: 1640px;

    padding: 5vh 0;
    display: grid;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
    
}
nav {
    position: fixed;
    width: 100%;
    z-index: 5;
    background-color: var(--orange-section);
}
.nav-spacer {
    width: 100%;
    height: 45px;
    display: block;
}
.nav-content {
    width: 90vw;
    max-width: 1640px;
    height: 50px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
    justify-content: space-between;
    align-items: center;
    transition: ease-in-out;
}
.link-options {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-left: 5px;
    /* border: blueviolet 1px solid; */
    justify-content: flex-end;
    padding: 0;
}
.nav-content img {
    height: 40px;
    width: auto;
    display: block;
    
}
.nav-plus-icon {
    height: 35px;
    width: 35px;
    display: block;
    z-index: 6;
    /* border: red 1px solid; */
    margin-right: 0;
    margin-left: 1vw;
    
}
.plus-svg {
    height: 35px;
    width: 35px;
    z-index: 7;
    opacity: 1;
    /* border: blue 1px solid; */
    transition: 0.25s ease-out;
}
.plus-svg.open {
    transform: rotate(45deg);
    transition: 0.25s ease-out;
}
.plus-svg g {
    transform:"translate(0 -270.28)";
    
}
.plus-svg path{
    fill: var(--blue-accent);
    opacity: 1;
}
.hover-plus-ref:hover {
    stroke-width: 1.5px;
    fill: var(--back-white);
    /* stroke: var(--blue-accent); */
    transition: 0.25s ease-in;
}

.nav-links {
    width: 100%;
    max-width: 600px;
    height: 35px;
    display: block;
    /* border: 1px white solid; */
    margin-right: 1vw;
    margin-left: auto;
}
@media screen and (max-width:500px){
    .nav-a{
        font-size: 1.2rem;
    }
}
@media screen and (max-width:400px){
    .nav-a{
        font-size: 1rem;
    }
}
.nav-links ul {
    font-size: 0.7em;
    font-weight: bold;
    list-style-type: none;
    display: flex;
    justify-content: space-between;

}
.nav-links a {
    text-decoration: none;
    color: var(--blue-accent);

}
.nav-links a:hover {
    color: var(--back-white);
    transition: ease 0.25s;
}
.hidden-nav{
    width: 100vw;
    height: calc(100vh - 50px);
    max-width: 500px;
    background-color: var(--blue-d-section);
    position: absolute;
    display: flex;
    margin-bottom: 0;
    right: 0;
    clip-path: circle(0 at 100% 0%);
    transition: all 0.75s ease-out;

}
.hidden-nav.open {
    clip-path: circle(150vh at 100% 0%);
    
}
.hidden-nav-list {
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    font-size: 0.7em;
    font-weight: 600;
}
.hidden-nav-list li a {
    text-decoration: none;
    color: var(--back-white);
}
@media screen and (max-width:500px){
    .hidden-nav-list{
        font-size: 1.2rem;
    }
}
@media screen and (max-width:400px){
    .hidden-nav-list{
        font-size: 1rem;
    }
}

/* End of Nav section //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wave-container {
    width: 100vw;
    overflow: hidden;
    height: 65px;
    margin: 0;
    padding: 0;
    position: relative;
    transform: translateY(4px);
    
}

.wave-graphics {
    
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 65px;
}
.wave-b-l {
    background: url(/img/design-elem/Blue-wave-to-left.svg);
    background-size: 600px 63px;
    animation: animate-l 12s linear infinite;
    
}
.wave-b-r {
    background: url(/img/design-elem/Blue-wave-to-right.svg);
    background-size: 600px 63px;
    animation: animate-l 8s linear infinite;
}
.wave-o-l {
    background: url(/img/design-elem/Orange-wave-left.svg);
    background-size: 600px 63px;
    animation: animate-l 12s linear infinite;
    
}
.wave-o-r {
    background: url(/img/design-elem/Orange-wave-right.svg);
    background-size: 600px 63px;
    animation: animate-l 8s linear infinite;
}
.wave-BtoW-l {
    background: url(/img/design-elem/BlueToWhite-wave-left.svg);
    background-size: 600px 63px;
    animation: animate-l 12s linear infinite;
    margin-bottom: -3px;
    margin-top: -5px;
    
}
.wave-BtoW-r {
    background: url(/img/design-elem/BlueToWhite-wave-right.svg);
    background-size: 600px 63px;
    animation: animate-l 8s linear infinite;
    margin-bottom: -3px;
    margin-top: -5px;
    
}
.transition-to-white {
    transform: translateY(-4px);
}
.wave-OtoW-l {
    background: url(/img/design-elem/OrangeToWhite-wave-left.svg);
    background-size: 600px 63px;
    animation: animate-l 12s linear infinite;
    margin-bottom: -3px;
    margin-top: -5px;
    
}
.wave-OtoW-r {
    background: url(/img/design-elem/OrangeToWhite-wave-right.svg);
    background-size: 600px 63px;
    animation: animate-l 8s linear infinite;
    margin-bottom: -3px;
    margin-top: -5px;
    
}

    /* Animations for Logo -------------------------------------------------------------------------- */
        #logo-text path:nth-child(1) {
            stroke-dasharray: 79.6051px;
            stroke-dashoffset: 79.6051px;
            
        }
        #logo-text path:nth-child(2) {
            stroke-dasharray: 68.1615px;
            stroke-dashoffset: 68.1615px;
        }
        #logo-text path:nth-child(3) {
            stroke-dasharray: 55.4575px;
            stroke-dashoffset: 55.4575px;
        }
        #logo-text path:nth-child(4) {
            stroke-dasharray: 73.6808px;
            stroke-dashoffset: 73.6808px;
        }
        #logo-text path:nth-child(5) {
            stroke-dasharray: 65.8129px;
            stroke-dashoffset: 65.8129px;
        }
        #logo-text path:nth-child(6) {
            stroke-dasharray: 36.4920px;
            stroke-dashoffset: 36.4920px;
        }
        #logo-text path:nth-child(7) {
            stroke-dasharray: 79.6053px;
            stroke-dashoffset: 79.6053px;
        }
        #logo-text path:nth-child(8) {
            stroke-dasharray: 78.5472px;
            stroke-dashoffset: 78.5472px;
        }
        #logo-text path:nth-child(9) {
            stroke-dasharray: 87.5434px;
            stroke-dashoffset: 87.5434px;
        }
        #logo-text path:nth-child(10) {
            stroke-dasharray: 108.0710px;
            stroke-dashoffset: 108.0710px;
        }
        #logo-text path:nth-child(11) {
            stroke-dasharray: 83.0997px;
            stroke-dashoffset: 83.0997px;
        }
        #logo-text path:nth-child(12) {
            stroke-dasharray: 74.4449px;
            stroke-dashoffset: 74.4449px;
        }
        #logo-text path:nth-child(13) {
            stroke-dasharray: 209.9972px;
            stroke-dashoffset: 209.9972px;
        }

        
        @keyframes line-anim {
            68% {
                fill-opacity: 0;   
            }
            78% {
                fill-opacity: 0.3;
                   
            }
            90% {
                fill-opacity: 1; 
                stroke-dashoffset: 0;  
            }
            100% {
                stroke-width: 0;
                fill-opacity: 1; 
            }
        }
        @keyframes fade-in {
            to {
                opacity: 1;
            }
        }
        #Logo-design path {
            stroke-dasharray: 1457.0817px;
            stroke-width: 2px;
            stroke-dashoffset: 1457.0817px;
            stroke: var(--xtra-blue-accent);
            fill: var(--xtra-blue-accent);
            fill-opacity: 0;
            animation: line-anim 2.75s linear forwards ;
            animation-delay: 0.25s;
        }


        .Logo-Letter {
            fill: var(--xtra-blue-accent);
            stroke: var(--xtra-blue-accent);
        }
        .Logo-Letter-Line {
            fill: var(--red-accent);
            stroke: var(--red-accent);
        }

        #logo-text path {
            stroke-width: 0.5px;
            fill-opacity: 0;
            animation: line-anim 2.75s linear forwards ;
        }
        .fade-in-hero {
            opacity: 0;
            animation: fade-in 0.75s linear forwards;
            animation-delay: 3s;
        }

    /* End of animation for logo */

@keyframes animate-l {
    0% {
        background-position-x: 0;
    }
    50% {
        background-position-x: 250px;
    }
    100% {
        background-position-x: 0;
    }
}
    /* Elements of the experience section -----------------------------------------------------------------------------------------------------------*/
        .experience-s {
            grid-template-columns: repeat(4, 1fr);
            padding-bottom: 8vh;
            gap: 1vw;
            justify-content: center;
            grid-template-areas:
               "exp-s-t         exp-s-t         exp-s-t         exp-s-t"
               "exp-comp        exp-comp        exp-comp        exp-comp"
               "exp-post-t      exp-post-t      exp-post-d      exp-post-d" 
               "exp-point-1-1   exp-point-1-2   exp-point-1-3   exp-point-1-4"
               "exp-comp-UT     exp-comp-UT     exp-comp-UT     exp-comp-UT"
               "exp-post-t-UT   exp-post-t-UT   exp-post-d-UT   exp-post-d-UT" 
               "exp-point-2-1   exp-point-2-2   exp-point-2-3   exp-point-2-4"

            ;
            grid-template-rows: repeat(7, minmax(100px auto));
            
        }
        .exp-info {
            max-width: 300px;
            margin-left: auto;
            margin-right: auto;
        }
        @media screen and (max-width: 850px){
            .experience-s {
                grid-template-columns: repeat(2, 1fr);
                padding-bottom: 8vh;
                gap: 2vw;
                grid-template-areas:
                   "exp-s-t         exp-s-t"
                   "exp-comp        exp-comp"
                   "exp-post-t      exp-post-d" 
                   "exp-point-1-1   exp-point-1-2"
                   "exp-point-1-3   exp-point-1-4"
                   "exp-comp-UT     exp-comp-UT"
                   "exp-post-t-UT   exp-post-d-UT" 
                   "exp-point-2-1   exp-point-2-2"
                   "exp-point-2-3   exp-point-2-4"
    
                ;
                grid-template-rows: repeat(9, minmax(100px auto));
                
            }
            .exp-info {
                margin-bottom: 5vh;
                max-width: 700px;
                
            }
        }
        @media screen and (max-width: 550px){
            .experience-s {
                grid-template-columns: repeat(1, 1fr);
                padding-bottom: 8vh;
                gap: 1vw;
                grid-template-areas:
                   "exp-s-t"
                   "exp-comp"
                   "exp-post-t"
                   "exp-post-d" 
                   "exp-point-1-1"
                   "exp-point-1-2"
                   "exp-point-1-3"
                   "exp-point-1-4"
                   "exp-comp-UT"
                   "exp-post-t-UT"
                   "exp-post-d-UT" 
                   "exp-point-2-1"
                   "exp-point-2-2"
                   "exp-point-2-3"
                   "exp-point-2-4"
    
                ;
                grid-template-rows: repeat(auto, minmax(100px auto));
            }
            .experience-s h3 {
                text-align: center;
            }
            .exp-date {
                color: var(--orange-contrast);
                text-align: center;
                margin-left: auto;
                margin-right: auto;
            }
            .exp-pos {
                text-align: center;
            }
        }
        .exp-title {
            grid-area: exp-s-t;
        }
        .exp-comp-FQ {
            grid-area: exp-comp;
        }
        .exp-pos-t-FQ {
            grid-area:exp-post-t;
            /* border: blue 1px solid; */
        }
        .exp-pos-d-FQ {
            text-align: right;
            grid-area: exp-post-d;
            /* border: red 1px solid; */
        }
        
        .exp-info h4{
            border-bottom: 3px var(--red-accent) solid;
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            padding-bottom: 1vh;
        }
        .exp-info p{
            text-align: center;
        }
        .exp-point-1-1 {
            text-align: center;
            grid-area: exp-point-1-1;
            display: block;
            margin-bottom: 5vh;
        }
        .exp-point-1-2 {
            grid-area: exp-point-1-2;
            display: block;
            margin-bottom: 5vh;
        }
        .exp-point-1-3 {
            grid-area: exp-point-1-3;
            display: block;
            margin-bottom: 5vh;
        }
        .exp-point-1-4 {
            grid-area: exp-point-1-4;
            display: block;
            margin-bottom: 5vh;
        }
        .exp-comp-UT {
            grid-area: exp-comp-UT;
        }
        .exp-pos-t-UT {
            grid-area:exp-post-t-UT;
            /* border: blue 1px solid; */
        }
        .exp-pos-d-UT {
            text-align: right;
            grid-area: exp-post-d-UT;
            /* border: red 1px solid; */
        }
        .exp-point-2-1 {
            text-align: center;
            grid-area: exp-point-2-1;
            display: block;
            margin-bottom: 5vh;
        }
        .exp-point-2-2 {
            grid-area: exp-point-2-2;
            display: block;
            margin-bottom: 5vh;
        }
        .exp-point-2-3 {
            grid-area: exp-point-2-3;
            display: block;
            margin-bottom: 5vh;
        }
        .exp-point-2-4 {
            grid-area: exp-point-2-4;
            display: block;
            margin-bottom: 5vh;
        }
/* End of the Grid section */
/* Elements of the skills section -------------------------------------------------------------------------------------------------------------------*/
.skill-s {
    padding-top: 12vh;
    padding-bottom: 12vh;
    grid-template-columns: repeat(4, 1fr);
    gap: 1vw;
    grid-template-areas:
       "skill-s-t         skill-s-t         skill-s-t         skill-s-t"
       "skill-comp-1      skill-comp-2      skill-comp-3      skill-comp-4"
    ;
    grid-template-rows: repeat(2, minmax(100px auto));
}
@media screen and (max-width: 800px) {
    .skill-s {
        padding-top: 12vh;
        padding-bottom: 12vh;
        grid-template-columns: repeat(2, 1fr);
        gap: 1vw;
        grid-template-areas:
            "skill-s-t         skill-s-t"
            "skill-comp-1      skill-comp-2"
            "skill-comp-3      skill-comp-4"
        ;
        grid-template-rows: repeat(3, minmax(100px auto));
    }
}
@media screen and (max-width:500px) {
    .skill-s {
        padding-top: 12vh;
        padding-bottom: 12vh;
        grid-template-columns: repeat(1, 1fr);
        gap: 4vh;
        grid-template-areas:
            "skill-s-t "
            "skill-comp-1"
            "skill-comp-2"
            "skill-comp-3"
            "skill-comp-4"
        ;
        grid-template-rows: repeat(3, minmax(100px auto));
    }
    .exp-info {
        max-width: 600px;
        margin-bottom: 5vh;
    }
}
.skill-title {
    grid-area: skill-s-t;
    margin-bottom: 5vh;
}
.skill-comp-1 {
    display: block;
    grid-area: skill-comp-1;
}
.skill-comp-2 {
    display: block;
    grid-area: skill-comp-2;
}
.skill-comp-3 {
    display: block;
    grid-area: skill-comp-3;
}
.skill-comp-4 {
    display: block;
    grid-area: skill-comp-4;
}
.icon-container {
    width: 100%;
    height: 100px;
    
    align-content: center;
    display: flex;
    
}
.icon-container img {
    margin: auto auto;
    margin-bottom: minmax(auto, 0vw);
    align-self: center;
    justify-self: center;
    align-content: center;
    width: 100px;
    height: auto;
}

/* End of the Grid section */
/* Elements of the Education section -------------------------------------------------------------------------------------------------------------------*/
.edu-s {
    padding-top: 6vhvh;
    padding-bottom: 12vh;
}
.title-cate {
    display: inline;
}
.subcat-title {
    display: inline;
}
.elements-box {
    display: flex;
    flex-direction: row;
    margin-top: 1.5vh;
    margin-bottom: 1.5vh;
}
.elements-box img {
    width: 120px;
    height: auto;
    vertical-align: top;
}
.info-box {
    margin-left: 1vw;
    margin-right: 1vw;
    max-width: 600px;
}
.left {
    margin-left: 0;
    margin-right: auto;
}
.right {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}
.subcat-title {
    margin-top: 3vh;
    margin-bottom: 3vh;
}
@media screen and (max-width:550px) {
    .elements-box {
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .exp-info {
        max-width: 600px;
    }
    .right {
        flex-direction: column-reverse;
    }
} 
/* End of the Grid section */
/* Elements of the About section -------------------------------------------------------------------------------------------------------------------*/
.about-s {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 8vh;
    gap: 1vw;
    grid-template-areas:
       "exp-s-t         exp-s-t         exp-s-t   "
       "face            about-txt       about-txt "
    ;
    grid-template-rows: repeat(2, minmax(100px auto));
}
.face-pic {
    grid-area: face;
    position: relative;
    justify-content: center;
    align-content: center;
    padding: 5%;
    padding-bottom: 20vw;
    
    
}

.about-txt {
    grid-area: about-txt;
    padding-left: 2vw;
}
.about-txt a{
    text-decoration: none;
    font-weight: 600;
    color: var(--back-white);
}
.face-pic img{
    width: 90%;
    max-width: 320px;
    height: auto;
    position: absolute;
    margin: auto;
    left: 5%;
    

}
.me-pic {
    z-index: 4;
    justify-self: center;
    align-self: center;
    left: -55%;
}
.sqr-lb {
    transform: translate(-5%,5%);
    left: -55%;
    
}
.sqr-db {
    transform: translate(5%,-5%);
    left: -55%;
}
@media screen and (max-width:500px) {
    .about-s {
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 8vh;
        gap: 1vw;
        grid-template-areas:
           "exp-s-t"
           "about-txt"
           "face"
        ;
        grid-template-rows: repeat(3, minmax(100px auto));
    }
    .face-pic {
        padding-bottom: calc(80vw);
        
    }
    

}

/* End of the Grid section */
/* Elements of the Contact section -------------------------------------------------------------------------------------------------------------------*/
.contact-s {
    grid-template-columns: repeat(6, 1fr);
            padding-bottom: 8vh;
            gap: 1vw;
            grid-template-areas:
                "cont-title             cont-title             cont-title            cont-title             cont-title               cont-title"
                "fst-c-p                fst-c-p                fst-c-p               fst-c-p                fst-c-p                  fst-c-p"
                "email-cont             email-cont             email-cont            email-cont             email-cont               email-cont" 
                "snd-c-p                snd-c-p                snd-c-p               snd-c-p                snd-c-p                  snd-c-p"
                "twitter-and-linkedin   twitter-and-linkedin   twitter-and-linkedin  twitter-and-linkedin   twitter-and-linkedin     twitter-and-linkedin"


            ;
            grid-template-rows: repeat(5, minmax(100px auto));
}
.a-in-cont {
    justify-content: center;
    align-items: center;
    text-decoration: none;
    min-width: 200px;
    max-width: 250px;
    height: auto;
    margin-top: 1vh;
    margin-bottom: 1vh;
    transition: 0.2s ease ;
    
}
.a-in-cont * {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: block;
    color: var(--red-accent);
    font-weight: bold;
    
}

.cont-title {
    grid-area: cont-title;
    
}
.contact-links {
    margin-top: 1vh;
    margin-bottom: 1vh;
}
.fst-c-p {
    grid-area: fst-c-p;
    max-width: 600px;
    justify-self: center;
    text-align: center;
    margin-top: 1vh;
    margin-bottom: 1vh;
}
.snd-c-p {
    grid-area: snd-c-p;
    max-width: 600px;
    display: block;
    justify-self: center;
    text-align: center;
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.twitter-cont {
    grid-area: twitter-cont;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    min-width: 100px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    
}
.linkedin-cont {
    grid-area: linkedin-cont;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    min-width: 100px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
}
.twitter-and-linkedin {
    grid-area: twitter-and-linkedin;
    flex-direction: row;
    display: flex;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
    justify-content: space-between;
    flex-wrap: wrap;
    
}
.email-cont {
    grid-area: email-cont;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    transition: 0.2s ease ;
}
.email-cont:hover {
    transform: translateY(-8px);
}
.a-in-cont:hover {
    transform: translateY(-8px);
    
}
/* End of the Grid section */

/* Elements of the Footer section -------------------------------------------------------------------------------------------------------------------*/
.footer-container {
    width: 80vw;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
    text-align: center;
    color: var(--orange-section);
    padding: 8vh 0;
}
footer {
    background-color: var(--blue-d-section);
}
/* End of the Grid section */
/* This section is for the text's colors ----------------------------------------------------------------------------------------------------------------*/
    .orange-text {
        color: var(--orange-contrast);
        
    }
    .blue-text {
        color: var(--xtra-blue-accent);
    }
    .section-titles {
        margin-bottom: 3vh;
    }

