@charset "UTF-8";
/** layout.css customize for project.
 *  Factor of 4, LLC
 */
 
/** Modification History (name, date, description)
 * 1. 
 */
 
/* Globals from Skeleton v 1.0*/
/* ================================================== */

/* 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, 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 {
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; 
  }
*/

/* Sample Code for various font families used for KLP

  font-family: "Kaushan Script", "Brush Script MT", cursive;;
  font-optical-sizing: auto;
  font-weight: 400;

  font-family: "Nunito", Arial, Helvetica, sunsans-regular, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;

  font-family: "Raleway", Arial, Helvetica, sunsans-regular, sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;

  .nanum-myeongjo-regular {
  font-family: "Nanum Myeongjo", "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
  }

  .nanum-myeongjo-bold {
  font-family: "Nanum Myeongjo", "Times New Roman", Times, serif;
  font-weight: 700;
  font-style: normal;
  }

  .nanum-myeongjo-extrabold {
  font-family: "Nanum Myeongjo", "Times New Roman", Times, serif;
  font-weight: 800;
  font-style: normal;
  }

  .esteban-regular {
  font-family: "Esteban", "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: normal;
  }


*/

body {
  background: #f7f6f2;
  color: #444444;
  font-family: "Raleway", Arial, Helvetica, sunsans-regular, sans-serif;
  font-optical-sizing: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.1em;
  }

/*  redefine max-width and padding in layout.css */
.container {
  max-width: 100%; /* this restricts the page width on large screens */
  background: #f7f6f2;
  padding: 0;
  }

.cell {
	width:25%;
}

/*  redefine a and a:hover color in layout.css */
a, a:visited{
  text-decoration: none; 
  font-weight: bold;
  color:#b2988b;  /* define for global inline links */
  }

a:active, a:hover {
  text-decoration: underline; 
  color: #c07a3c;  /* define for global inline links */
}

p {
  font-size: 1.0em;
  margin-bottom: 2em;
  line-height: 1.3;
}

#content ul { 
	margin-left: 16px;
	padding-left:20px;
}

#content ol  {
	margin-left: 40px;
}
 
#content li {
  line-height: 1.5;
}

ul.c {
  list-style-type: circle;
	list-style-position: outside;
}

ul.d {
  list-style-type: disc;
	list-style-position: outside;
}

ul.s {
  list-style-type: square;
	list-style-position: outside;
}

ol.ur {
  list-style-type: upper-roman;
}

ol.lr {
  list-style-type: lower-roman;
		list-style-position: outside;
}

ol.ua {
  list-style-type: upper-alpha;
}
ol.la {
  list-style-type: lower-alpha;
}

.clear { /* used by skeleton 2  */
  clear: both; 
}



/* Header */
/* ================================================== */

header { /* used for element ID */
    position: relative;
	background-color: #ececec;
	height:130px;
	padding: 0px 10px 0px 10px;
   /* top: -3px; used to create line between header and main image */
}

#site-header { /* used for style header content */
	text-align:left;
	/* outline:2px solid orange; used to test layout - comment out in production */
}

#header-left { /* used for style header content */
	text-align:left;
	margin-bottom: 0px;
	padding-top: 5px;
	margin-left: 0;
	display: inline-block;
	width:125px;
	/* outline:2px solid orange; used to test layout - comment out in production */
}

#header-center { /* used for style header content */
	text-align:left;
	margin-left: 0;
	display: inline-block;
	width:30%;
	min-width: 300px;
	vertical-align:top;
	padding-top:20px;
	/* outline:2px solid red; used to test layout - comment out in production */
}

#header-right { /* used for style header content */
	text-align:right;
	margin-bottom: 0px;
	margin-left: 0;
	display: inline-block;
	width:49%;
		vertical-align:top;
		padding-top:30px;

	/*outline:2px solid blue;  used to test layout - comment out in production */
}

header .logo { /* used for style header content */
	max-height:125px;
	max-width:450px	
}

header .site-title { /* used for style header content */
    font-family: "Raleway", Arial, Helvetica, sunsans-regular, sans-serif;
	font-size: 2.8em;
	font-weight: normal;
	text-align:left;
	margin-bottom:30px;
	line-height:0.8;
}

header .title-left { /* used for style header content */
	color: #d49672;

}

header .title-right { /* used for style header content */
	color: #6c9c9d;
}

header .phone { /* used for style header content */
	font-size:1.3em;
}

header a.phone  { /* used for style header content */
	color:white;
}

header a.phone:hover  { /* used for style header content */
	color:#b2988b;
	text-decoration:none;
}


.social-icon { /* used to style social icons  */
	padding-left: 2px;
	padding-right: 5px;
	display: inline; /* this causes the icons to display side-by-side*/
}

/* Body */
/* ================================================== */

#content { /* used for element ID */
  	background:#fff;
	/* outline:2px solid red; used to test layout - comment out in production */
}

.lede {
	padding:0 10px 0 10px;
}

.enso {
	text-align:center;
}

.enso img {
	max-width:220px;
}

