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



body {
  background: #fff;
  color: #1317ce;
  font-family: "Helvetica Neue", arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2em;
  }

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


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



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

header { /* used for element ID */
	background-color: #1317ce;
	height:150px;
	padding: 5px 20px 10px 5px;
	outline:2px solid orange; /* used to test layout - comment out in production */
}

#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: 0px;
	margin-left: 0;
	display: inline-block;
	width:110px;
	/*outline:1px solid teal;  used to test layout - comment out in production */
}

#header-center { /* used for style header content */
	text-align:center;
	padding-left:10px;
	padding-top:5px;
	display: inline-block;
	width:65%;
	position: absolute;
	/*outline:1px solid red;  	used to test layout - comment out in production */
}

#header-right { /* used for style header content */
	text-align:right;
	margin-bottom: 0px;
	padding-top: 5px;
	margin-left: 0;
	display: inline-block;
	width:1%;
	max-width:235px;
	float:right;
	/*outline:1px solid red;  used to test layout - comment out in production */
}

header .logo { /* used for style header content */
	float: left;
}

header .site-title{ /* used for style header content */
	width:100%; 
	max-width: 707px;
	/*outline:1px solid yellow;  	used to test layout - comment out in production */
}

header .site-title h1{ /* used for style header content */
	font-size: 2.5em;
	font-weight: normal;
	line-height: 0.8;
	color: #fff;
	text-transform: uppercase;
}

header .site-title h2{ /* used for style header content */
	font-size: 2.2em;
	font-weight: normal;
	line-height:0.8;
	color: #ffe184;
	text-transform: uppercase;
	font-style: italic;
}

header .phone { /* used for style header content */
	margin-top: 0px;
	display:block;
	font-size: 1.2em;
	margin-right: 5px;
}

article .phone { /* used for style header content */
	margin-top: 0px;
	display:block;
	font-size: 1.2em;
}

header .phone a, article .phone a { /* used for style header content */
	color:black;
}

header .name { /* used for style header content */
	float: right;
	display:block;
	margin-right: 5px;
}

header .name, header .name a { /* used for style header content */
	color:#666;
	font-size: 1.00em;
  	margin-bottom: 0.5em;
  	line-height: 1.3;
	
}

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

/* Body */
/* ================================================== */
.star {
	background-image: url("../images/content_bkg_dark.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-right: 2px solid #000;
	min-height:600px;
}

.star-lite {
	background-image: url("../images/content_bkg.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-right: 2px solid #000;
	min-height:600px;
}

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


#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;
}


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

#first { /* 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 */
}

#sidebar { /* used for aside ID */
	padding:0px 20px 20px 20px;
	margin:14px 0px 0px 0px;
  	background:#fff;
	color:#1317ce;
	height:100%;
	/* 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;
}

.indent {
	padding-left: 2em;
}

.callout {
	padding-left: 4em; border: blue solid 2px;
}


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

#content p {
	margin-top: 1em;
}

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

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

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

.intro {
  line-height: 2.5;
}

.about-bio {
	display: block;
	min-height:210px;
}

ul { 
	margin-top: 0.5em;
	list-style-type: square;
}

ol  {
	margin-left: 40px;
}
 
li {
	margin-left: 2em;
	list-style-position: outside;
	line-height: 1.0;
	font-size: 1.3em;
}

#content p {
  font-size: 1.4em;
  line-height: 1.3;
}

#sidebar p {
  font-size: 1.2em;
}

#content h1 { /* used to style text content  */
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.3em;
    font-size: 1.8em;
	color:#1317ce;
    margin-bottom: .5em; 
    margin-top: .5em; 
	}

#content h2 { /* used to style text content  */
	font-weight: bold;
	letter-spacing: 1px;
    font-size: 1.7em;
	color:#6299d9;
    margin-top: .25em; 
	margin-bottom: .5em;
	}

#content h3 { /* used to style text content  */
	font-weight: bold;
	letter-spacing: 1px;
    font-size: 1.6em;
	color:#1317ce;
    margin-top: 1.5em; 
	padding-bottom: 0;
	}

