header {
    background-image: url(../img/header.png);
}

#img-logo {
	margin-top: 6%;
	margin-bottom: 15px;
}

#scroll-btn-down {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid white;
	border-radius: 100% !important;
	font-size: 40px;
	color: white;
	background: transparent;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}

#scroll-btn-down:hover {
	color: #F05F40;
}

#fa-double-down:active {
	color: #fff;
}

#social-sites {
  padding-top: 30px;
}

#facebook {
  color: #333;
}

#facebook:hover {
  color: #3b5998;
}

#twitter {
  color: #333;
}

#twitter:hover {
  color: #0084b4;
}
#github {
  color: #333;
}

#github:hover {
  color: #6e5494;
}
