@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.header {
    width: 65%;
    margin: 0 auto;
    margin-top: 4vh;
}

.name-container {
    width: 70%;
    float: left;
    margin-top: 1.1vh;
}

.name-container h1 {
    color: #E0E0E0;
    font-family: 'Lato', sans-serif;
    text-align: left;
    font-size: 1.7vw;
    font-weight: bold;
    text-decoration: none;
}

.name-container a {
    text-decoration: none;
}

.navbar{
    padding: 0;
    margin-right: 6vw;
}

.navbar a {
    color: #E0E0E0;
    font-family: 'Lato', sans-serif;
    font-size: 1vw;
    font-weight: bold;
    transition: font-size 0.1s ease;
}

.navbar a:focus {
    color: #9b5de5;
}

.navbar a:active {
    color: #9b5de5;
}

.navbar a:hover {
    color: #9b5de5;
    font-family: 'Lato', sans-serif;
    font-size: 1.05vw;
    font-weight: bold;
    text-decoration: none;
}

.navbar .nav-link.dropdown-toggle:focus{
    color: #9b5de5;
    font-family: 'Lato', sans-serif;
    font-size: 1.05vw;
    font-weight: bold;
    text-decoration: none;
}

.navbar .nav-link.dropdown-toggle:a{
    color: #9b5de5;
    font-family: 'Lato', sans-serif;
    font-size: 1.05vw;
    font-weight: bold;
    text-decoration: none;
}

.dropdown-menu{
    background-color: #9b5de5;
    font-family: 'Lato', sans-serif;
}

.dropdown-menu a{
    color: white;
}

.socials-container {
    width: 90%;
    float: right;
    margin-top: 1.3%;
}

/*CV-Button*/
.cv-button {
    border: none;
    border-radius: 30px;
    transition: border-radius 0.2s ease;
}

.cv-button img {
    width: 100%;
    height: 100%;
}

.cv-button:hover {
    border-radius: 20px;
    background-color: #D2BFFF;
}

/*Email-Button*/
.email-button {
    border: none;
    border-radius: 30px;
    transition: border-radius 0.2s ease;
}

.email-button img {
    width: 100%;
    height: 100%;
}

.email-button:hover {
    border-radius: 20px;
    background-color: #D2BFFF;
}

/*Instagram-Button*/
.instagram-button {
    border: none;
    border-radius: 30px;
    transition: border-radius 0.2s ease;
}

.instagram-button img {
    width: 100%;
    height: 100%;
}

.instagram-button:hover {
    border-radius: 20px;
    background-color: #D2BFFF;
}

/*Facebook-Button*/
.facebook-button {
    border: none;
    border-radius: 30px;
    transition: border-radius 0.2s ease;
}

.facebook-button img {
    width: 100%;
    height: 100%;
}

.facebook-button:hover {
    border-radius: 20px;
    background-color: #D2BFFF;
}

/*Linkedin-Button*/
.linkedin-button {
    border: none;
    border-radius: 30px;
    transition: border-radius 0.2s ease;
}

.linkedin-button img {
    width: 100%;
    height: 100%;
}

.linkedin-button:hover {
    border-radius: 20px;
    background-color: #D2BFFF;
}

/*Youtube-Button*/
.youtube-button {
    border: none;
    border-radius: 30px;
    transition: border-radius 0.2s ease;
}

.youtube-button img {
    width: 100%;
    height: 100%;
}

.youtube-button:hover {
    border-radius: 20px;
    background-color: #D2BFFF;
}

/*Facebook-Button*/
.facebook-button {
    border: none;
    border-radius: 30px;
    transition: border-radius 0.2s ease;
}

.facebook-button img {
    width: 100%;
    height: 100%;
}

.facebook-button:hover {
    border-radius: 20px;
    background-color: #D2BFFF;
}