body, html
{
	height: 100%;
	margin: 0;
	font: 400 15px/1.8 "Lato", sans-serif;
	color: White;
}

.header, .recipe-tips, .fonts, .my-bmi
{
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #52616b;
	background-size: cover;
	min-height: 50%;
	background-attachment: fixed;
}

h3
{
	letter-spacing: 5px;
	text-transform: uppercase;
	font: 20px "Lato", sans-serif;
	color: #f0f5f9;
	text-align: center;
}

.textSection
{
	background-color: #52616b;
	padding: 50px 80px;
	text-align:center;
}

.header { background-image: url("../images/code.jpg"); }
.recipe-tips { background-image: url("../images/bread-in-hand.JPG"); }
.fonts { background-image: url("../images/for-the-love-of-fonts.jpg"); }
.my-bmi { background-image: url("../images/scales.jpg"); }

.caption
{
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
}

button {
	font: 400 15px/1.8 "Lato", sans-serif;
	background-color: #f0f5f9;
	border: none;
}

a {
	text-decoration:none;
	color: #1e2022;
}

.border
{
	background-color: #f0f5f9;
	color: #1e2022;
	padding: 18px;
	font-size: 25px;
	letter-spacing: 10px;
}

.bottom-page { min-height: 50%; }

@media only screen and (max-width: 1024px)
{
	.header, .recipe-tips, .fonts, .my-bmi { background-attachment: scroll; }
}
