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

html,
body {
	_font-family: 'Open Sans', sans-serif;
	font-family: "halcom", sans-serif;
	_font-family: "sirenne-eighteen-mvb-roman-s", sans-serif;
	font-size:19px;
	color:#787878;
	scroll-behavior: smooth;
}

/*
a {
	color: #08f;
}
a:visited {
	color: #88f;
}
*/
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 20px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #9d3a57; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 12px; /* Rounded corners */
  }
  
  #myBtn:hover {
	background-color: #72293e; /* Add a dark-grey background on hover */
  }

.body {
	--bg-color-dark: #9b4057;
	--heading-main-color: #8900a5;
	--anim-bgchange-color: rgb(0, 207, 0);
}

main .module {
	max-width: 1000px;
	margin: 0 auto;
}
.body__layout__default .module.forms{
	max-width:100%;
}
.body__layout__default .forms .generic__inner{
	max-width: 800px;
}

.body__layout__default .header__logo-image{
    max-width: 200px;
}
.body__layout__default a.header__logo-link {
    max-width: 200px;
}

.nav__link,
.nav__link:visited {
    background-color: transparent;
	color:white;
}
.nav__item__current > .nav__item-actions .nav__link {
    background-color: #005b9a;
	color:white;
}

h1{
	font-size: 55px;
	font-weight:normal;
}
.cms-content h1, 
.news-view h1, 
.events-view h1{
	font-size:40px;
	color:#005b9a;
}
h2 {
    font-size: 48px;
	color: #005b9a;
	padding-bottom: 0.5em;
	font-weight:normal;
}

p{
	font-weight: 300;
}
.cms-content p{
	font-size:20px;
}

.generic__1up, .generic__2up, .generic__3up, .generic__4up{
	display:flex;
	flex-wrap:wrap;
}
.generic__inner{
	padding:4em 1em;
	max-width:1100px;
	margin:0 auto;
}


nav {
    position: absolute;
    top: 0;
    right: 0;
	z-index: 2;
}
#primary-nav-toggle .material-icons{
	color: #9d3a57;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
	font-size: 36px;
}

.open .nav__menu {
    background-color: rgba(0, 0, 0, 0.15);
}


/* DEBUG: "desktop" vs "mobile" indicator */

.nav__link {
	background-color:transparent;
}
.nav__link__level-1 {
	color: #3f4152;
}
.nav.desktop {
    position: absolute;
}
.nav__item:hover > .nav__item-actions .nav__link{
	background-color: #9d3a57;
	color:white;
}
.nav.allow-desktop.open .nav__link{
	background-color:transparent;
	color:white;
}
.nav.allow-desktop.open .nav__item:hover > .nav__item-actions .nav__link{
	background-color: #9d3a57;
	color:white;
}
.nav__item-action.nav__item-action__more.material-icons,
.nav__item-action.nav__item-action__less.material-icons{
	color:white;
}
.nav__item__current > .nav__item-actions .nav__link {
    background-color: #005b9a;
	color:white;
}
.body__layout__default .nav__menu{
    padding-top: 1em;
	padding-right: .5em;
}
.open .nav__menu {
    background-color: rgba(70, 181, 221, 0.5);
    padding: 3em 1em;
}
.open .nav__list__level-1 {
    width: 100%;
}
a.nav__link.nav__link__level-1 {
	color:#72293e;
	font-weight: bold;
}
@media (min-width: 989px){
	.nav__list__level-1 {
		position: static;
		width: auto;
		box-shadow: none;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		margin-left: 0;
	}
}

@media screen and (max-width: 988px){
	.nav__menu {
		display: flex;
		justify-content: flex-end;
	}
	.nav.open #primary-nav-toggle{
		position: absolute;
		top: 0;
		right: 0;
		display: block;
	}
}
@media (min-width: 768px){
	.body__theme__demo.home .desktop .nav__list__level-1 {
		padding-top: 1em;
		}
}
.body__layout__default a.nav__link.nav__link__level-1 {
    color: white;
}

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

.generic__link-button,
.generic__link-button:visited,
.fb3__button,
.fb3__button:visited{
	color:white;
	background-color: #9d3a57;
    border-radius: 12px;
    padding: 1em 1.5em;
    text-transform: uppercase;
	margin: 1em;
	transition: 0.3s;
	font-size:17px;
	border:0;
	text-align: center;
}
.generic__link-button:hover,
.fb3__button:hover{
	background-color:#72293e;
	color:white;
}

a.ctaphone{
	filter: drop-shadow(0 0 0.75rem rgb(0, 0, 0));
	font-size: 21px;
}

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

