html {
    height: 100%;
    background: url("../img/cover.jpg") no-repeat center fixed;
    background-color: #fff;
    -webkit-background-size: cover;
}

header {
	margin-top: 50vh;
	transform: translateY(-50%);
    text-align: center;
    color: white;
}

h1, h2 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: white;
    line-height: 1em;
}

h1 {
    font-size: 3em;
    font-weight: 600;
}

h2 {
    font-size: 2em;
    font-weight: 400;
}

#justpngm {
  margin-bottom: 20px;
}
#justpngm .logo {
    width: 100px;
    height: 65px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-image: url("../img/justpngm-logo-blanc.png");
}
#justpngm .logo:hover {
    background-image: url("../img/justpngm-logo-noir.png");
}

.linkedin {
  font-size: 3em;
}
.linkedin:link, .linkedin:visited {
  color: white !important;
}
.linkedin:hover {
  color: #000000 !important;
}
