@import url("https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700");

* {
	margin: 0 auto;
}

html, body {
	background-color: #000;
	height: 100%;
	width: 100%;
}


@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.fadeIn {
	animation: fadeIn 3s ease-in-out;
}

.container {
	font-family: 'Ubuntu Mono', monospace;
	color: #fff;
	height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@keyframes upIn {
	100%   {transform: translateY(0)}
	0% {transform: translateY(50px)}
}

.upIn {
	animation: upIn 2.8s ease-in-out;
}

.bloco-logo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0;
}

h1, p {
	font-size: 70px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin: 0;
	text-decoration: none;
}

.description {
	font-size: 20px;
}

.icons {
	list-style: none;
	border: 1px solid #fff;
	margin: 20px;
	padding: 20px;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

li{
	transition: transform 0.6s;
	list-style: none;	
}

li:hover{
	transform: scale(1.2);
	background-color: rgba(255, 255, 255, 0.3);
}

.developer {
	font-size: 18px;
	font-family: 'Ubuntu Mono', monospace;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 690px){
	
	.title {
		font-size: 64px;
	}

	.description {
		font-size: 20px;
		display: block;
	}
	
	.bloco-redes-sociais {
		margin-top: 40px;
		padding: 0;
	}

	.icons {
		width: 25px;
		height: 25px;
		padding: 25px;
	}
}

@media screen and (max-width: 590px){
	
	.title {
		font-size: 56px;
	}

	.description {
		font-size: 18px;
		display: block;
	}
	
	.bloco-redes-sociais {
		margin-top: 40px;
		padding: 0;
	}

	.icons {
		width: 25px;
		height: 25px;
		padding: 25px;
	}
}

@media screen and (max-width: 480px){
	
	.title {
		font-size: 64px;
	}

	.description {
		font-size: 20px;
		display: block;
	}
	
	.bloco-redes-sociais {
		margin-top: 40px;
		padding: 0;
	}

	.icons {
		width: 25px;
		height: 25px;
		padding: 25px;
	}
}

@media screen and (max-width: 425px){
	
	.title {
		font-size: 50px;
	}

	.description {
		font-size: 16px;
		display: block;
	}
	
	.bloco-redes-sociais {
		margin-top: 40px;
		padding: 0;
	}

	.icons {
		width: 25px;
		height: 25px;
		padding: 25px;
	}
}

@media screen and (max-width: 390px){
	
	.title {
		font-size: 54px;
	}
	
	.description {
		font-size: 17px;
		display: block;
	}

	@keyframes upIn {
	100%   {transform: translateY(0)}
	0% {transform: translateY(50px)}
}
}

@media screen and (max-width: 365px){

	.title {
		font-size: 50px;
	}

	.description {
		font-size: 17px;
		display: block;
	}

	.icons {
		width: 20px;
		height: 20px;
		padding: 25px;
	}

	@keyframes upIn {
	100%   {transform: translateY(0)}
	0% {transform: translateY(30px)}
}
}	

@media screen and (max-width: 350px){
	
	.title {
		font-size: 48px;
	}

	.icons {
		width: 15px;
		height: 15px;
		padding: 26px;
	}

	@keyframes upIn {
	100%   {transform: translateY(0)}
	0% {transform: translateY(30px)}
}	

@media screen and (min-width: 320px) and (max-width: 345px){

	.title {
		font-size: 44px;
	}

	.icons {
		width: 10px;
		height: 10px;
		padding: 26px;
	}

	@keyframes upIn {
	100%   {transform: translateY(0)}
	0% {transform: translateY(30px)}
}	
