@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Amiri+Quran&family=Antonio:wght@100..700&display=swap');

html, body {
	height: 100%;
}
body {
	display: flex;
	flex-direction: column;
	font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
	color: #474747;
}
.header {
	background-color: #474747;
	flex-grow: 0;
	padding: 5px 0;
}
.logo {
	max-height: 70px;
}
.header .social {
	background: none;
}
.header .social a {
	color: #fff;
	margin: 0 3px;
	font-size: 16px;
}
.header .social a:hover {
	color: #e0d678
}

.slideshow {
	min-height: 80vh;
	display: flex;
	position: relative;
	overflow: hidden;
}
.slideshow > .slide {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	animation: slide 25s infinite;
	opacity: 0;
}
.slideshow > .slide:nth-child(2) {
	animation-delay: 5s;
}
.slideshow > .slide:nth-child(3) {
	animation-delay: 10s;
}
.slideshow > .slide:nth-child(4) {
	animation-delay: 15s;
}
.slideshow > .slide:nth-child(5) {
	animation-delay: 20s;
}
@keyframes slide {
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    transform: scale(1.2);
  }
}
.slideshow-mark {
	margin: auto;
	opacity: 0.6;
	padding: 15px;
	transform: scale(70%);
}


.content {
	flex-grow: 1;
}
.title-white {
	font-family: "Amiri Quran", serif;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	border-bottom: solid 1px #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	white-space: nowrap;
}
.title-white::before {
	display: none;
}
.title-black {
	font-family: "Amiri Quran", serif;
	font-size: 30px;
	text-transform: uppercase;
	position: relative;
	border-bottom: solid 1px #7b7b79;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	white-space: nowrap;
}
.title-black::before {
	content: url("images/mark-title-black.png");
	position: absolute;
	left: -55px;
	top: -15px;
	width: 50px;
	transform: scale(65%);
}

