/* 
		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: 1em 0 1em 0;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}

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

h2 {
    font-size: 120%;
    font-weight: 500;
    margin: 2em 0px 0.25em;
}

h3 {
	font-size: 120%;
	font-weight: 500;
	margin: 0px 0px 0.5em;	
}

h4 {
	font-size: 140%;
	font-weight: 500;
	margin: 0;	
	font-weight: bold;
}
		time { font-size: 80%;  }

hr {
	height: 0; border: none; border-top: 1px solid #999;
}

a:link, a:visited, a:active, a:hover {
	color: blue;  
	text-decoration: underline;
}

nav { 
	text-align: center; padding: .75em 0 1em;
	font-size: 150%; }
nav#bottom { padding: .7em 2em 1em; }
		nav#bottom a:link, nav#bottom a:visited, 
		nav#bottom a:active, nav#bottom a:hover {
			color: black; text-decoration: underline;
			font-size: 68%;	
		}

blockquote, q {
  quotes: none;
  font-size: 200%;
  text-align: center;
  padding: 0 0 1.5em 0;
}

ul li {
    margin: 0 0 0 0;
    font-weight: normal;
    list-style: circle;
    margin-left: 2em;
    padding: 0 0 0 3px;
} 

					.highlight {
            background-color: #f8f9fa;
            padding: 15px;
            margin: 0;
        	}

.faq-item {
            background-color: #fdfdfd;
            padding: 15px;
            margin: 10px 0;
            border-radius: 5px;
            border: 1px solid #e9ecef;
        }
        .faq-question {
            font-weight: bold;
            color: #2c3e50;
            margin-bottom: 8px;
        }        	

div.row { 
	width: 1200px;
	margin: 0 auto;
}

		main {	padding: 2em 0 0 0; }

    .article {
      display: flex;
      gap: 30px;
			margin-bottom: 35px;
    }

    .article-image {  width: 30%; }
		.article-image img { width: 100%; }
    .article-content { flex: 1; box-sizing:border-box; }
	

/* TABLET BREAKPOINT */
@media all and (max-width: 1200px) { 

	div.row { 
		width: 100%;
		margin: 0;
		box-sizing: border-box;
		padding: 0 1em;
	}

    .article-image { width: 45%; }
}


/* PHONE BREAKPOINT */
@media all and (max-width: 860px) { 
	body { background-color: blue; }

	div.row { padding: 0; }

			main {	padding: .25em 0 0 0; }

			blockquote { padding: .75em 0 1.25em 0; font-size: 150%; 
				font-weight: bold; }	

			.article {
        flex-direction: column;
        gap: 0;
				margin-bottom: 0;
      }

      .article-image {  width: 100%;  }

      .article-content {
				padding: 15px 10px 5px 20px;
        width: 100%;
      }	

}




div.box {
	font-weight: bold;
	letter-spacing: 1px;
	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; }

.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:"] {		 
  text-decoration: none;
}

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



	/* 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;
	}

	#badge {
		margin-top: 2em;
		padding-bottom: 100px;
	}

	#badge h2 {
	  margin: 0;
	  font-size: 150%;
	}

	#badge h2 b { 
		font-weight: bold;
    padding-bottom: 5px;
    overflow: hidden;
    display: inline-block; 
	}




	/* 	COLORS IN ONE PLACE! 
			this is One Button: KEEPIN' IT SIMPLE! */

	body { background-color: #f4f2ea; }
	body, a[href^="tel:"]  { color: #141414; }

	div.box {
		background-color: #141414;
		color: #f9f8f4;
	}

 


