/* ============================================================
	Replace me with the Actual Design
============================================================ */

html,
body {
	font-family: "mr-eaves-xl-modern", sans-serif;
	color: #5b5b5b;
    font-size: 26px;
    font-weight: 100;
	letter-spacing: .5px;
	scroll-behavior: smooth;
	background-image: url(../../images/background.jpg);
	background-position: center;
    background-repeat: repeat;
    background-size: cover;
	color:white;
	position:relative;
}
p{
    line-height: 36px;
}

/*
a {
	color: #08f;
}
a:visited {
	color: #88f;
}
*/
img{
	max-width:100%;
}

main .module {
	max-width: 1200px;
	margin: 0 auto;
}

h1{
    font-size: 70px;

}
.cms-content h1, .news-view h1, .events-view h1{
	font-size:60px;
}
.cms-content a,
.cms-content a:visited{
	color:#a51419;
}
.cms-content a:hover{
	color:#273f5e;
}
h2 {
    font-size: 58px;
    color: white;
    padding-bottom: 0.35em;
    font-weight: 300;
	font-family: "rival-sans", sans-serif;
	line-height: 70px;
}
h2 span{
	color:#cc9900;
	font-weight:600;
}

h3{
    color: #cc9900;
    font-size: 28px;
    padding-bottom: 24px;
	padding-top:12px;
	font-weight: 500;
	font-family: "rival-sans", sans-serif;
	line-height: 36px;
}
h4 {
    font-size: 52px;
}

.generic__1up, 
.generic__2up, 
.generic__3up, 
.generic__4up{
	display:flex;
	flex-wrap:wrap;
    justify-content: center;
    align-items: center;
}

.generic__inner{
	padding:4em 1em;
}
.generic__part{
	padding:1em;
}

.logo.generic__2up {
	padding: 17px;
    flex-wrap: nowrap;
    justify-content: normal;
    padding-left: 37px;
}
.luxreno{
	position:relative;
}
.tn {
	font-family: "rival-sans", sans-serif;
    font-size: 75px;
	color:#cc9900;
	padding-right:12px;
	font-weight: 500;
}
.luxury {
    font-size: 32px;
    font-style: italic;
    font-weight: 100;
	padding-top: 9px;
}
.renovations {
    font-size: 32px;
    color: #cc9900;
    font-weight: 100;
}
.home-header a.generic__link-button{
	margin-left:0;
}


nav {
    position: absolute;
    top: 0;
    right: 0;
	z-index: 2;
}
nav a,
nav a:visited{
	color:white;
}
.nav__link {
    background-color: transparent;
}
.nav__item-action {
    color: white;
	font-size: 30px;
}
#primary-nav-toggle .material-icons{
    color: #cc9900;
    position: absolute;
    top: 37px;
    right: 37px;
    z-index: 2;
	font-size: 64px;
}
.nav__item__current > .nav__item-actions .nav__link {
    background-color: #cc9900;
	color: white;
}
.nav__item:hover > .nav__item-actions .nav__link {
    background-color: #273f5e;
	color:white;
}
.open .nav__menu {
    background-color: rgba(0, 0, 0, 0.5);
	padding: 3em 1em;
}
.nav_box{
	background-color:#060503;
	min-height: 145px;
}

a.generic__link-button,
a.generic__link-button:visited,
.fb3__button,
.fb3__button:visited{
    font-size: 35px;
	color:white;
	background-color: #cc9900;
    border-radius: 37px;
    padding: 0.5em 1.25em;
    text-transform: uppercase;
	margin: 1em 0;
	transition: 0.3s;
	border: 0;
	font-weight:100;
	font-style: italic;
	text-align: center;
}
a.generic__link-button:hover,
.fb3__button:hover{
	background-color:#273f5e;
	color:white;
}

.body__layout__default .header__inner{
	padding: 0;
}

.home-header{
	_background-image: url(../../images/headerbg.jpg);
	background-position: left center;
    background-repeat: no-repeat;
	background-size: cover;
	color:white;
	position:relative;
}

.heading-video-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1;
    overflow: hidden;
    height: 100%;
}
.heading_video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 115%;
    height: auto;
}
.home-header h1{
	color:#cc9900;
	font-family: "rival-sans", sans-serif;
	font-weight:400;
	line-height: 81px;

}
.home-header h1 span{
	color:white;
	font-weight: 100;
    text-shadow: 2px 2px 5px #898989;
}
.header__inner {
    position: relative;
}
img.home-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}
a.header__logo-link {
    max-width: fit-content;
}
.body__layout__home a.header__logo-link {
    top: -114px;
}
.heading_splash {
	padding: 10em 1em;
	z-index: -1;
	max-width:1100px;
	margin:0 auto;
}
.heading_splash h2{
	font-weight:normal;
	padding-bottom: .5em;
    font-size: 46px;
	color:white;
	padding-top: 0.3em;
}