#services .enso img {
	max-width:220px;
}

#slider { /* used for element ID */
	width:100%;
	/* outline:2px solid purple; used to test layout - comment out in production */
}

#thumbs {
	position:relative;
	top:-95px;
	margin-bottom:-90px;
	/* outline:1px solid red; used to test layout - comment out in production */
}

.popup-gallery  {
	margin:0 auto;
	text-align:center;
}

.popup-gallery img {
	width:120px;
	height:120px;
}

.service { /* used for article ID */
	padding:0px 30px 10px 20px;
	/* outline:1px solid teal; used to test layout - comment out in production */
}

.callout {
	max-width: 880px;
}

#main { /* used for article ID */
	padding:0px 30px 10px 20px;
	/* outline:1px solid navy; used to test layout - comment out in production */
}

#second { /* used for article ID */
	padding:0px 30px 10px 20px;
	/* outline:1px solid teal; used to test layout - comment out in production */
}

#third { /* used for article ID */
	padding:0px 30px 10px 20px;
	/* outline:1px solid teal; used to test layout - comment out in production */
}

#fourth { /* used for article ID */
	padding:0px 30px 10px 20px;
	/* outline:1px solid teal; used to test layout - comment out in production */
}

#sidebar { /* used for aside ID */
	padding:0px 20px 20px 20px;
	margin:14px 0px 0px 0px;
  	background:#fff;
	color:black;
	max-width:530px;
	/* height:100%;  comment out so flexbox can fill height */
	border-left:2px solid #b2988b;
	/* outline:1px solid green; used to test layout - comment out in production */
}
#form { /* used for article ID */
	padding:0px 30px 10px 20px;
	/* outline:1px solid navy; used to test layout - comment out in production */
}


aside  {
  	background:#fff;
}

.list {
	text-align: center;
}

p.indent {
	text-indent: 2em;
}

.fill-height {
	display: flex;
	flex-direction: row;
}

.fill-height > div {
  /* these are the flex items */
  flex: 1;
}

#sidebar img {/* this keeps the sidebar from overlapping the body content when resizing the viewport */
	max-width:100%;
}


#content h1 { /* used to style text content  */
	letter-spacing: 1px;
    font-size: 1.7em;
	color:black;
    margin-top: .25em; 
	margin-bottom: .5em;
    font-family: "Raleway", Arial, Helvetica, sunsans-regular, sans-serif;
    font-weight: 600;
	}

#content h2 { /* used to style text content  */
	letter-spacing: 1px;
	line-height: 1.3em;
    font-size: 1.6em;
	color:black;
    margin-bottom: .5em; 
    margin-top: .5em; 
    font-family: "Raleway", Arial, Helvetica, sunsans-regular, sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
	}

#content h3 { /* used to style text content  */
	letter-spacing: 1px;
    font-size: 1.3em;
	color:black;
    margin-top: .25em; 
	margin-bottom: .5em;
    font-family: "Raleway", Arial, Helvetica, sunsans-regular, sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
	}

#content h4 { /* used to style text content  */
	letter-spacing: 1px;
    font-size: 1.1em;
	color:black;
    margin-top: .25em; 
	margin-bottom: 0;
    font-family: "Raleway", Arial, Helvetica, sunsans-regular, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
	}

#content h5 { /* used to style text content  */
	letter-spacing: 1px;
    font-size: 1.0em;
	color:black;
    margin-top: .25em; 
	margin-bottom: 0;
    font-family: "Raleway", Arial, Helvetica, sunsans-regular, sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
	}

#content h6 { /* used to style text content  */
	letter-spacing: 1px;
    font-size: 0.8em;
	color:red;
    margin-top: 0; 
	margin-bottom: 0;
    font-family: "Raleway", Arial, Helvetica, sunsans-regular, sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
	}


#content p { /* used to style text content  */
	line-height: 1.6em;
  margin-bottom: 1.5em;
}

/* Redefine input rules to conform to Apple Interface Guidelines in layout.css */

input.button {
	outline: none;/* defined so buttons do NOT have an outline when selected */
}

input[type=text], input[type=email], select.list {
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
	width:65%;
}

input[type=text]:focus {
    border-color:none;
}

textarea {
    padding:5px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
	width:65%;
	margin-left:65px;
}

input[type=submit] {
    padding:5px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	color:black;
}

input[type=submit]:hover {
    background:#bfecf0; 
	color:black;
}

/* Redefine select attributes in layout.css */
select {
  border: none;
  border-radius: 0px;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Redefine margin-bottom attributes for many block-level tags in layout.css */
button,
.button {
  margin-bottom: 0rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 0rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 0rem; }


/* Footer */
/* ================================================== */

#site-footer { /* used to style footer content  */
  font-size: 10px;
  overflow: hidden;
  clear: both;
  text-align: center;
  }

footer { /* used for element ID */
	padding-top: 10px;
	padding-bottom: 20px;
    min-height:100px;
    background: #d7d1c5;
	/*outline:2px solid olive;  used to test layout - comment out in production */
}


