body a, p, ul, li, sub, sup, h1, h2, h3, h4, h5, pre {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #EDEDED;
    cursor: default;
}

a:hover {
    text-decoration: none;
}

img {
    margin: 0;
    padding: 0;
}

section,
div {
    margin-left: 0;
    margin-top: 0;
}

body, html {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

section {
    height: 100vh;
    padding: 3em;
}

#education {
    position: relative;
    background-color: #232323;
    padding-top: 6.125em;
    height: auto;
    z-index: 20;
    box-shadow: 0 0 60px 12px #0D47A1;
    color: #EDEDED;
}

.edu-icon-left {
    transition-duration: 0.3s;
    margin: 0.2em;
    font-size:7em;
    float:left;
    text-shadow: 0 1px 3px #EDEDED;
}

.edu-icon-right {
    transition-duration: 0.3s;
    margin: 0.2em;
    font-size:7em;
    float:right;
    text-shadow: 0 1px 3px #EDEDED;
}
.edu-icon-left:hover {
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
    transform: scale(1.15,1.15);
}
.edu-icon-right:hover {
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
    transform: scale(1.15,1.15);
}

.marg-left {
    padding-left: 0.5em;
}

.marg-right {
    padding-right: 0.5em;
}

.marg-up {
    padding-top: 0.5em;
}

.marg-down {
    padding-bottom: 0.5em;
}

.education-title {
    font-weight: 700;
}

#education-main {
    opacity: 0;
}

#hs {
    opacity: 0;
}

#hs-awards-icon {
    opacity: 0;
}

#hs-awards-1 {
    opacity: 0;
}

#hs-awards-2 {
    opacity: 0;
}

#hs-awards-3 {
    opacity: 0;
}

#hs-awards-4 {
    opacity: 0;
}

#hs-awards-5 {
    opacity: 0;
}

#hs-awards-6 {
    opacity: 0;
}

#hs-club-icon {
    opacity: 0;
}

#hs-club-1 {
    opacity: 0;
}

#hs-club-2 {
    opacity: 0;
}

#hs-club-3 {
    opacity: 0;
}

#hs-club-4 {
    opacity: 0;
}

#uni {
    opacity: 0;
}

#uni-club-1 {
    opacity: 0;
}

#uni-club-2 {
    opacity: 0;
}

#uni-club-icon {
    opacity: 0;
}

#uni-awards-icon {
    opacity: 0;
}

#uni-awards-1 {
    opacity: 0;
}

#uni-awards-2 {
    opacity: 0;
}

#uni-awards-3 {
    opacity: 0;
}

#uni-awards-4 {
    opacity: 0;
}

.education-list-item {
    font-weight: 500;
    width: 50%;
    vertical-align: center;
}

.education-list-item-inner {
    font-weight: normal;
}

.education-list-item-inner-inner {
    margin-left: 20px;
}

.education-list-item-inner-inner::before {
    content: "";
    margin-right: 8px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #EDEDED;
    border-radius: 50%;
    margin-bottom: 1px;
}

.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap row;
        flex-flow: wrap row;
    -ms-flex-align: center;
        align-items: center; 
    -ms-flex-pack: center; 
        justify-content: center;
}

.education-text {
    float: left;
}

.education-image {
    padding-top: 1em;
}

.image-education {
    float: left;
    height: auto;
    width: 200px;
    display: block;
    margin: 0 auto;
    -webkit-filter: brightness(50%) sepia(100) hue-rotate(25deg) invert(100);
            filter: brightness(50%) sepia(100) hue-rotate(25deg) invert(100);
}

.education-img {
    height: auto;
    width: 190px;
    margin: 5px;
    -webkit-filter: brightness(50%) sepia(100) hue-rotate(25deg) invert(100);
            filter: brightness(50%) sepia(100) hue-rotate(25deg) invert(100);
}

.school {
    padding-top: 1em;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
}

.school-bottom {
    padding-top: 3em;
}

.education-subtitle {
    color: #EDEDED;
    padding-top: 1em;
    font-weight: bold;
}


/* KNOWLEDGE SECTION */
#languages {
    background-color: #1976D2;
    padding-top: 6.125em;
    height: auto;
}

.language-top {
    opacity: 0;
}