/* Featured */
.featured {
	background-color: #474747;
	color: #fff;
	padding: 20px 20px 0 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.featured::after {
	content: '';
	border: solid 1px #7b7b79;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.featured-addy {
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
.featured-deets {
	margin-bottom: 40px;
	text-align: left;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
.featured-link {
	font-family: "Amiri Quran", serif;
	text-transform: uppercase;
	background-color: #e0d678;
	margin-top: auto;
	padding: 3px 15px 10px 15px;
	position: relative;
	z-index: 10;
	color: #474747;
}
.featured-link:hover {
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}
.featured-link a:visited {
	color: #474747;	
}
.featured-img {
	background-image: url("images/portfolio/aeneva/1-print-20020-schooner-dr-TH.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/* Projects */
.project-box {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 500px;
}
.project-box-1 {
	background-image: url("images/houseFPO3.jpg");
}
.project-box-2 {
	background-image: url("images/houseFPO4.jpg");
}
.projects-mark {
	background-color: #9a9a9a;
	display: flex;
	padding: 40px;
}
.projects-mark img {
	margin: auto;
}
.project-link {
	font-family: "Amiri Quran", serif;
	font-size: 18px;
	text-transform: uppercase;
	border: solid 1px #e0d678;
	background-color: rgba(102, 102, 102, 0.8);
	color: #e0d678;
	text-align: center;
	padding: 5px 15px 13px 15px;
	margin: 10px;
}
.project-link:hover {
	text-decoration: none;
	color: #000;
	border: solid 1px #000;
}

/* About */
.mission {
	background-color: #474747;
	color: #fff;
	padding: 40px 40px 0 40px;
	display: flex;
	flex-direction: column;
}
.mission::after {
	content: '';
	border: solid 1px #7b7b79;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.mission-img {
	background-image: url("images/houseFPO5.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.mission-img2 {
	background-image: url("images/portfolio/ashton/20112SchoonerDr-13.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.define {
	margin: 20px 0;
}
.define-title {
	color: #e0d678;
	font-size: 20px;
	font-family: "Amiri Quran", serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.define-ex {
	text-transform: none;
	color: #999;
	font-size: 16px;
}

/* Portfolio */
.port-schooner {
	background-image: url("images/portfolio/aeneva/1-print-20020-schooner-dr-TH.jpg");
}
.port-greenbay {
	background-image: url("images/portfolio/greenbay/274-Greenbay-Rd,-Mooresville,-NC-28117,-USA---Ext-_-03.jpg");
}
.port-schooner2 {
	background-image: url("images/portfolio/palmdale/6f525671ee410c73c2b7cbfa70d5f527-uncropped_scaled_within_1536_1152-TH.jpg");
}
.port-schooner3 {
	background-image: url("images/portfolio/ashton/20112SchoonerDr-02-TH.jpg");
}
.port-oldequarry {
	background-image: url("images/portfolio/oldequarry/1-print-21223-olde-quarry-ln-TH.jpg");
}
.port-walterhenderson {
	background-image: url("images/portfolio/walterhenderson/walterhenderson-35-TH.jpg");
}
.port-riverchase {
	background-image: url("images/portfolio/riverchase/1-web-or-mls-20263-river-chase-dr-TH.jpg");
}
.port-coleford {
	background-image: url("images/portfolio/coleford/coachmans trace _virtual twilight-05.jpg");
}
.port-rivendale {
	background-image: url("images/portfolio/rivendale/01-dsc06377a.jpg");
}
.port-rainbow {
	background-image: url("images/portfolio/rainbow/Rainbow-Circle_Ext-17.jpg");
}
.port-schooner-20k {
	background-image: url("images/portfolio/schooner-20k/Schooner-Dr_Ext-01.jpg");
}
.port-addy {
	font-weight: 500;
	font-size: 20px;
	text-transform: uppercase;
	margin: 20px 0;
	max-width: 400px;
}
.port-deets {
	margin-bottom: 40px;
	text-align: left;
	text-transform: uppercase;
}

/* Reviews */
.review-title {
	font-family: "Amiri Quran", serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #e0d678;
}
.review-name {
	color: #e0d678;
}
.section-yellow {
	background-color: #e0d678;
	position: relative;
	padding: 40px 0;
}
.section-yellow::before {
	content: '';
	position: absolute;
	left: -1000px;
	top: 0;
	bottom: 0;
	width: 1000px;
	background-color: #e0d678;
}
.section-yellow::after {
	content: '';
	position: absolute;
	right: -1000px;
	top: 0;
	bottom: 0;
	width: 1000px;
	background-color: #e0d678;
}

/* Contact */
.contact {
	background-image: url("images/houseFPO5.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 30px 0 40px 0;
	position: relative;
}
.contact::before {
	content: '';
	position: absolute;
	background-color: rgba(255,255,255,0.85);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
#contact-form input, #contact-form textarea {
	border: solid 3px #e0d678;
	text-transform: uppercase;
}
#contact-form ::placeholder {
	color: #e0d678;
}

/* Social */
.social {
	background-color: #e0d678;
	padding: 10px 0;
}
.social a {
	color: #000;
	font-size: 20px;
}
.social a:hover {
	color: #fff;
}

/* Map */
.map {
	height: 450px;
}
.map-loc {
	max-height: 40px;
}

/* Footer */
.footer {
	flex-grow: 0;
	background-color: #000;
	padding: 5px 0;
	color: #fff;
	text-transform: uppercase;
}
.footer-mark {
	max-height: 30px;
	margin: 0;
}
.footer .social {
	background: none;
}
.footer .social a {
	color: #fff;
	margin: 0 5px;
}
.footer .social a:hover {
	color: #e0d678;
}
.hidden-md {
	display: inline-block;
}

/* Bootstrap Overrides */
.navbar {
	margin-top: auto;
	margin-bottom: auto;
}
.nav-item {
	
}
.nav-link {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
.nav-link:hover {
	color: #e0d678
}
.btn-primary {
	background-color: #e0d678;
	color: #fff;
	border: none;
	border-radius: 0px;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}
.btn-primary:hover {
	background-color: #000;
}
.navbar-toggler {
	margin: auto;
}
.navbar-toggler-icon {
	background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(224, 214, 120, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }
.input-group-text {
	background-color: #e0d678;
	border: none;
	text-transform: uppercase;
	color: #fff;
}
.btn-primary.disabled, .btn-primary:disabled {
	background-color: #e0d678;
}

/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
.header .social a {
	color: #fff;
	margin: 0 5px;
	font-size: 16px;
}
	.featured {
	padding: 40px 40px 0 40px;
}
	.title-white {
	font-size: 30px;
		margin-bottom: 50px;
}
	.title-white::before {
		display: inline-block;
	content: url("images/mark-title.png");
	position: absolute;
	left: -55px;
	top: -15px;
	width: 50px;
	transform: scale(65%);
		z-index: 100;
}
	.featured-addy {
	font-size: 20px;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
		.title-white {
	font-size: 28px;
		margin-bottom: 50px;
}
	.title-white::before {
		display: none;
	}
	.footer-mark {
	margin: 0 10px;
}
	.hidden-md {
	display: none;
}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.title-white::before {
		display: inline-block;
	content: url("images/mark-title.png");
	position: absolute;
	left: -55px;
	top: -15px;
	width: 50px;
	transform: scale(65%);
		z-index: 100;
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}