#site-footer h2 { /* used to style text content  */
	letter-spacing: 1px;
    font-size: 1.4em;
	color:black;
    margin-top: .25em; 
	margin-bottom: .5em;
    font-family: "Raleway", Arial, Helvetica, sunsans-regular, sans-serif;
    font-weight: 400;
	}

footer a, footer a:visited { /* used to style footer content  */
  color: #444444; 
  font-weight:bold;
  text-decoration:none;
}

footer a:hover, footer a:active { /* used to style footer content  */
  color: #c07a3c;
}

footer .phone img{
	margin: 20px 5px 0 5px;/* this centers the icon block in the first third column*/
	/*outline:1px solid brown; used to test layout - comment out in production */
}

footer .phone a, footer #phone a:visited {

}

footer .copyright { /* used to style footer content  */
	color:#444444;
  font-size: 0.8em;  /* may want to increase to 1.2em depending on intended use */
  margin: 10px auto 0 auto;/* this centers the icon block in the first third column*/

}

footer #social-icons {
	margin: 30px auto 0 auto;/* this centers the icon block in the first third column*/
	/*outline:1px solid maroon;   used to test layout - comment out in production */
}

	.right-footer {
		display:none;
	}

footer .address { /* used to style footer content  */
	color:black;
	font-size: 14px;
	font-weight: bold;
	margin: 5px auto 0 auto;/* this centers the icon block in the first third column*/
	/*outline:1px solid maroon;   used to test layout - comment out in production */
}


/* #Media Queries */
/* ================================================== */


	/* Mobile Portrait Size for old phones */
@media only screen and (max-width: 399px) {

	.popup-gallery img {
	width:80px;
	height:80px;
	}

	header .site-title { /* used for style header content */
	font-size: 1.8em;
	}

	header .logo { /* used for style header content */
	max-width:300px;
	}

	#header-right {
	padding-top: 0; 
	top: -40px;
    position: relative;
    width: 100%;
	}

	header .phone { /* used for style header content */
	display: inline-block;
	float: right;
	}

	.fill-height {
	display: block;
	}



	#sidebar { /* used for aside ID */
	border-top:2px solid #000;
	border-left:none;
	}

	#social-icons {
	margin-top:5px;
	}
	
	.left-footer {
		
	
		display:none;
	}
	
	.right-footer {
		display:block;
	}
	

	footer .phone {
  margin-top:5px;/* added so that the text displays better vertically in the block */
  margin-bottom:10px;/* added so that the text displays better vertically in the block */
  /* text-align:center;added so that the text displays centered in the block */
	}
	
	#site-footer .one-third.column{
	width:100%;
	}


	.site-title { /* used for style header content */
	/* display:none; */
	}

	.cell {
	width:100%;
	}


}



/*  redefine width and padding in layout.css */
@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0; }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 400px) and (max-width: 569px) {


	header .site-title { /* used for style header content */
	font-size: 2.0em;
	}

	header .phone { /* used for style header content */
	display: inline-block;
	float: right;
	}
	
	header .logo { /* used for style header content */
	max-width:300px;
	}

	#header-right {
	padding-top: 0; 
	top: -40px;
    position: relative;
    width: 100%;
	}
		
	.fill-height {
	display: block;
	}

	#sidebar { /* used for aside ID */
	border-top:2px solid #000;
	border-left:none;
	}

	footer .phone {
	margin-top:5px;/* added so that the text displays better vertically in the block */
	margin-bottom:10px;/* added so that the text displays better vertically in the block */
	}
	
	#site-footer .one-third.column{
	width:100%;
	}

	#social-icons {
	margin-top:5px;/* added so that the text displays better vertically in the block */
	}

	.left-footer {
	display:none;
	}
	
	.right-footer {
	display:block;
	}
	.cell {
	width:100%;
	}
/*  redefine margin-left in skeleton.css */
  .column,
  .columns {
    margin-left: 0; 
	}



}

/*  redefine width and padding in layout.css */
@media (min-width: 570px) {
  .container {
    width: 100%;
    padding: 0; 
	}
	
/*  redefine margin-left in skeleton.css */
  .column,
  .columns {
    margin-left: 0; 
	}

	header .site-title { /* used for style header content */
	font-size: 2.2em;
	}

	#header-right {
	padding-top: 0;  /* reveal dynamically */
	}


}


/* Larger than phablet (also point when grid becomes active) */
@media only screen and (min-width: 570px) and (max-width: 870px) {
	
	header .site-title { /* used for style header content */
	}
	
	#header-right {
	padding-top: 0; 
	top: -40px;
    position: relative;
    width: 100%;
	}

	.cell {
	width:50%;
	}

}



	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 870px) {


}


	/* Larger than tablet to standard 960  (devices and browsers) */
@media only screen and (min-width: 871px) and (max-width: 959px) {

	.cell {
	width:50%;
}



}



	/* Larger than desktop to standard 1024 (devices and browsers) */
@media only screen and (max-width: 1023px) {
	
	#grid {
	padding:0 0 0 0;
	}



}





/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
