body {
	background:#fff;
}

.header-content {
	margin:20px;
}

h1 img {
	display:block;
	margin:0 auto;
	width:90%;
}

.footer-content {
	padding-bottom:100px;
}

.social-row {
	width:100%;
	text-align:center;
}

.social-link {
    margin:20px 10px;
}

.social-image {
    width:32px;
    height:32px;
}

.tourlife-image {
	width:48px;
	height:48px;
	margin-left:-8px;
}

@media (max-width:767px) {
	.header-content {
		margin:10px 0px 10px 0px;
	}

	h1 img {
		width:100%;
	}

	footer .container {
		bottom: 20px;
		width: 100%;
	}

	.footer-content {
		padding-bottom:inherit;
	}
}

@media (max-width:550px) {
	.social-link {
		margin:15px 7.5px;
	}
	
	.social-image {
		width:24px;
		height:24px;
	}
	
	.tourlife-image {
		width:36px;
		height:36px;
		margin-left:-6px;
	}

}