body, html {
	height: 100%;
	color: #777;
	line-height: 1.8;
	font-family: "Lato", sans-serif;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
	background-attachment: fixed;
}

.bgimg-1 {
	background-image: url(bg-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 60%;
}

.bgimg-2 {
	background-image: url(bg-2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 50%;
}

.bgimg-3 {
	background-image: url(bg-3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 50%;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}

.fa {
	margin-right: 5px;
}
.fa-large-margin {
	margin-right: 15px;
}