html, body {
	margin: 0;
	padding: 0;
	/*font-size: 0;*/
}
body {
	background-color: #3A2E39;
	
}
.navigation {
	font-family: 'Tangerine', cursive;

}

.navigation ul {
	margin: 0;
	list-style: none;
	padding-left: 0;
	text-align: right;
	height: 50px;
	background-color: #028090;

}
.navigation li {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 50px;
	font-size: 40px;
	color: #E8F1F2;

	animation-name: navegacao;
	animation-duration: 2.5s;
}

.navigation a {
	color: #E8F1F2;
	text-decoration: none;
}

.navigation a:hover {
	border-bottom: 4px solid #E8F1F2;
}
.navigation li.threeline-icon {
	
	padding-top: 5px;
	display: none;
	line-height: 50px;

}

#letra-maior {
	font-size: 100px;
}

#sobrenome {
	color: #028090;
}
.capa div {
	display: inline-block;
	height: 650px;
}

.profile-pic {
	background-color: ;
	text-align: center;
	width: 40%;
	text-align: center;

	animation-name: profile-capa;
	animation-duration: 2s;
}
.profile-pic img {
	width: 350px;
	margin-top: 100px;
	width: 59%;
	border-radius: 350px;
}
.profile-title {
	
	vertical-align: top;
	color: #E8F1F2;
	font-family: 'Quicksand', sans-serif;

	animation-name: titulo-capa;
	animation-duration: 2s;
}
.profile-title h1 {
	font-size: 50px;
	margin-top: 250px;
}
.profile-title h2 {
	font-size: 30px;	
}
.meusite {
	text-decoration: none;
	color: #028090;
}


.main {
	padding-top: 80px;
	padding-right: 180px;
	padding-bottom: 80px;
	padding-left: 100px;

	animation-name: conteudo;
	animation-duration: 2s;
}
.main h1 {
	color: white;
	font-weight: normal;

}
.main h2 {
	color: #9D9171;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 40px;
}
.main h3 {
	font-size: 13px;
	color: #3A506B;
	text-transform: uppercase;

}
.main p {
	font-size: 18px;
	font-weight: 100;
	color: white;
	line-height: 24px;
	text-align: justify;
}


.cv-pic {
	float: right;
	width: 350px;
	height: 350px;
}
.caminho {
	list-style: none;
	padding-left: 0;
	color: gray;

}
.caminho li {
	display: inline-block;
	color: #9D9171;
}
.caminho a {
	text-decoration: none;
	color: #E8F1F2;

}

.social-img {
	width: 50px;
	height: 50px;
	
}


.miniatura {
	width: 320px;
	height: 320px;
	
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;

}
.miniatura a {
	text-decoration: none;
}
.blackbox {
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
	padding-top: 120px;
	overflow: hidden;
	transition: 1s;

}
.blackbox:hover {
	opacity: 0;
	transition: 1s;

}
.blackbox-text {
	text-align: center;
}
.blackbox-text h1 {
	font-size: 16px;
	color: yellow;
	text-transform: uppercase;
	margin-top: 0;
}

.blackbox-text h2 {
	font-size: 14px;
	text-transform: none;
	font-weight: 100;
	margin-top: 0;
}


.foto-trabalho {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}


.back-link {
	color: #028090;
	text-decoration: none;
}
.botao-back {
	width: 200px;
	height: 50px;
	border: 2px solid #E8F1F2;
	background-color: #028090;
	color: #E8F1F2;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	border-radius: 15px;

}
.bgbox{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}

.divbox{
	position: fixed;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 510px;
	background-color: #FFFFFF;
	margin-left: -420px;
	margin-top: -225px;
	padding: 20px;
	display: none;


}

.botao-back:hover {
	border: 2px solid #E8F1F2;
	background-color: #E8F1F2;
	color: #028090;
}
footer {
	width: 100%;
	height: 200px;
	color: #e8f1f2;
	background-color: #028090;
	text-align: center;
	line-height: 200px;
	margin-bottom: 0;

}
h4 {
	margin: 0;
}

@keyframes profile-capa {
	0% {opacity:0; transform: translate(0, 20px);}
	100% {opacity: 1; transform: translate(0, 0);}
}

@keyframes titulo-capa {
	0% {opacity:0; transform: translate(0, -20px);}
	100% {opacity: 1; transform: translate(0, 0);}
}
@keyframes conteudo {
	0% {opacity:0; transform: translate(-20px, 0);}
	100% {opacity: 1; transform: translate(0, 0);}
}
@keyframes navegacao {
	0% {opacity: 0;}
	50% {opacity: 0;}
	100% {opacity: 1;}
}


@media (max-width: 1050px) {
	.navigation li {
		display: none;
	}

	.navigation li.threeline-icon {
		display: inline-block;
	}

	.capa div {
		display: block;
		height: auto;
	}

	.profile-pic {
		width: 100%;
	}

	.profile-pic img {
		margin-top:0;
		max-width: 80%; 
	}

	.profile-title {
		width: 100%;
	}

	.profile-title h1 {
		margin-top: 30px;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 40px;

	}

	.profile-title h2 {
		margin-left: 20px;
		margin-right: 20px;
		font-size: 30px;
	}

	.profile-title h3 {
		margin-left: 20px;
		margin-right: 20px;
	}

	.profile-title a {
		margin-left: 20px;
		margin-right: 20px;
	}
	.main {
		padding: 10px 5% 40px 5%;
	}

	.main a {
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

	.email {
		overflow-wrap: break-word;
		word-wrap: break-word;
	}

	.main p {
		text-align: left;
		line-height: 30px;
	}

	.caminho li {
		font-size: 14px;

	}

	.cv-pic {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}

	.miniatura {
		max-width: 100%;
		background-size: auto 100%;
	}

	.blackbox {
		opacity: 0.8;
	}



	.menujs {
		background-color: gray;
		height: auto;

	}

	.menujs ul {
		text-align: center;
		height: auto;
		
		background-color: #3A2E39;
		padding-right: 15%;
		padding-left: 15%;

	}

	.menujs li {
		display: block;
		border-bottom: solid #E8F1F2 2px;
		width: 100%;
		padding: 0;
		list-style: none; 

	}
	.navigation ul li{
		list-style: none;
		text-decoration: none;
		
	}
	.threeline-icon:hover {
		cursor: pointer;
		line-height: 50px;
	}

	










}
@media (min-width: 400px) and (max-width: 840px){


	.divbox{
		position: fixed;
		left: 50%;
		top: 50%;
		width: 480px;
		height: 320px;
		background-color: #FFFFFF;
		margin-left: -260px;
		margin-top: -170px;
		padding: 20px;
		display: none;
	}
}

@media (min-width: 300px) and (max-width: 520px){


	.divbox{
		position: fixed;
		left: 50%;
		top: 50%;
		width: 280px;
		height: 200px;
		background-color: #FFFFFF;
		margin-left: -160px;
		margin-top: -100px;
		padding: 20px;
		display: none;
	}
}