html * {
	font-family: "Montserrat", "sans-serif";
	color: white;	
}

body {
	background-color: #191919;
	background-image: url('frontend-developer.png');
	background-size: 15%;
	min-width: 350px;
}

body > div {
	padding-top: 100px;
	padding-bottom: 50px;
	background-image: url('bg.png');
	background-position: center 0px;
	background-repeat: no-repeat;
	min-height: 376px;
}

main {

}
h1 {
	font-weight: 200;
	font-size: 50px;
	text-align: center;
	line-height: 100%; 
	color: #46E09B;
}
h2 {
	font-weight: 100;
	font-size: 18px;
	text-align: center;
	line-height: 100%;

}
span {
	font-weight: 100;
}

#logoContainer {
	text-align: center;
}

#logoContainer img {
	width: 80px;
	text-align: center;
}

ul {
	list-style: none;
	margin: 0;
	margin-top: 50px;
	padding: 0;
	text-align: center;

}

ul li a {
	width: 26px;
	text-align: center;
	display: inline-block;
	padding: 15px;
	margin: 10px 10px;
	border: 1px solid #46E09B;
	border-radius: 50px
}

ul li a:hover {
	background-color: #46E09B;

}

.infobulle {
	display: none;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 14px;
	margin-top: 10px;
	color: #46E09B;
}

ul li a:hover  + .infobulle {
	display: inline-block;

}

ul li {
	display: inline-block;
}

ul li *{
	font-size: 26px;
}

@media only screen and (max-width: 450px){
  h1 {
  	font-size: 40px;
  }
  h2 {
  	font-size: 16px;
  }

  ul li * {
	font-size: 22px;
	}
	ul li a {
		width: 22px;
	}
	body > div {
		padding-top: 110px;
	}

	.infobulle {
		margin-top: 25px;
	}
}



@media only screen and (max-width: 5000px){
    body {
		background-size: 10%;
	}
}

@media only screen and (max-width: 2000px){
    body {
		background-size: 15%;
	}
}

@media only screen and (max-width: 1400px){
    body {
		background-size: 15%;
	}
}

@media only screen and (max-width: 1200px){
    body {
		background-size: 18%;
	}
}

@media only screen and (max-width: 1000px){
    body {
		background-size: 24%;
	}
}


@media only screen and (max-width: 800px){
    body {
		background-size: 30%;
	}
}


@media only screen and (max-width: 600px){
    body {
		background-size: 48%;
	}
}


@media only screen and (max-width: 400px){
    body {
		background-size: 55%;
	}
}


