/*---------------------------------------- UNIVERSAL STYLES ----------------------------------------*/		

.sectionContainer {
	max-width: 800px;
	text-align: center;
}

.tip {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}
.tip:hover {
	color: #000000;
	text-decoration: none;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}

header .logo {
	width: 309px;
	height: 85px;
	margin-left: 30px;
}

footer .logo {
	width: 175px;
	height: 48px;
	margin-bottom: 25px;
}

body {
	background-attachment: fixed;
	background-size:cover;
}

header{
	background-color: #fff;
}

@media (max-width: 767px) {
	header .logo {
		width: 175px;
		height: 48px;
	}
}