/* Main CSS Stylesheet for Landis Construction Web Site */


html, body {
	background-color: #1a1a1a;
	color: #e8e8e8;
	font-family: 'Lato', sans-serif;
	max-width: 100%;
}

@media (min-width: 639px) {
	#HomePageBodyOverflow {
		overflow-x: hidden;
	}
}

@media (max-width: 638px) {
	#HomePageBodyOverflow {
	}
}


@media (min-width: 768px) {
	#CenterBackground {
		margin-top: 0px;
	}

	#BackgroundWrapper {
		margin: 0px 15% 0px 15%;
	}
}

.row {
	max-width: 100vw;
}


/* *** LINKS *** */

a {
	color: #CF6060;
	text-decoration: none;
}

a:hover {
	color: #E08080;
	text-decoration: underline;
	outline: 0;
}


/* *** NAVIGATION *** */

#NavbarSquashWidth {
	background-color: #0f0f0f;
}

.navbar-default {
	background-color: #0f0f0f;
	border-color: #222222;
	min-height: 80px;
}

.navbar-default .navbar-nav > li > a {
	color: #e8e8e8;
	line-height: 60px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #CF6060;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #e8e8e8;
}

.navbar-default .navbar-toggle {
	border-color: #444444;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #2a2a2a;
}

.navbar-collapse {
	background-color: #0f0f0f;
	border-color: #222222;
}


/* *** FOOTER *** */

#footer {
	position: relative;
	padding: 25px 0px 2px 0px;
	margin: 10px 0px 0px 0px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #111111;
}

#fottercontent {
	padding: 20px 5px 0px 0px;
}

.footer-divider {
	border-color: #333333;
}

#footer p,
#footer a {
	color: #a0a0a0;
}

#footer a:hover {
	color: #CF6060;
}

#footer ul {
	list-style-type: none;
}


/* *** HERO SECTION *** */

#hero-section {
	background-image: url('../img/HomePageImages/Kitchen_HomePageHeroSection.jpeg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 80px 20px 80px 20px;
	border-bottom: 3px solid #B03535;
}

.hero-text-box {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.65);
	padding: 40px 50px 40px 50px;
	border-radius: 4px;
}

@media (max-width: 600px) {
	.hero-text-box {
		padding: 30px 20px 30px 20px;
	}
}

#LargeHomePageGreeting {
	color: #e8e8e8;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0px;
}

@media (min-width: 415px) {
	#LargeHomePageGreeting {
		font-size: 375%;
	}
}

@media (max-width: 414px) {
	#LargeHomePageGreeting {
		font-size: 260%;
	}
}

#LargeHomePageGreetingSubTitle {
	color: #b0b0b0;
	font-style: italic;
}

@media (min-width: 415px) {
	#LargeHomePageGreetingSubTitle {
		font-size: 175%;
	}
}

@media (max-width: 414px) {
	#LargeHomePageGreetingSubTitle {
		font-size: 140%;
	}
}

.hero-cta-btn {
	display: inline-block;
	background-color: #B03535;
	color: #ffffff;
	padding: 14px 36px;
	border-radius: 4px;
	font-size: 120%;
	font-weight: bold;
	margin-top: 25px;
	text-decoration: none;
	border: 2px solid #B03535;
	transition: background-color 0.25s, border-color 0.25s;
}

.hero-cta-btn:hover {
	background-color: #C84848;
	border-color: #C84848;
	color: #ffffff;
	text-decoration: none;
}


/* *** SECTION HEADERS *** */

.section-heading {
	color: #e8e8e8;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.section-subheading {
	color: #a0a0a0;
	text-align: center;
	margin-bottom: 35px;
}

.section-divider {
	border: 0;
	border-top: 2px solid #B03535;
	width: 60px;
	margin: 0px auto 35px auto;
}


/* *** CONTENT SECTIONS *** */

.content-section {
	padding: 60px 20px 60px 20px;
	background-color: #1a1a1a;
}

.content-section-alt {
	padding: 60px 20px 60px 20px;
	background-color: #212121;
}


/* *** SERVICE CARDS *** */

.service-card {
	background-color: #272727;
	border: 1px solid #333333;
	border-top: 3px solid #B03535;
	border-radius: 4px;
	padding: 28px 24px;
	margin-bottom: 25px;
	height: 100%;
}

.service-card h3 {
	color: #e8e8e8;
	margin-top: 0px;
	font-weight: bold;
}

.service-card p {
	color: #b0b0b0;
}

.service-card .service-icon {
	font-size: 2.4rem;
	color: #B03535;
	margin-bottom: 12px;
	display: block;
}

.service-card a.learn-more {
	color: #CF6060;
	font-weight: bold;
}

.service-card a.learn-more:hover {
	color: #E08080;
}


/* *** GET A QUOTE STEPS *** */

.quote-step {
	background-color: #272727;
	border: 1px solid #333333;
	border-radius: 4px;
	padding: 24px 20px;
	margin-bottom: 20px;
	position: relative;
}

.quote-step-number {
	display: inline-block;
	background-color: #B03535;
	color: #ffffff;
	font-size: 120%;
	font-weight: bold;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	margin-bottom: 12px;
}

.quote-step h4 {
	color: #e8e8e8;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 6px;
}

.quote-step p {
	color: #b0b0b0;
	margin-bottom: 0px;
}


/* *** TESTIMONIALS / OWL CAROUSEL *** */

#owl-demo .item {
	background-color: transparent;
	border: none;
	padding: 0px;
	margin: 0px 15px;
	text-align: center;
}

