body{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	/*background: #c59cba;*/
	background: -moz-linear-gradient(270deg, rgba(232,183,219,1) 0%, rgba(197,156,186,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232,183,219,1)), color-stop(100%, rgba(197,156,186,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, rgba(232,183,219,1) 0%, rgba(197,156,186,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, rgba(232,183,219,1) 0%, rgba(197,156,186,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, rgba(232,183,219,1) 0%, rgba(197,156,186,1) 100%); /* ie10+ */
	background: linear-gradient(180deg, rgba(232,183,219,1) 0%, rgba(197,156,186,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8B7DB', endColorstr='#c59cba',GradientType=0 ); /* ie6-9 */
}
.head{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.logo{
	padding-top: 10px;
	padding-bottom: 20px;
}
.logo img{
	padding: 5px;
	width: 300px;
}
h1{
	font-size: 6em;
	font-weight: 100;
	padding-bottom: 20px;
}
h3{
	font-weight: 100;
}
.social{
	padding-top: 10px;
	padding-left: 5px;
}
.social i{
	font-size: 20px;
}
.social a{
	display: inline-block;
	color: #fff;
	opacity: 0.5;
	margin-left: 10px;
	margin-right: 10px;
}
.social a:hover{
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
@media only screen and (max-width: 800px) {
    .about-me {
        font-size: 20px;
	}
	.name-bs {
        font-size: 30px;
    }
}