.crossfade > figure {
	animation: imageAnimation 30s linear infinite 0s;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center center;
	color: transparent;
	height: 100%;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 0;
  }
  
  .crossfade > figure:nth-child(1) {
	background-image: url('../../images/headerbg1.jpg');
  }
  .crossfade > figure:nth-child(2) {
	animation-delay: 6s;
	background-image: url('../../images/headerbg2.jpg');
  }
  .crossfade > figure:nth-child(3) {
	animation-delay: 12s;
	background-image: url('../../images/headerbg3.jpg');
  }
  .crossfade > figure:nth-child(4) {
	animation-delay: 18s;
	background-image: url('../../images/headerbg.jpg');
  }
  .crossfade > figure:nth-child(5) {
	animation-delay: 24s;
	background-image: url('../../images/headerbg5.jpg');
  }
  
  @keyframes imageAnimation {
	0% {
	  animation-timing-function: ease-in;
	  opacity: 0;
	}
	8% {
	  animation-timing-function: ease-out;
	  opacity: 1;
	}
	17% {
	  opacity: 1
	}
	25% {
	  opacity: 0
	}
	100% {
	  opacity: 0
	}
  }





.header__inner {
    padding: 1em;
    position: relative;
    z-index: 1;
}
img.home-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.heading_splash {
	padding: 8em 0px;
	text-align:center;
	max-width: 850px;
    margin: 0 auto;
}
.heading_splash h1{
	filter: drop-shadow(0 0 0.75rem rgb(0, 0, 0));
}
.heading_splash h2{
	font-weight: normal;
    padding-bottom: 0.5em;
    font-size: 31px;
    color: white;
    padding-top: 0.5em;
	filter: drop-shadow(0 0 0.75rem rgb(0, 0, 0));
}
a.phonenumber {
    font-size: 35px;
}
@media (max-width: 767px){
	.nav {
		max-height: initial;
		overflow-y: initial;
	}
}

