/* 
		http://meyerweb.com/eric/tools/css/reset/ 
		v2.0 | 20110126
		License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* 
		That's it for the "reset".  From here on is my own code:
		"GENERAL" stuff is used for all of my sites, and
		"CUSTOM" stuff is for a specific instances...
*/




body, html {
	height: 100%;
	font-optical-sizing: auto;
}

body {
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	line-height: 1.5;
}

b { font-weight: bold; }
i { font-style: oblique; }

p {
	margin-bottom: 1em; 
}

h1, h2, h3, h4 { line-height: 1.3; } 

h1 {
	margin: 2em 0 .25em 0;
	font-size: 150%;
	color: #fff; /*#45678b; */
	font-weight: 500;
}

h1 span { color: #fff; font-size: 18px; font-weight: normal; }

h2 {
    font-size: 120%;
    color: rgb(45, 63, 62);
    font-weight: 500;
    margin: 2em 0px 0.25em;
}


h3 {
	font-size: 120%;
	color: rgb(45, 63, 62);
	font-weight: 500;
	margin: 0px 0px 0.5em;	
}


hr {
	height: 0; border: none; border-top: 2px solid #fff;
}

a:link, a:visited, a:active, a:hover {
	color: #fff; /* CHANGE-ME */
	text-decoration: underline;
}


ul.bullet li {
	list-style: circle;
  margin-left: 35px;
}

div#main_content {
	display: flex;
	gap: 0;
  justify-content: center;
}

div#hero {
	width: 50%;
	background-image: url(../images/landing_4.jpg);
	background-size: cover;
	position: sticky;
	top: 0;
}
	
	div#phone_number {
    padding: 4px 11px;
    color: #fff;
    font-weight: bold;
    font-size: 200%;
    display: inline-block;
    margin: 9px 7px;
		display: none;
	}

		div#grill { display: none; }

main {
	width: 50%;
	height: 100vh;
	box-sizing: border-box;
	position: relative;
	overflow-y: scroll;
}

		#content { 
			padding: 0 2em;
			/* min-height: 100vh; */
			box-sizing: border-box;
		}

img#logo {
	margin-top: 4em;
	width: 60%;
	max-width: 400px;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

header {
	z-index: 100;
	position: sticky;
	top: 0;
	height: 44px;
	width: 100%;
}

footer {
	position: relative;
	height: auto;
	width: 100%;
	display: flex;
	gap: 5px;
	justify-content: space-between;
	padding: 5px 0;
}

footer div { padding: 0 11px; font-size: 75%; font-weight: bold; }
footer a:link, footer a:visited, footer a:hover, footer a:active {
	text-decoration: none;
}

footer a:hover { text-decoration: none; }

header nav ul {
	display: flex;
	font-size: 130%;
	justify-content: center;
}

header nav ul li {
  padding: .4em 1em 0 1em;
	/* font-weight: bold; */
	font-size: 90%;
}

header nav a:link, header nav a:visited, header nav a:hover, header nav a:active {
	text-decoration: none;
}

		header nav a:hover { text-decoration: underline; }



/* BOTTOM LINKS */
nav#bottom_links {
	margin-top: 2.5em;
}

		nav#bottom_links ul {
			display: flex;
			justify-content: center;
		}

nav#bottom_links li {
  padding: 10px;
}

nav#bottom_links a:link, nav#bottom_links a:visited, nav#bottom_links a:hover, nav#bottom_links a:active {
	text-decoration: underline;
}

nav#bottom_links a span { display: none; }





/* GOOGLE MAP */
.google_map {
	 margin-top: 15px;
	 padding-bottom: 50%;
	 position: relative;
}

.google_map iframe {
	 height: 100%;
	 width: 100%;
	 left: 0;
	 top: 0;
	 position: absolute;
}


div#social_media {
	display: flex; 
	justify-content: center;
	padding-top: 20px;
}

	 
	div#social_media a:link, div#social_media a:visited, div#social_media a:hover, div#social_media a:active {
     /* color: #fff;#45678b; */
    text-decoration: none;
    padding: 0 1em;
    font-size: 200%;
	}


.header-sliver {
	background-color: transparent;
	height: 0;
}



/* FOOTER effect */
@media all and (max-width: 1700px) { 
	header nav a span { display: none; }
	

}

/* FOOTER effect */
@media all and (max-width: 1360px) { 


.header-sliver {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #4a615f; /* or your preferred color */
  z-index: 1000;
  transition: transform 0.3s ease;
	background-color: transparent;
	height: 47px;
}

.header-sliver.hidden {
  transform: translateY(-100%);
}


	footer { 
		height: auto; 
		flex-direction:column;
		justify-content: center;
		padding: 5px 0;
	}
	footer div { text-align: center; font-size: 80%;   }
}


	body.faq ol.main {
    list-style: decimal;
    margin-left: 1.1em;
}
	
			body.faq ol.main li {
				margin: 1em 0 0 0;
				font-weight: bold;
			}
			
			body.faq ol.main span.answer {
				font-weight: normal; opacity: 1;
			}
			
			body.faq ol.main ul.inset {
					list-style: decimal;			
					font-weight: normal;
			} 

			body.faq ol.main ul.inset li {
				margin: 0 0 0 0;
				font-weight: normal;
				list-style: circle;
				margin-left: 2em;
			} 