#java {
    opacity: 0;
}

#html {
    opacity: 0;
}

#node {
    opacity: 0;
}

#cplusplus {
    opacity: 0;
}

#python {
    opacity: 0;
}

#spoken-lang {
    opacity: 0;
}

.spoken {
    width: 100%;
    padding-left: 20px;
}

.language-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin: 5px -15px;
}

.language {
    min-width: calc(50% - 30px);
}

.language-bottom {
    width: calc(50% - 30px);
}

.title-languages {
    color: #EDEDED;
}

.title-language {
    font-weight: bold;
    float: left;
}

.subtitles-languages {
    margin-top: 1em;
    color: #EDEDED;
}

.languages-list {
    list-style: none;
    padding-left: 20px;
}

.bullet::before {
    content: "";
    margin-right: 8px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color:#1565C0;
    border-radius: 50%;
    margin-bottom: 1px;
}

.sub-subtitles-languages {
    color: #BBDEFB;
}

.bullet {
    color: #BBDEFB;
}

.languages-links {
    color: #EDEDED;
    cursor: pointer;
}

.knowledge-title {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    color: #EDEDED;
}

.language {
    margin:15px;
}

.language-spoken {
    width: calc(100% - 30px);
    margin-bottom: 0;
}

.time-language {
    float: right;
    color: #EDEDED;
}

/* FOOTER */
footer {
    position: relative;
    z-index: 20;
    background-color: #232323;
    padding: 2em 3em;
    box-shadow: 0 0 60px 12px #0D47A1;
}

.fa-footer-icon {
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    color: #EDEDED;
    font-size: 2em;
    border-radius: 10%;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    position: relative;
}

.fa-footer-icon:hover {
    transition-duration: 0.1s;
}

.contact-block {
    padding-right: 1.5em;
}

#contact-email {
    display: -ms-flexbox;
    display: flex;
}

.footer-a {
    text-decoration: none;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.footer-a:hover {
    cursor: pointer;
}

.footer-a:hover > .handle {
    transition-duration: 0.1s;
    color: #1E88E5;
}

.footer-a:hover > .fa {
    transition-duration: 0.1s;
    color: #1E88E5;
}

.footer-a-about {
    text-decoration: none;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

/******************************************************/

.fa-footer-icon-about {
    color: #0D47A1;
}

.handle-about {
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
    color: #0D47A1;
    margin-left: 0.5em;
}
.about-media {
    margin-bottom: 0.7em;
}

.footer-a-about:hover {
    transition-duration: 0.1s;
    cursor: pointer;
}

.footer-a-about:hover > .handle-about {
    transition-duration: 0.1s;
    color: #232323;
}
.footer-a-about:hover > .fa {
    transition-duration: 0.1s;
    color: #232323;
}

/******************************************************/

.handle {
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
    color: #EDEDED;
    margin-left: 0.5em;
}

.footer-link {
    padding-top:1em;
    padding-right: 2em;
}

.info-title {
    margin: 0;
    color: #EDEDED;
}

#invitation {
    padding-top:1em;
}

#contact-email {
    padding-top: 0.5em;
}

#last-social-link {
    padding-right: 0;
}

.footer-links{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
}

.block {
    width: 50%;
}

.info {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 3em;
}

p#copyright {
    color: #EDEDED;
    text-align: center;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
}

p#copyright:hover {
    cursor: pointer;
    text-decoration: none;
    color: #1E88E5;
    transform: scale(1.05, 1.05);
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
}

#footer-copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
}

/* SKILLS SECTION */
#skills {
    position: relative;
    padding-top: 6.125em;
    height: auto;
    background-color: #1976D2;
    z-index: 0;
}

#title-ovelay {
    opacity: 0;
    color: #EDEDED;
    padding-bottom: 1.25rem;
}

.skills-card {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 350px;
    min-width: 250px;
    padding-top: 1.25rem;
    background: transparent;
    border: none;
}

#first-skill {
    opacity: 0;
}#second-skill {
    opacity: 0;
}#third-skill {
    opacity: 0;
}#fourth-skill {
    opacity: 0;
}#fifth-skill {
    opacity: 0;
}

.skills-card-deck {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
}