#owl-demo .item p {
	color: #c8c8c8;
	font-style: italic;
	font-size: 108%;
	line-height: 1.65;
}

#owl-demo .item .reviewer-name {
	color: #e8e8e8;
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
}

#owl-demo .item .reviewer-stars {
	color: #B03535;
	font-size: 115%;
	margin-bottom: 10px;
}

.owl-controls .owl-buttons div {
	background-color: #B03535;
}

.owl-controls .owl-buttons div:hover {
	background-color: #C84848;
}

.owl-controls .owl-page.active span {
	background-color: #B03535;
}


/* *** FAQ ACCORDION *** */

.faq-item {
	border-bottom: 1px solid #333333;
	margin-bottom: 0px;
}

.faq-question {
	width: 100%;
	background-color: transparent;
	border: none;
	text-align: left;
	color: #e8e8e8;
	font-size: 108%;
	font-weight: bold;
	padding: 18px 10px 18px 0px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq-question:hover {
	color: #CF6060;
}

.faq-question .faq-icon {
	color: #B03535;
	font-size: 120%;
	transition: transform 0.3s;
	margin-left: 10px;
	flex-shrink: 0;
}

.faq-question[aria-expanded="true"] .faq-icon {
	transform: rotate(45deg);
}

.faq-answer {
	color: #b0b0b0;
	padding: 0px 10px 20px 0px;
	line-height: 1.65;
}


/* *** ARCH IMAGE (about section on homepage) *** */

.arch-frame {
	display: block;
	width: 90%;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 50% 50% 0 0;
	border: 6px solid #4a4a4a;
	overflow: hidden;
	box-shadow: inset 0 -8px 20px rgba(0, 0, 0, 0.5), 0 4px 20px rgba(0, 0, 0, 0.5);
}

.arch-img {
	width: 100%;
	height: auto;
	display: block;
}


/* *** ABOUT SECTION (homepage snippet) *** */

.about-home-text {
	font-size: 112%;
	color: #c8c8c8;
	line-height: 1.75;
}

.about-home-text strong {
	color: #e8e8e8;
}


/* *** SERVICE DETAIL PAGES *** */

.service-detail-header {
	background-color: #141414;
	border-bottom: 3px solid #B03535;
	padding: 50px 20px 40px 20px;
	text-align: center;
}

.service-detail-header h1 {
	color: #e8e8e8;
	font-weight: bold;
}

.service-detail-header p {
	color: #a0a0a0;
	font-size: 120%;
}

.service-detail-block {
	padding: 40px 0px;
	border-bottom: 1px solid #2a2a2a;
}

.service-detail-block:last-child {
	border-bottom: none;
}

.service-detail-block h3 {
	color: #e8e8e8;
	font-weight: bold;
}

.service-detail-block p,
.service-detail-block li {
	color: #b0b0b0;
	line-height: 1.7;
}

.service-detail-block ul {
	padding-left: 20px;
}


/* *** PROJECTS GALLERY *** */

.project-card {
	background-color: #272727;
	border: 1px solid #333333;
	border-radius: 4px;
	margin-bottom: 25px;
	overflow: hidden;
}

.project-card-placeholder {
	background-color: #1e1e1e;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #555555;
	font-size: 90%;
}

.project-card-body {
	padding: 16px 18px;
}

.project-card-body h4 {
	color: #e8e8e8;
	margin-top: 0px;
	margin-bottom: 6px;
	font-weight: bold;
}

.project-card-body p {
	color: #a0a0a0;
	margin-bottom: 0px;
	font-size: 94%;
}

.gallery-filter-btn {
	background-color: #272727;
	color: #c8c8c8;
	border: 1px solid #444444;
	padding: 8px 20px;
	border-radius: 3px;
	margin: 5px 4px;
	cursor: pointer;
	transition: background-color 0.2s;
}

.gallery-filter-btn:hover,
.gallery-filter-btn.active {
	background-color: #B03535;
	color: #ffffff;
	border-color: #B03535;
}


/* *** CONTACT PAGE *** */

.contact-info-block {
	background-color: #272727;
	border: 1px solid #333333;
	border-left: 4px solid #B03535;
	border-radius: 4px;
	padding: 24px 22px;
	margin-bottom: 20px;
}

.contact-info-block h4 {
	color: #e8e8e8;
	margin-top: 0px;
	font-weight: bold;
}

.contact-info-block p {
	color: #b0b0b0;
	margin-bottom: 0px;
}

.contact-info-block a {
	color: #CF6060;
}

.contact-info-block a:hover {
	color: #E08080;
}


/* *** MISC / UTILITIES *** */

hr {
	border-color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	color: #e8e8e8;
}

p {
	color: #c8c8c8;
}

li {
	color: #c8c8c8;
}

.accent-red {
	color: #B03535;
}

.text-muted-dark {
	color: #a0a0a0;
}

.logo-img {
	max-height: 50px;
}


/* *** RESPONSIVE *** */

@media (min-width: 768px) {
	#index-mail-link {
		margin-left: 35%;
	}
}

@media (max-width: 767px) {
	#index-mail-link {
		margin-left: 15px;
	}
}

@media (min-width: 768px) {
	#FooterInfoForNarrowScreen {
	}
}

@media (max-width: 414px) {
	#FooterInfoForNarrowScreen {
		margin-left: 5%;
	}
}

@media (max-width: 767px) {
	.service-card {
		margin-bottom: 20px;
	}
}

@media (min-width: 364px) and (max-width: 767px) {
	#AdjustVideoPlacementForMediumScreen {
		margin-left: -25px;
	}
}