.right-image {
	float:left;
	margin-right:20px;
}

.left-image {
	float:right;
	margin-left:8px;
}

.subtitle { 
	color: #19b3ff; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 120%; 
	margin: 5px 0 0 0 
}


/* 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="password"] {
    padding:5px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
	width:65%;
}

input[type=text]:focus {
    border:0 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 */
/* ================================================== */

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

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

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

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

footer p {
	color: black;
	text-align: center;
	font-size: 1.2em;
}

footer .phone {
	margin: 10px auto 0 auto;/* this centers the icon block in the first third column*/
	font-size:  2.0em;
	font-weight: bold;
	color: black;
	/*outline:2px solid brown;  used to test layout - comment out in production */
}

footer .phone a, footer #phone a:visited {
	color: black;
}

footer .copyright { /* used to style footer content  */
  color:#000;
  font-size: 1.2em;  /* may want to increase to 1.2em depending on intended use */
  margin-top:20px;
  text-align: center;
  margin-bottom:10px;
}

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

footer .navigation { /* used to style footer content  */
	color:white;
	font-weight:400;
	text-align: center;
    font-size: 1.5em;  /* may want to increase to 1.2em depending on intended use */
	margin-top:5px;
	/*outline:1px solid maroon;   used to test layout - comment out in production */
}

footer .address { /* used to style footer content  */
	color:#000;
	font-size: .9em;
	font-weight:400;
	margin-top:10px;
	/*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) {

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

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

	#social-icons {
  	margin-top:5px;
	}

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


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

	#header-left { /* used for style header content */
	width: 65px;
		/*outline:2px solid red;  used to test layout - comment out in production */
	}

	#header-center {
	width: 70%;
}
	
	#header-right { 
	display: none;
	}

}



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

  .container {
    width: 100%;
    padding: 0; 
	}

	#content { /* used for element ID */
  	background:#fff;
	display: block; 
	/* outline:2px solid red; used to test layout - comment out in production */
}
.two-thirds.column {
  width: 100%;
	}

.star-lite, .star {
	border-right:none;
	}

#sidebar { /* used for aside ID */
	border-top:2px solid #000;
	border-left:none;
    width: 100%;
}
		
		
#social-icons {
  margin-top:5px;/* added so that the text displays better vertically in the 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 */
}


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

	#header-right { 
	display: none;
	}

}

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

	
}


/* Larger than phablet (also point when grid becomes active) */
@media only screen and (min-width: 601px) and (max-width: 737px) {
	#header-right { 
	display: none;
	}

	#content { /* used for element ID */
  	background:#fff;
	display: block; 
	min-height: 600px;
	/* outline:2px solid red; used to test layout - comment out in production */
	}
	
	.star-lite, .star {
	min-height: 600px;
	}

	header .logo {
  	width: 110px;/**/
	}

	#header-left { /* used for style header content */
	width:110px;
		/*outline:2px solid red;  used to test layout - comment out in production */
	}

	#header-center { /* used for style header content */
	width:65%;
		/*outline:2px solid red;  used to test layout - comment out in production */
	}

	#header-right { /* used for style header content */
	width:1%;
		/*outline:2px solid red;  used to test layout - comment out in production */
	}


}



	/* Larger than tablet to standard 960  (devices and browsers) */
@media only screen and (min-width: 738px) and (max-width: 959px) {
	
	#content { /* used for element ID */
  	background:#fff;
	display: block; 
	min-height: 800px;
	/* outline:2px solid red; used to test layout - comment out in production */
	}

	.star-lite, .star {
	min-height: 800px;
	}



}



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


.half {
	width:50%;
}

.quarter {
	width:25%;
}

#content { /* used for element ID */
  	background:#fff;
	display: block; 
	/*min-height: 800px;
	 outline:2px solid red; used to test layout - comment out in production */
	}
	
.star-lite, .star {
	/*min-height: 800px;  used for element ID */
	}


}





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