html,
body {
    padding: 0;
    margin: 0 auto;
    background-color: black;
    color: white;
    font-family: 'Lato', sans-serif;
    max-width: 1920px;
    height: 1000px;
    overflow-x: hidden;
}

h1 {
    font-weight: bolder;
    margin-top: 5px;
    padding: 0;
}

ul li a div h3 {
    font-size: 1.8em;
    font-weight: bolder;
    margin-top: 5px;
    padding: 0;
    display: none;
}

h3 {
    margin-bottom: 10%;
}

#nom {
    position: relative;
    z-index: 3;
    margin-top: 2%;
    font-size: 1.2em;
}

#nom h1 {
    margin-bottom: 10px;
}

h2 {
    padding: 0;
    margin: 0;
}

#bg-head {
    z-index: 0;
    margin: 0 auto;
    height: 100vh;
    transform: rotate(90deg);
    margin-top: -20%;
}

a {
    color: white;
    text-decoration: none;
    display: block;
}

p {
    font-family: 'Source Serif Pro', serif;
    font-size: 1.2em;
}

ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
    
}

ul li a img {
    width: 300px;
    height: 300px;
    border-radius: 20px;
    text-align: center;
    
}

ul li {
    text-align: center;
    list-style: none;
    text-decoration: none;
    height: 300px;
    width: 100%;
    margin: 0 auto;
    color: black;
    margin-top: 20px;
}

ul li:last-of-type {
    margin-bottom: 20px;
}

ul li a {
    width: 100%;
    transition: ease-in-out 0.3s;
    border-radius: 20px;
    margin-bottom:
        /*
    
    -webkit-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.1);
*/

}

ul li a:hover {
    padding: 15px;
    height: 300px;
    width: 100%;
    border-radius: 20px;
    /*
    -webkit-box-shadow: 0px 10px 13px 1px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 0px 10px 13px 1px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 10px 13px 1px rgba(255, 255, 255, 0.4);
*/
    background-color: #222;
}

ul li a div p {
    display: none;
}

#scroll {
    display: none;
}


.social {
    bottom: 0px;
    position: fixed;
    font-size: 1.2em;
    width: 25%;
    float: left;
    margin: 10px;
}

#me {
    display: none;
}

#insta {
    display: none;
}

#linkedin {
    display: block;
    left: 0px;
    width: 200px;
    text-align: left;
}

.social:visited {
    color: white;
}

.social:hover {
    background: -webkit-linear-gradient(left, #F430F1, #4030F2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s ease-in-out;
}

/*

.social::after {
    transition: .6s;
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: blue;
    left: 50%;
    bottom: -25%;
    transform: translate(-50%, -50%);
}


.social:hover::after {
    width: 100%;
}
*/

#name:hover {
    background: -webkit-linear-gradient(left, #F430F1, #4030F2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s ease-in-out;
}

b {
    font-family: lato;
}

#about {
    width: 100%;
    margin: 0 auto;
    margin-top: 10%;
    display: block;
    margin-bottom: 10%;
}

#about h2 {
    text-align: center;
    margin-bottom: 0px;
    margin-top:150px;
}

#profil {
    width: 80%;
    padding: 10%;
    border-radius: 20px;
    margin-bottom: 20px;
    /*    border: solid 1px white;*/
}

#about p {
    width: 90vw;
    margin-top: 1%;
    text-justify: auto;
    margin-left: 5%;
    font-size: 1em;
    text-align: justify;
}

h4 {
    font-size: 1.2em;
    text-align: center;
    width: 45%;
    margin: auto;
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 1%;
    transition: 0.4S;
}

h4 a:hover {
    background: -webkit-linear-gradient(left, #F430F1, #4030F2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.3s ease-in-out;
}
