@charset "UTF-8";
/* CSS Document */

#image-left{
	float: left;
	position: absolute;
	left: 20px;
	top: 10px;
}

header{
	background-image:url(../img/pexels-photo.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	padding-bottom: 40%;
}

.intro-text{
	float: right;
	color: black;
	font-family: century;
}

h1 .name{
	float: right;
	font-size: 10px;
	font-family: "century", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer {
   position:fixed;
   
   bottom:0px;
   height:30px;
   width:100%;
   background:#1abc9c;
}