@charset "utf-8";

.hero-fixed {
    background: linear-gradient(to right, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../images/bg-city-at-night.jpg");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #3A3A3A;
	color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.hero-fixed {
		min-height: 500px;
	}
}
@media screen and (min-width: 1224px) {
	.hero-fixed {
		min-height: 600px;
	}
}

@supports (-webkit-overflow-scrolling: touch) {
  .hero-fixed, .background-fixed {
  	background-attachment: scroll;
  }
}

.hero-fixed-content {
	padding: 20rem 0 0;
}

.background-fixed {
    background: linear-gradient(to right, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../images/bg-la-night.jpg");
    min-height: 200px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #3A3A3A;
	color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.background-fixed {
		min-height: 200px;
	}
}
@media screen and (min-width: 1224px) {
	.background-fixed {
		min-height: 300px;
	}
}

.book1-hero-fixed {
    background: linear-gradient(to right, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../images/bg-la-night.jpg");
    min-height: 200px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #3A3A3A;
	color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.book1-hero-fixed {
		min-height: 250px;
	}
}
@media screen and (min-width: 1224px) {
	.book1-hero-fixed {
		min-height: 300px;
	}
}

.book2-hero-fixed {
    background: linear-gradient(to right, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../images/bg-desert-landscape.jpg");
    min-height: 200px;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #3A3A3A;
	color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.book2-hero-fixed {
		min-height: 250px;
	}
}
@media screen and (min-width: 1224px) {
	.book2-hero-fixed {
		min-height: 300px;
	}
}

.book3-hero-fixed {
    background: url("../images/bg-farmhouse.jpg");
    min-height: 200px;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #3A3A3A;
	color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.book3-hero-fixed {
		min-height: 250px;
	}
}
@media screen and (min-width: 1224px) {
	.book3-hero-fixed {
		min-height: 300px;
	}
}

.general-hero-fixed {
    background: linear-gradient(to right, rgba(0,0,0,.3), rgba(0,0,0,.3)), url("../images/../images/bg-city-at-night.jpg");
    min-height: 200px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #3A3A3A;
	color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.general-hero-fixed {
		min-height: 250px;
	}
}
@media screen and (min-width: 1224px) {
	.general-hero-fixed {
		min-height: 300px;
	}
}

.background-fixed-content {
	padding: 1rem 0 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.background-fixed-content {
		padding: 6rem 0 0;
	}
}
@media screen and (min-width: 1224px) {
	.background-fixed-content {
		padding: 10rem 0 0;
	}
}

.hero-title {
	font-size: 42px;
	text-align: center;
}
.hero-subtitle {
	font-size: 18px;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.hero-title {
		font-size: 64px;
	}
	.hero-subtitle {
		font-size: 24px;
	}
}
@media screen and (min-width: 1224px) {
	.hero-title {
		font-size: 82px;
	}
	.hero-subtitle {
		font-size: 28px;
	}
}

.dropshadow {
	text-shadow: 1px 1px 1px #727272;
}

.subtitle {
	font-size: 18px;
}

.gutter-bottom {
	margin-bottom: 20px;
}
.gutter-bottom-lg {
	margin-bottom: 50px;
}
.gutter-top {
	margin-top: 20px;
}

.grow {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.grow:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.footer {
	background-color: #600000;
	min-height: 150px;
}

.logo {
	margin: 30px;
	max-height: 35px;
}

.footer-text {
	color: #fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.footer-text a {
	color: #fff;
	text-decoration: none;
}

h1 {
	font-size: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	h1 {
		font-size: 36px;
	}
}
@media screen and (min-width: 1224px) {
	h1 {
		font-size: 42px;
	}
}


