
body {
	margin: 0;
	font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

a {
	text-decoration: none;
	color: #4c4c4c;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

.banner {
	max-width: 800px;
	height: auto;
	/*background-color: #f00;*/
	display: block;
	/*border: 1px solid #000;*/
	display: block;
	padding-top: 63%;
	max-height: 500px;
	background-image: url("../img/header_sq.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.banner img {
	width: 800px;
}

.info strong {
	color: #555;
}

.info,
footer {
	/*padding-left: 11%;*/
	/* width: 75%; */
	border-top: 1px solid #aaa;
	margin: 0 auto;
}

.info h1 {
	font-weight: 500;
	font-size: 30px;
	line-height: 60px;
	color: #555;
	text-align: left;
}

.info p {
	color: #c4c4c4;
	font-size: 18px;
}

.wrapper {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.external-sources {
	width: 100%;
}

.source-item {
	display: flex;
	width: 100%;
	align-items: center;
}

.source-item-icon {
	width: 30%;
	max-width: 30%;
	text-align: center;
}

.source-item-icon img {
	max-width: 100%;
	max-height: 80px;
}

.source-item-info {
	width: 70%;
	padding: 0 1em;
}

.source-item-info h2 {
	color: #555;
	margin: 1em 0 0 0;
}

.source-item-single {
	text-align: center;
}

#link-resume {
	margin: 2em;
	display: inline-block;
	padding: 0 20px;
	font-size: 25px;
	border-radius: 5px;
	border: 1px solid #d3d3d3;
	line-height: 48px;
	height: 48px;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

#link-resume:hover {
	background-color: #4c4c4c;
	color: #FFF;
	cursor: pointer;
}

#link-resume:hover a {
	color: #FFF;
}


footer {
	margin-top: 100px;
	margin-bottom: 50px;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	opacity: 0.5;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	position: relative;
}

footer:before{
	content: "...";
	font-size: 12px;
	position: absolute;
	width: 100%;
	display: block;
	color: #3d3d3d;
	top: -20px;
	text-align: center;
	letter-spacing: 10px;
}

footer:hover {
	opacity: 1;
}

footer .item {
	margin-top: 10px;
	box-sizing: border-box;
}
footer .item:hover {
}

footer .item#link-resume {
	padding: 0 20px;
	font-size: 25px;
	border-radius: 5px;
	border: 1px solid #d3d3d3;
	line-height: 48px;
	height: 48px;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

footer .item#link-resume:hover {
	background-color: #4c4c4c;
	color: #FFF;
	cursor: pointer;
}

footer .item#link-resume:hover a {
	color: #FFF;
}

footer .tiem+.item {
	margin-left: 10px;
}