/* MOBILE starts when narrower than 830px */
@media all and (max-width: 1000px) { 
	
	div#main_content {
		flex-direction:column;
		gap: 0;
	}
	
	div#hero, main { 
		width: 100%;
		box-sizing: border-box;
	}
	
	div#hero { height: 36vh; position: relative; }
	
			/* CHANGE-ME */
			div#hero div.header-sliver { background-color: #333; }
	
			div#phone_number {
				padding: 4px 11px;
				font-size: 120%;
				margin: 5px 4px;
				display: inline-block;
			}
		
			div#grill { display: inline-block; top: 5px; right: 6px; color: White; position: absolute; }
	
	main 		{ height: auto; overflow: hidden; border-top: 10px solid #666;		/* CHANGE-ME */ }
	div#content { padding: 0 1.5em; } 
	header { display: none; }
	
	img#logo {
		margin-top: 4em;
	}
	
	nav#bottom_links ul { 
		flex-direction:column;
	}
	
			nav#bottom_links li { padding: 0 0 .5em 0; }
			nav#bottom_links a span { display: inline-block; text-decoration: underline; }
		
		
		.google_map { padding-bottom: 80%; }
		
}

body.css 					{ background-color: limegreen; color: green; }
body.css header 	{ background-color: pink; }
body.css footer 	{ background-color: pink; }
body.css main 		{	background-color: cyan; }
body.css img#logo { background-color: #fff; }

body.events a.events { text-decoration: underline; }
body.contributions a.contributions { text-decoration: underline; }
body.contact a.contact { text-decoration: underline; }


body.duct_cleaning a.duct_cleaning { text-decoration: underline; }
body.faq a.faq { text-decoration: underline; }


h2 span {
	color: #fff; font-size: 18px; font-weight: normal;
}	

div.box {
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
	display: inline-block;
	padding: 3px 7px 3px 9px;
	font-size: 80%;
	margin: 10px 0 12px;
}

div.box a:link, div.box a:visited, div.box a:hover, div.box a:active { color: #fff; text-decoration: none; }
div.box a:hover { text-decoration: underline; }














/* off_screen_menu */
.off_screen_menu li { padding: 11px 0; }

.off_screen_menu a {	
	text-decoration: none;
}

.off_screen_menu {
    background-color:  #333;		/* CHANGE-ME */
    height: 100vh;
    width: 100vw;
    max-width: 100vw;
    position: fixed;
    top: 0;
    right: -100vw;
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    transition: .3s ease;
		z-index: 1;
}
.off_screen_menu.active {
    right: 0;
}




#grill {
    padding: 5px 8px;
    display: flex;
		z-index: 2;
}



/* ham menu */
.ham_menu {
    height: 25px;
    width: 20px;
    margin-left: auto;
    position: relative;
}
.ham_menu span {
    height: 3px;
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}
.ham_menu span:nth-child(1) {
    top: 25%;
}
.ham_menu span:nth-child(3) {
    top: 75%;
}
.ham_menu.active span {
    background-color: white;
}
.ham_menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ham_menu.active span:nth-child(2) {
    opacity: 0;
}
.ham_menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}






.fade-in-1st { opacity: 0; animation: fadeIn .5s ease-in forwards; animation-delay: .5s; }
.fade-in-2nd { opacity: 0; animation: fadeIn .5s ease-in forwards; animation-delay: .8s; }
.fade-in-3rd { opacity: 0; animation: fadeIn .5s ease-in forwards; animation-delay: 1.1s; }


@keyframes fadeIn { 
  to {
    opacity: 1;
  }
}

@keyframes fadeIn2 { 
  to {
    opacity: 1;
  }
}


a[href^="tel:"] {
  color: #fff;
  text-decoration: none;
}

a#contact[href^="tel:"] {
  color: #fff;
  text-decoration: underline;
}

div#phone_number a[href^="tel:"] {
  color: #fff;
  text-decoration: none;
}






	/* START: TYPEWRITER ANIMATION */				

        .typewriter-text {
            text-align: center;
            font-weight: bold;
        }

        .letter {
            display: inline-block;
            opacity: 0;
            transform: translateX(0);
            transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .letter.visible {
            opacity: 1;
            transform: translateX(0);
        }

        .space {
            width: 0.5rem;
        }
				
	/* END: TYPEWRITER ANIMATION */				


span.fa-envelope {	
	display: inline-block;
}

/* COLORS */
body, html { background-color: #000000; color: #fff; } /* #688685; */

/* ACCENT 1 */
#grill { background-color: #666; }
hr { border-color: #666; }
footer { color: #666; }
/*	these had top be defined above
		div#hero div.header-sliver { background-color: #2d3f3e; }
		main { border-top: 10px solid #4a615f; }
*/		

/* ACCENT 2 */
header { background-color: #333; }	
div.box { background-color: #333; }

/* SPECIALTY */
a#creative_one { color: #fff; font-weight: 600; }
.off_screen_menu a { color: #fff; }
header a { color: #fff; }

header a:link, header a:visited, header a:active, header a:hover {
	color: #fff; 
}

h1	{ color: #fff; font-weight: bold;  }
h2, h3 { color: #fff; }

a#service_area { text-decoration: none; }	/* anchor tag for map is NOT a link! */



ul.bullet.service-area-list {
  column-count: 1;
  column-gap: 2rem;
}

/* Two columns for tablets and medium screens (768px to 1599px) */
@media (min-width: 768px) and (max-width: 1599px) {
  ul.bullet.service-area-list {
    column-count: 2;
    column-gap: 2rem;
  }
}

/* Three columns for large screens (1600px and above) */
@media (min-width: 1600px) {
  ul.bullet.service-area-list {
    column-count: 3;
    column-gap: 2rem;
  }
}