.banner{
	text-align:center;
	background-color:#e8e9ed;
	position:relative;
}
.banner .generic__inner {
	padding: 0.5em;
	padding-bottom:2em;
}
.banner .generic__3up{
	align-items: center;
	justify-content: center;
}
.banner h2{
    color: #005b9a;
    font-family: "sirenne-eighteen-mvb-roman-s", sans-serif;
    font-weight: normal;
    font-size: 37px;
	padding-bottom:0;
	padding: 0.25em;
}
.banner:after {
    content: " ";
    display: block;
    background-image: url(../../images/bannergradient.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 100% 95px;
    position: absolute;
    width: 100%;
    height: 95px;
    bottom: -42px;
    left: 0;
}

.cost .generic__inner{
	max-width:1000px;
	text-align:center;
}
.cost .generic__2up.outer{
	padding:2em 0;
}
.cost .generic__part {
    padding: 0 2em;
	text-align:left;
}
.cost .generic__2up.text{
 padding-bottom:1.5em;
}
.cost .generic__part.left {
    padding: 0;
    width: 20%;
}
.cost .generic__part.right {
    padding: 0;
    width: 80%;
    font-size: 23px;
}
.cost .generic__part.doorcost{
	background-image: url(../../images/doorcost.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
img.number {
    max-width: 55px;
}
.cost span{
	color:#005b9a;
	font-style: italic;
}

.value{
	text-align:center;
}
.value p{
	max-width: 700px;
    margin: 0 auto;
}
.value .generic__4up{
	justify-content: center;
	padding:1.5em 0;
}
.value img.icon {
    max-height: 100px;
}
.value h3{
	color:#005b9a;
	font-family: "sirenne-eighteen-mvb-roman-s", sans-serif;
    font-weight: normal;
	font-size: 29px;
}
.value .generic__part{
	padding: 1em;
    max-width: 25%;
    min-width: 200px;
}

.fix .generic__inner{
	padding:4em;
}
.fix .generic__part:nth-child(1){
	background-color:#005b9a;
	color:white;
	width:55%;
}
.fix h2{
	color:white;
	font-size:37px;
	line-height: inherit;
}
.fix .generic__part:nth-child(2){
	background-image: url(../../images/fix.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
	width:45%;
}

.brands{
	text-align:center;
	background-color:#e8e9ed;
	position:relative;
}
.brands .generic__inner {
    max-width: 1000px;
	padding-bottom:5em;
}
.brand-contain {
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
img.brand {
	max-width: 199px;
    max-height: 66px;
    margin: 1em;
}
.brands:after {
    content: " ";
    display: block;
    background-image: url(../../images/bannergradient.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 100% 95px;
    position: absolute;
    width: 100%;
    height: 95px;
	bottom:-11px;
    left: 0;
}

.steps{
	text-align:center;
}
.steps .generic__inner{
	max-width: 850px;
	padding-bottom:2em;
}
.steps .generic__3up{
	justify-content: center;
}
.steps img.step {
    max-width: 225px;
	margin: 1em;
}

.starshr {
    font-size: 100px;
    color: #005b9a;
    font-weight: bold;
    display: flex;
	max-width:700px;
	margin:0 auto;
	align-items:center;
}
img.stars {
    max-width: 54px;
    margin: 0 0.3em;
}
.starshr hr {
    width: 45%;
	margin: 0 auto;
    height: 0px;
    border-bottom: 2px solid #005b9a;
}

.brandscript{
	text-align:center;
}
.brandscript .generic__inner{
	max-width:900px;
	padding-top:2em;
	padding-bottom: 7em;
}
.branscript p{
	font-size:18px;
}
.brandscript span{
	font-style: italic;
}



.contact:before,
.body__layout__default section.module.forms:before,
section.module.gallery.gallery__style__grid_alt:before,
.module.feeds.feeds__type__testimonials:before {
    content: " ";
    display: block;
    background-image: url(../../images/contactgradient.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 100% 95px;
    position: absolute;
    width: 100%;
    height: 95px;
	top: -3px;
    left: 0;
	min-width: 800px;
}
.contact,
section.module.forms,
.module.feeds.feeds__type__testimonials{
	background-color:#005b9a;
	color:white;
	position:relative;
	overflow: hidden;
}
.module.feeds.feeds__type__testimonials{
	max-width:100%;
}
blockquote.testimonials__quote {
    font-size: 35px;
    text-align: center;
    padding-top: 52px;
}
.contact .generic__inner{
	max-width:900px;
}
.contact .generic__2up .generic__part:nth-child(odd){
	padding:2em 0;
}
.contact h2{
	color:white;
	padding-bottom: 0.2em;
}
.contact h3{
	font-weight: 100;
    font-size: 35px;
    padding-bottom: 1em;
}
.contact p{
	font-size: 24px;
    padding-bottom: 1em;
}
.body__theme__demo.home .forms .generic__inner{
	padding:0;
}
.body__theme__demo .forms__form-item-header{
	display:none;
}
.contact .generic__2up{
	align-items: center;
}
.contact .fb3__button,
.contact .fb3__button:visited,
section.module.forms .fb3__button,
section.module.forms .fb3__button:visited{
	color:white;
	background-color: transparent;
    border-radius: 12px;
    padding: 1em 1.5em;
    text-transform: uppercase;
	margin: 1em;
	transition: 0.3s;
	font-size:17px;
	border:2px solid white;
}
.contact .fb3__button:hover{
	background-color: #72293e;
	border:2px solid #72293e;
}
.fb3__field-input{
	color:#787878;
}
form.fb3__form {
    padding-top: 2em;
}

.footer{
	background-color:#e8e9ed;
	color:#005b9a;
	font-size:17px;
}

.module-gallery__item-link {
    margin: 0.5em;
}

h2.module-gallery__title{
	color:white;
	text-align: center;
}
section.module.gallery.gallery__style__grid_alt{
	max-width:100%;
	background-color: #005b9a;
	position:relative;
	overflow: hidden;
}



.testimonials__next.material-icons,
.testimonials__prev.material-icons{
	display:none;
}

.location .generic__2up .generic__part:nth-child(1){
	background-image: url(../../images/asheville.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
	min-height:500px;
}
.location .generic__2up .generic__part:nth-child(2){
	padding:4em;
}
.location h3{
	font-size:30px;
}
.location ul{
    list-style-type: disc;
    padding-left: 2em;
	color: #005b9a;
}
.sales img{
	width:100%;
}
.sales .generic__part{
	padding:1em;
}

@media only screen and (max-width: 850px) {
	h1 {
		font-size: 37px;
	}
	.heading_splash h2,
	h2, .module-gallery__title-text,
	.fix h2{
		font-size: 30px;
	}
	.generic__2up.outer{
	flex-direction: column;
	}
	.fix .generic__2up{
		flex-direction: column-reverse;
	}
	.fix .generic__part:nth-child(1),
	.fix .generic__part:nth-child(2) {
		width: 100%;
		text-align: center;
	}
	.fix .generic__part:nth-child(2){
		min-height:22em;
	}
	.fix .generic__inner {
		padding: 3em 1em;
	}
	.generic__2up .generic__part {
		width: 100%;
	}
	.cost .generic__part.doorcost {
		min-height: 22em;
		margin-bottom: 2em;
	}
}

@media only screen and (max-width: 450px) {
	.cost .generic__2up.text {
		flex-direction: column;
	}
	.cost .generic__part{
		text-align: center;
		padding: 0 1em;
	}
	.cost .generic__part.left,
	.cost .generic__part.right{
		width: 100%;
	}
	.heading_splash h1{
		font-size:30px;
	}

}


.offer nav {
    display: none;
}
.offer .head_logo{
	_margin: 0 auto;
}
.offer .banner:after{
	display:none;
}
.offer .banner .generic__inner{
	padding-bottom:0.5em;
}
.offer .home-header{
	background-image: url(../../images/offerbg.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color:white;
	position:relative;
	background-color:black;
}
.offer .brandscript .generic__inner{
    padding-top: 4em;
    padding-bottom: 4em;
}
.offer section.module.gallery{
	background-color:#005b9a;
	    max-width: 100%;
}
.offer .module-gallery__control{
	color:white;
}
.offer .heading_splash {
    padding: 6em 0px;
}
.offer .heading_splash h1 {
    filter: drop-shadow(0 0 0.75rem rgb(0, 0, 0));
    font-weight: 600;
	font-size: 63px;
}

@media only screen and (max-width: 450px) {
	.offer .heading_splash h1{
		font-size:30px;
	}
	.offer .heading_splash {
    padding: 1em 0px;
}

}