.body__layout__default .header {
    min-height: 142px;
    background-color: #060503;
}

.banner{
	text-align:center;
	background-color:#cc9900;
}
.banner .generic__inner{
	padding: 0;
}
.banner .generic__part{
	padding:1em;
}

.banner h2{
	font-size: 46px;
	padding:0;
	color:#060503;
	font-weight:400;
	text-transform: uppercase;
}

.cost .generic__inner{
    max-width:1200px;
    margin:0 auto;
	padding: 2em 1em 0;
}

.cost .generic__part{
	padding:2em;
}
.cost .point{
    padding: 1em;
    margin: 0 auto;
}
.cost h3{
    font-size:22px;
    padding-bottom:.1em;
}
img.cost{
	box-shadow: 0.5rem 0.5rem #cc9900;
}
img.value{
	box-shadow: -0.5rem 0.5rem #cc9900;
}


.value .generic__inner{
    max-width:1200px;
    margin:0 auto;
}
.value .generic__2up{
    align-items: center;
}
.value .generic__3up{
    padding-top:2em;
	align-items: flex-start;
}
img.icons {
    max-height: 100px;
    margin-bottom: 1em;
}
.value .generic__3up .generic__part {
    margin: 1em;
    width: 375px;
    text-align: left;
}


.services{
	background-color:#060503;
	text-align: center;
}
.services .generic__3up{
	align-items: center;
	text-align: center;
}
.services .generic__part{
	width: 27%;
	min-width: 300px;
	margin: 2em 1em 1em;
	position:relative;
}
.services h2{
	text-align:center;
}
.services p{
    color: white;
    font-size: 23px;
    line-height: 26px;
}
.services h3{
	color:#cc9900;
	padding-top:.3em;
	padding-bottom: 12px;
}
.services .generic__inner{
	max-width:1200px;
	margin:0 auto;
}
a.link:hover{
	transform: scale(1.1);
    transition: transform .5s ease;
}

.solutions{
	background-image: url(../../images/dreamsbg.jpg);
	background-position: center;
    background-repeat: repeat;
    background-size: cover;
	color:white;
	position:relative;
}
.solutions .generic__2up .generic__part.text{
	width:66%;
}
.solutions .generic__2up .generic__part.button{
	width:22%;
}
.solutions h2{
	font-size:47px;
	font-family: "mr-eaves-xl-modern", sans-serif;
}