@media (min-width: 1200px) {
    .skills-card-deck {
        width: calc(1200px - 6em);
        margin-left: calc((100% - 1200px + 6em) / 2);
    }

    #title-ovelay {
        margin-left: calc((100% - 1200px + 6em) / 2);
    }

    .container-margins {
        margin-left: calc((100% - 1200px + 6em) / 2);
        margin-right: calc((100% - 1200px + 6em) / 2);
    }

    .education-text {
       /* width:calc(100% - (100% - 1200px + 6em) - 200px);*/
    }
}

.skill {
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    font-size: 6em;
    color: #0D47A1;
    text-shadow: 0 2px 8px #0D47A1;
    width: 1em;
}

.skill:hover {
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
    transform: scale(1.15,1.15);
}

.skills-card-title {
    color: #EDEDED;
}

.skills-card-text {
    color: #BBDEFB;
}

/* ABOUT SECTION */
#about {
    position: relative;
    background-color: #EDEDED;
    width: auto;
    height: auto;
    padding-top: 6.125em;
    box-shadow: 0 0 60px 12px #0D47A1;
    z-index: 20;
}

#about p {
    color: #232323;
}

#about h2 {
    color: #232323;
}

#about-me-text {
    opacity: 0;
}
#div-profile-pic {
    opacity: 0;
}
#profile-picture {
    max-width: calc(1300px - 60em);
    transition-duration: 0.5s;  
    transition-timing-function: ease-in;
    box-shadow: 0px 3px 15px #232323;
}

#profile-picture:hover {
    transition-duration: 0.2s;
    transform: scale(1.06,1.06);
    transition-timing-function: ease-out;
    box-shadow: 0px 10px 50px #232323;
}
/*
#profile-picture.zoom {
    transition-duration: 0.2s;
    transform: scale(1.06,1.06);
    transition-timing-function: ease-out;
    box-shadow: 0px 10px 50px #232323;
}*/

/* HOME SECTION */
#home {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    background-color: #232323;
    width: auto;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    z-index: 40;
}

#home-arrow {
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    position: absolute;
    bottom: 0;
    left: 0;
}

#home-arrow-down {
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    z-index: 2000;
    position: fixed;
    bottom: 0;
    right: 0;
}

#home-down:hover {
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
    transform: scale(1.1,1.1) rotate(180deg);
    box-shadow: 0px 1px 5px #EDEDED;
    color: #232323;
    background-color: #EDEDED;
}

#home-down-down:hover {
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
    transform: scale(1.1,1.1) rotate(180deg);
    box-shadow: 0px -2px 15px #232323;
    color: #232323;
    background-color: #EDEDED;
}

#home-down-down {
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    transform: rotate(180deg);
    display: block;
    border: none;
    outline: none;
    color: #EDEDED;
    background-color: #232323;
    cursor: pointer;
    font-size: 3em;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 30px;
    margin-bottom: 18.6px;
    box-shadow: 0px -2px 12px #232323;
}

#home-down {
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
    transform: rotate(180deg); 

    display: block;
    font-size: 3em;
    border: none;
    outline: none;
    background-color: transparent;
    color: #EDEDED;
    cursor: pointer;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 30px;
    margin-bottom: 18.6px;

    opacity:0;
    animation: spin 1s, name 2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

@keyframes spin { 
    from { 
        transform: rotate(180deg); 
    } to { 
        transform: rotate(0deg); 
    }
}

#first-name {
    font-size: 15vw;
    font-weight: lighter;
    
    opacity: 0;
    animation-name: name;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

#last-name {
    font-size: 9vw;
    margin-top: -0.7em;
    margin-left: 10vw;
    text-transform: uppercase;
    font-weight: bold;

    opacity: 0;
    animation-name: name;
    animation-duration: 1.5s;
    animation-delay: 0.25s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}


@keyframes name {
    0%{
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.home-description {
    font-size: 2.5vw;
    margin-left: 20vw;
    font-weight: lighter;
    
    opacity: 0;
    animation-name: name;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.home-description a:hover {
    color: white;
}

#home-description-below {
    margin-top: 15px;
}

#language-change-link {
    font-weight: bold;
}

#language-change-link:hover {
    color: #6F6F6F;
    cursor: pointer;
}

