#header {
	margin-top: 20px;
	margin-left: 20px;
	width: relative;
	height: 50px;
	text-align: center;
	vertical-align: center;
}

#footer {
	width: 100%;
	height: 50px;
	clear: both;
	vertical-align: center;
  	bottom: 10px;
  	padding-top: 50px;
    padding-bottom: 50px;
}

.footer-style{
	text-decoration : none !important;
	padding:10px;
}


.top-padding {
	padding-top: 50px;
}

a{
	color: #999999 !important;
  padding-right: 50px
}

a:hover,
a:focus {
  color: #333333 !important;
  text-decoration: none !important;
}

.icon {
  padding-right: 0px
}

.icon-first{
  padding-left: 50px;
  padding-right: 0px
}

#top-button
{
  	display: none;
  	position: fixed;
  	bottom: 20px;
    left: 30px;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

body { 
	overflow-x: hidden;
}

#twitter_icon {
	display: inline-block;
  width:48px;
  height:48px;
  transition: background-image 0.3s ease-in-out;
  background-image:url("images/twitter-48-normal.png");
}

#twitter_icon:hover {
  background-image:url("images/twitter-48-hover.png");
}

#linkedin_icon {
	display: inline-block;
  width:48px;
  height:48px;
  float: center;
  transition: background-image 0.3s ease-in-out;
  background-image:url("images/linkedin-48-normal.png");
}

#linkedin_icon:hover {
  background-image:url("images/linkedin-48-hover.png");
}

#itch_icon {
  display: inline-block;
  width:48px;
  height:48px;
  transition: background-image 0.3s ease-in-out;
  background-image:url("images/itch-48-normal.png");
}

#itch_icon:hover {
  background-image:url("images/itch-48-hover.png");
}
