/* CSS Document */

.header{
	height:50px;
	max-width:1200px;	
	background-color:#FFFFFF;
	border:2px;
	border-bottom:solid;
	border-color:#E3E3E3;
	margin:0 auto;
}

.nameLastname{
	color:#97BF0D;
	position:relative; 
	top:14px;
	right:10px;
	font-size:16px;
}

.nameLastname:hover{
	color:#007557;
}

.logoSVG{
	height:31px;
	width:auto;
	position:relative;
	left:15px;
	top:15px;
	cursor:pointer;
}
.logoPNG{
	/*height:24px;*/
	height:28px;
	width:auto;
	position:relative;
	left:16px;
	margin-top:10px;
	cursor:pointer; 
}

@media (min-width: 768px) { 
	.logoSVG{
		height:30px;
		width:auto;
		position:relative;
		left:15px;
		top:10px;
		cursor:pointer;
	}
	.logoPNG{
		height:40px;
		width:auto;
		position:relative;
		left:16px;
		margin-top:10px;
		cursor:pointer; 
	}
	.header{
		height:60px;
		max-width:1200px;
		background-color:#FFFFFF;
		border:2px;
		border-bottom:solid;
		border-color:#E3E3E3;
		margin:0 auto;
	}
	
	.nameLastname{
		color:#97BF0D;
		position:relative; 
		top:20px;
		right:10px;
		font-size:16px;
	}
}