/* NORMAL */
@media (min-width: 1100px) {

    /* HOME SECTION */
    .home-description {
        font-size: 2em;
        margin-left: calc(1100px * 0.2);
    }

    #last-name {
        font-size: 6em;
        margin-left: calc(1100px * 0.1);
    }

    #first-name {
        font-size: 10em;
    }
}

@media (max-width: 920px) {
    .language {
        width: calc(100% - 10px);
    }
    .education-list-item {
        width: 100%;
    }
}

/* MOBILE */
@media (max-width: 768px) {



    section, footer {
        padding: 1em;
    }

    .languages-list {
        padding-left: 0;
    }

    .image-education {
        margin-bottom: 1em;
    }
    /* HOME SECTION */
    .home-description {
        font-size: 1.5em;
        margin-left: 0;
    }

    #last-name {
        font-size: 4.5em;
        margin-left: 0;
    }

    #first-name {
        font-size: 7.5em;
    }

    /* ABOUT SECTION */
    .col-centered {
        width: calc(100vw - 6em);
    }

    #profile-picture {
        width: calc(100vw - 3em);
        max-width: calc(1300px - 60em);
        max-height: calc(1300px - 60em);
    }

    #about {
        box-shadow: 0 0 30px 6px #0D47A1;
    }

    #about h2 {
        padding-top: 1em;
    }

    .col-auto {
        margin: 0;
    }

    .col-sm {
        margin: 0;
    }

    .container {
        padding: 0;
    }

    .education-text {
        width: calc(100%);
    }

    #education {
        box-shadow: 0 0 30px 6px #0D47A1;
    }

    footer {
        box-shadow: 0 0 30px 6px #0D47A1;
    }

    .school{
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    }

    .edu-icon-left {
        padding-top:0.5em;
    }.edu-icon-right {
        padding-top:0.5em;
    }

    .marg-left {
        padding-left: 0;
    }
    .marg-right {
        padding-right: 0;
    }


}

/* SMALL */
@media (max-width: 576px) {

    .container {
        max-width: none;
    }

    .block {
        width: 100%;
    }

    #contact-email {
        padding-bottom: 2em;
    }

    /* HOME SECTION */
    .home-description {
        font-size: 1.5em;
    }

    #last-name {
        font-size: 15vw;
    }

    #first-name {
        font-size: 30vw;
    }

    /* SKILLS SECTION */
    .skills-card-deck {
        -ms-flex-align: center;
            align-items: center;
    }

    .skills-card {
        min-width: 0;
    }

}

/* PROGRESS BAR */
.progressContainer {
    z-index: 1100;
    position: fixed;
    top: 0;
    left: -1%;
    width: 100%;
    height: 4px;
    background: transparent;
}

.progress {
    height: 3px;
    background: #EDEDED;
    width: 0;
    transition: width ease-out 0.5s;
}

/* NAVBAR */
.nav-link {
    display: inline-block;
}

.nav-link.active {
    color: #EDEDED;
}

.nav-link:hover {
    cursor: pointer;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler:focus {
    border-color: #232323;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(35, 35, 35, .6);
}

#navbar-logo {
    color: transparent;
    cursor: default;
}

#navbar-logo-down {
    color: #EDEDED;
    cursor: pointer;
}

#navbar-darker {
    transition-duration: 0.5s;
    background-color: rgba(35, 35, 35, 0.85);
}

.navbar {
    transition-duration: 0.5s;
    background-color: rgba(35, 35, 35, 0.4);
}

#navbar-logo-first {
    font-weight: bold;
}

.navbar-nav li {
    animation: name 1s linear;
    animation-fill-mode: both;
}

.navbar-nav li:nth-child(1) { animation-delay: .1s }
.navbar-nav li:nth-child(3) { animation-delay: .15s }
.navbar-nav li:nth-child(4) { animation-delay: .2s }
.navbar-nav li:nth-child(5) { animation-delay: .25s }
.navbar-nav li:nth-child(6) { animation-delay: .3s }
.navbar-nav li:nth-child(7) { animation-delay: .35s }

/* LANGUAGE */
.en {
    visibility: visible;
    display: inline;
}

.fr {
    visibility: hidden;
    display: none;
}



.fa-file-o {
    display: inline-block;
}
