.index-text{
	font-size: 23px; 
}

#complete-header{
	background-image: url("/images/bg.jpg");
	background-size:cover;
}

#header-link{
	color: black;
	text-decoration: none;
	font-size: 250%;
}

.footer{
   margin-top: 45px;
   padding-top: 5px;
   border-top: 1px solid #eaeaea;
   color: #777;
}

.footer a:hover{
   color: #222;
}

.footer small{
   float: right;
}

footer{
   margin-top: 45px;
   padding-top: 5px;
   border-top: 1px solid #eaeaea;
   color: #777;
}

.footer a{
   color: #222;
}

.footer a:hover{
   color: #222;
}

.footer ul{
   float: right;
   list-style: none;
}