.gallery-section {
    background-image: url(../../images/gallerybg.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    color: white;
    position: relative;
    border-top: 5px solid black;
	text-align: center;
}
.module-gallery__item {
    width: 33.33%;
    padding: 12px;
}
.gallery h2 span,
.gallery h2{
	color:white;
	text-align: center;
	font-weight: 300;
	padding-bottom:1em;
	font-family: "rival-sans", sans-serif;
}
.gallery-section .inner{
	padding-bottom:5em;
}
.gallery.gallery__style__default .generic__inner{
	padding-bottom:0;
}
a.module-gallery__item-link:hover {
    border: 2px solid #cc9900;
}

.testimonials{
    background-image: url(../../images/testimonial.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    color: white;
    position: relative;
	text-align: center;
}
.testimonial h2{
	text-align:center;
	color:white;
	padding-bottom: 1em;
}
blockquote.testimonials__quote {
    color: white;
    padding: 2em 0 0;
    max-width: 877px;
    margin: 0 auto;
    font-size: 34px;
}
.body__layout__home .feeds .generic__inner{
	padding:1em;
	position:relative;
}
.testimonials .generic__inner{
	padding: 4em 0;
}
.testimonials__citation-person {
	font-size: 46px;
    font-weight: 100;
    color: #cc9900;
}
.testimonials__prev, .testimonials__next {
    cursor: pointer;
    font-size: 56px;
	color:white;
}
span.testimonials__next.material-icons {
    position: absolute;
    bottom: 45px;
    right: 35%;
}
span.testimonials__prev.material-icons {
    position: absolute;
    bottom: 45px;
    left: 35%;
}
.testimonials__citation {
	padding: 3em 1em;
    border-bottom: 1px solid white;
}
.testimonials__quote::before {
	display:none;
    font-size: 250px;
    top: 113px;

    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.testimonials__quote:after {
    display:none;
}
.quote-box{
	position: absolute;
    width: 100%;
    top: 90px;
}
.feeds__type__testimonials{
	position:relative;
}
.quote {
    display: flex;
}
.quote hr {
    width: 45%;
    margin: 0;
    border-top: 2px solid #FFFFFF;
}
.quote .note {
    line-height: 0.3em;
    padding: 0 0.5em;
    font-size: 250px;
    font-weight: 100;
	font-family: "rival-sans", sans-serif;
}



.contact {
	background-color:#060503;
}
.module.forms{
    color: white;
	max-width:100%;
}
form.fb3__form {
    text-align: left;
}
.body__layout__default .module.forms{
	background-color: #060503;
    color: white;
	max-width:100%;
}
.body__layout__default .module.forms .generic__inner{
	max-width:800px;
	margin:0 auto;
}
.contact h2{
	color:white;
	font-size: 70px;
	line-height:76px;
}
.contact .generic__2up{
	max-width: 1200px;
    margin: 0 auto;
}
.contact .generic__2up{
	align-items: center;
}
.contact p {
    max-width: 320px;
    margin: 0 auto;
}
.forms__form-item-header{
	display:none;
}
.body__theme__demo.home .generic__2up .generic__part .generic__inner{
	padding: 0 1em;
}
.fb3__field-input, 
.fb3__field-select{
	color:black;
}
.fb3__field-heading-text {
    padding-bottom: 0.3em;
}
.contact .generic__2up .generic__part:nth-child(odd){
	text-align: center;
}
.contact a.phonenumber {
    font-size: 35px;
    color:white;
}
.contact a.phonenumber:hover {
    font-size: 35px;
    color:white;
}
.address {
    padding: 1em 0;
    font-size: 27px;
}
.body__layout__home .module.forms .generic__inner{
	padding:0;
}

.steps{
	text-align: center;
}
.steps .generic__inner{
	padding: 4em 0;
}
.steps .generic__3up{
	align-items: normal;
	padding-top:1em;
}
.steps .generic__part{
    padding: 3.5em 2em 2em;
}
.steps h3{
	font-size:30px;
}
.steps p{
    font-size: 22px;
    line-height: 24px;
}
.steps .generic__3up .generic__part{
	border-bottom:1px solid white;
	border-top: 1px solid white;
	position:relative;
	margin-top: 4em;
}
.steps .generic__3up .generic__part:nth-child(2){
	border-left: 1px solid white;
  	border-right: 1px solid white;
}
.steps img.icon{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

footer.footer{
	background-color:#cc9900;
	color:white;
}

@media screen and (max-width: 1368px) {
    .heading_video {
        height: 100%;
        width: auto;
    }
}

@media screen and (max-width: 959px){
	.contact .generic__2up,
	.cost .generic__2up{
		flex-direction: column;
	}
	.value .generic__2up{
		flex-direction:column-reverse;
	}
	.contact .generic__part,
	.value .generic__part,
	.cost .generic__part{
		width:100%;
	}
	.brandscript .generic__inner {
		margin: 0 auto;
	}
	img.ameridryguy {
		position: relative;
	}
}

@media (max-width:899px){
	.steps .generic__3up {
		flex-direction: column;
	}
	.steps .generic__3up .generic__part{
		width:100%;
	}
	.steps .generic__3up .generic__part:nth-child(2){
		border-left:0;
		border-right:0;
	}
}
@media (max-width:824px){
	.process .generic__part {
		width:100%;
		max-width: 100%;
	}
}
@media (max-width: 767px){
	.nav {
		max-height: initial;
		overflow-y: initial;
	}
	h1 {
		font-size: 48px;
		line-height: 56px;
	}
	.heading_splash h2 {
		font-size: 34px;
	}
	.home-header {
		background-position: 23% center;
	}
	
	.areasofservice .generic__3up{
		flex-direction: column;
	}
	.areasofservice .generic__2up .generic__3up .generic__part {
		padding: 0;
	}

}

@media (max-width: 680px){
	.solutions .generic__2up{
		flex-direction: column;
	}
	.solutions .generic__2up .generic__part.text,
	.solutions .generic__2up .generic__part.button{
		width:100%;
	}
	blockquote.testimonials__quote {
		color: white;
		font-size: 26px;
	}
	.contact .generic__inner{
		padding: 1em 0;

	}
	.module-gallery__items {
		flex-direction: column;
	}
	.module-gallery__item {
		width: 100%;
	}

}


@media (max-width: 570px){
	
	a.generic__link-button, a.generic__link-button:visited, a.fb3__button, a.fb3__button:visited {
		font-size: 20px;
		line-height: 31px;
	}
	.logo.generic__2up{
		align-items:flex-start;
		flex-direction: column;
	}
	.luxreno{
		top: -29px;
	}
	.heading_splash {
		padding: 2em 0px;
	}
	.quote hr {
		display: none;
	}
	.quote {
		flex-direction: column;
	}
	.cost .generic__part {
		padding: 0em;
	}
	.value .generic__inner {
		padding: 2em 0;
	}
}

@media screen and (max-width: 450px){
	h2, 
	.contact h2 {
		font-size: 32px;
		line-height: 47px;
	}
	h1 {
		font-size: 37px;
	}
	.heading_splash h2 {
		font-size: 28px;
	}
	.header__inner {
		padding: 1em;
	}
	.generic__link-button,
	.fb3__button {
		font-size: 20px;
	}
	.home-header h1{
		line-height:normal;
	}
	.services .generic__part {
		margin: 2em 0 0;
		min-width:100%;
	}
	
	
}