@font-face {
    font-family: Silkscreen;
    src: url(assets/fonts/silkscreen.ttf);
  }

/* * {
    border: 1px solid pink;
} */

.main {
    background-image: url(assets/images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10vh;
}

.bio {
    font-size: 80%;
}

.avatar {
    width: 20vw;
    max-width: 200px;
    filter: drop-shadow(5px 5px 5px black);
}
.avatar-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

html, body {
	font-size: 100%;
	align-items: center;
	justify-content: center;
	margin: 0;
    font-family: 'Silkscreen', Arial, Helvetica, sans-serif;
    color: white;
    text-shadow:
       4px 4px 0 #000,
     -2px -2px 0 #000,  
      2px -2px 0 #000,
      -2px 2px 0 #000,
       2px 2px 0 #000;
}

h1, h2 {
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-size: 64px;
    text-align: center;
}

h2 {
    font-size: 48px;
    padding-left: 2vw;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 48px;
}

#title {
    margin-top: 5vw;
    margin-bottom: auto;
}

@media screen and (max-width: 700px) {
	h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 350px) {
	h1 {
        font-size: 150%;
    }

    h2 {
        font-size: 110%;
    }
}

body.main a{
    padding-left: 40px;
    color: white;
    text-decoration: none;
}

body.main a:before {
    background-repeat: no-repeat;
    content: "";
    width: 75px;
	height: 75px;
    display: inline-block;
    background-size: 75px 75px;
    position:relative;
    top: 45px;
    padding-right: 30px;
    padding-bottom: 15px;
    filter: drop-shadow(5px 5px 5px black);
}

body.main a.linkedin:before {
	background-image: url(assets/logos/linkedin.png);
}

body.main a.adimian:before {
	background-image: url(assets/logos/adimian.png);
}

body.main a.fosdem:before {
	background-image: url(assets/logos/fosdem.png);
}

body.main a.github:before {
	background-image: url(assets/logos/github.png);
    filter: drop-shadow(2px 2px 5px white);
}

body.main a.blog:before {
	background-image: url(assets/logos/wordpress.png);
}

body.main a.twitch:before {
	background-image: url(assets/logos/twitch.png);
}

body.main a.instagram:before {
	background-image: url(assets/logos/instagram.png);
}

body.main a.youtube:before {
	background-image: url(assets/logos/youtube.png);
}