.card {
	border: 0;
	border-radius: 0;
}

.site-header {
	background-color: rgba(255, 255, 255, 1);
	/* background-color: rgba(255, 255, 255, .85); */
	/* -webkit-backdrop-filter: saturate(180%) blur(20px); */
	/* backdrop-filter: saturate(180%) blur(20px); */
	height: 60px;
}
#nav-logo {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top:0px;
	z-index: 900;
}

.navbar-text {
	z-index: 200;
}
.boyl-primary {
	color: #263479;
}
.boyl-secondary {
	color: #AC1F2D;
}
a, .navbar-light .navbar-text a, #navbarToggle a {
	color: #263479;
	transition: color .25s ease
}
a:hover, .navbar-light .navbar-text a:hover, #navbarToggle a:hover {
	color: #AC1F2D;
	text-decoration: none;
}
.navbar-toggler {
	border: 0;
}
@media screen and (min-width:1px){
.navbar .collapse {
	background-color: rgba(255, 255, 255, .85);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	position: absolute;
}
}

.btn-primary {
	color: #fff;
	background-color: #263479;
	border-color: #263479;
}
.btn-outline-primary {
	border-color: #263479;
}
/*
.btn-outline-secondary {
	color: #263479;
	background-color: transparent;
	background-image: none;
	border-color: #263479;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #263479;
	border-color: #263479;
}
*/

/*
#home-hero {
	background-image: url(/images/hero3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFF;
	min-height: 700px;
}
*/
#home-hero {
	color: #ffffff;
}
#home-hero h1 {
	line-height:0.9;
}
#home-hero h1, #home-hero h5 {
	/* text-shadow: 1px 1px 1px #000; */
	text-shadow: 0px 0px 2px #000;
}
@media (max-width: 575px) {
	#home-hero h1, .h1 {
		font-size: 1.85rem;
	}
	#home-hero h5 {
		font-size: 0.75rem;
	}
}
.font-serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#home-logos img {
	max-height: 250px;
}
#meet-the-builders .card {
	background-color: #263479;
}
#meet-the-builders a, #meet-the-builders a:hover {
	color: #FFF;
}
.div-centered {
  text-align: left;
  margin: auto;
}

.sideline {
	line-height: 0;
	text-align: center;
}
.sideline span {
	display: inline-block;
	position: relative;
}
.sideline span:before,
.sideline span:after {
	content: "";
	position: absolute;
	/*
	height: 5px;
	border-bottom: 2px solid white;
	top: 0;
	*/
	height: 1px;
	border-bottom: 1px solid white;
	top: 3px;
	box-shadow: 0px 0px 2px #000;
	width: 100%;
}
.sideline span:before {
	right: 100%;
	margin-right: 15px;
}
.sideline span:after {
	left: 100%;
	margin-left: 15px;
}

#home-hero.card, #home-plans.card, #home-building.card, #home-specials.card,
#area-dallas div.card, #area-tyler div.card, #area-longview div.card,
#specials-hero.card {
	border: 0;
}
#area-dallas div.card-img-overlay, #area-tyler div.card-img-overlay, #area-longview div.card-img-overlay {
	background-color: rgba(255, 255, 255, 0.7);
	transition: background .5s ease;
}
#area-dallas div.card-img-overlay:hover, #area-tyler div.card-img-overlay:hover, #area-longview div.card-img-overlay:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

#home-specials div.card-img-overlay {
	background-color: rgba(0, 0, 0, 0.3);
}

.h1-overlay {
	color: #ffffff;
	text-shadow: 0px 0px 4px #000000;
}

#home-areas h2 {
	color: #111111;
	text-shadow: 0px 0px 5px #ffffff;
}

.h1 {
	font-weight: bold;
}
.h1-over-light {
	color: #ffffff;
	text-shadow: 0px 0px 4px #000000;
}
.over-light {
	text-shadow: 0px 0px 4px #000000;
}
.over-dark {
	text-shadow: 0px 0px 4px #ffffff;
}
.card-img {
	border-radius: 0;
}

.card-link {
  position: relative;
}

/***** Plans *************************************/

.jumbotron {
	border-radius: 0;
}

.plan-logo-mark {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 100px;
	z-index: 20;
}
.plan-logo-mark-c {
	top: 5px;
}
.plan-logo-mark-v {
	top: 0px;
}
@media (min-width: 768px) {
	.plan-logo-mark-c {
		top: 1px;
	}
	.plan-logo-mark-v {
		top: 1px;
	}
}
@media (min-width: 1038px) {
	.plan-logo-mark-c {
		top: 2px;
	}
	.plan-logo-mark-v {
		top: 2px;
	}
}

/* /plans shadowed "cards" */
.card-plan {
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,.125);
	box-shadow: 0 4px 10px rgba(0,0,0,.125);
	margin-bottom: 35px;
	transition: all 0.2s ease;
	transition-property: transform, opacity, color, border-color, background-color, box-shadow;
}
.card-plan:hover {
	background-color: #EEE;
	/* transform: scale(1.04); */
	-webkit-box-shadow: 0 8px 16px rgba(0,0,0,.125);
	box-shadow: 0 8px 16px rgba(0,0,0,.135);
}
.card-plan .btn {
	width: 95%;
	margin-bottom: 12px;
}

.card-shadow {
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,.125);
	box-shadow: 0 4px 10px rgba(0,0,0,.125);
}

/* adjust for inconsistent aspect ratios for images displayed in a grid of cards */
.img-plan-grid img {
	margin: auto;
}
@media (min-width: 768px) {
	.img-plan-grid {
		position: relative;
		overflow: hidden;
		padding-bottom: 67.25%;
	}
	.img-plan-grid img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
}

/***** specials *****/

.specials-img {
	max-width: 500px;
}


.small, small {
	font-size: 65%;
}

/***** footer *****/

.footer-gray {
	color: #fefefe;
	background-color: #414143;
}
.footer-gray a, .footer-gray h5 {
	color: #fefefe;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}