@charset "UTF-8";

/** layout.css customize for project.
 *  Factor of 4, LLC
 */
 
/** Modification History (name, date, description)
 * 1. Andy Mickel, 2025-08-28, Remove code for drop-down menus; revamp font rules.
 */
 
/* 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 {
	width:100%;
	margin:0;
  }

/*  redefine max-width and padding in layout.css */
.container {
  width: 1100px; /* this restricts the page width on large screens */
  padding: 0;
  background-color:beige;
  box-shadow: 0px 0px 25px #999; 
  }



h1 { /* used to style text content  */
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 1.3em;
    font-size: 1.7em;
    margin-top: 0.5em; 
	}
	
h2 { /* used to style text content  */
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
    font-size: 1.3em;
    margin-top: 1.0em; 
	}

p {
  margin-top: 1em;
  font-size: 1.1em;
  line-height: 1.4;
}

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

#main p {
	font-style: normal;
}


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

ol  {
	margin-left: 40px;
}
 
li {
  line-height: 2.0;
}

#content img {
  padding-left: 5px;
} 

#content hr {
	color: black;
	height: 3px;
}

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



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

header { /* used for element ID */
	background-color:rgb(83,139,164);
	height:190px;
	padding: 20px;
}

header .logo { /* used for style header content */
	top: 0px;
}

header .phone { /* used for style header content */
	font-family: arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #330019;
	float: left;
	font-size: 30px;
	margin-top: 20px;
	vertical-align: center;
}


header .phone a { /* used for style header content */
	color:white;
}
header .phone a:active, header .phone a:hover { /* used for style header content */
	text-decoration: none;
	color: #96004b;
}



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

#content { /* used for element ID */
	top: 500px;
	/* outline:2px solid red; used to test layout - comment out in production */
	  color: black;
  font-family: Times, Palatino, serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7em;
}

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

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

#secondary { /* used for article ID */
	padding:10px 30px 20px 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;
	color:black;
	height:100%;
	/* outline:1px solid green; used to test layout - comment out in production */
}

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


aside  {

}

.list {
	text-align: center;
}

.indent {
	padding: 20px;
}

.caption {
	font-size: 0.9em;
	text-align:center;
}

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

.left {
	float:left;
}

.right {
	float:right;
}

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

input[type=text]:focus {
	
}

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: #fff;
	/* outline:2px solid olive; used to test layout - comment out in production */
}

#site-footer { /* used to style footer content  */
	background-color: rgb(216,255,255);
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    clear: both;
    text-align: center;
    border-top:4px solid #9b0000;
}

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

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

footer .phone {
	margin: 0px auto 0 auto;/* this centers the icon block in the first third column*/
	font-family: arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #5273b1;
	/*outline:1px solid brown;  used to test layout - comment out in production */
}

footer .phone a, footer #phone a:visited {
	font-family: arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	color: #5273b1;
	
}

footer .copyright { /* used to style footer content  */
  color:#5273b1;
  font-family: arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
  font-style: normal;
  font-size: 14px;  /* may want to increase to 1.2em depending on intended use */
  margin-top:0px;
  margin-bottom:10px;
}

footer #social-icons {
	margin: 10px 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 */
}

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

footer .address { /* used to style footer content  */
	color:#5273b1;
	font-family: arial, helvetica, geneva, swiss, sunsans-regular, sans-serif;
	font-size: 14px;
	font-weight:400;
	font-style: normal;
	margin-top:20px;
	/* 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) {


	#sidebar { /* used for aside ID */
	border-top:2px solid #96004b;
	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  the text displays better vertically in the block */
  	text-align:center;/* added so that the text displays centered in the block */
	}

	header .site-title, header .site-title a, header .site-title a:visited,header .site-title a:active, header .site-title a:hover { /* used for style header content */
	font-size: 30px;
	}

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

	header { /* used for element ID */
	height:200px;
	}
	
	ul#topmenu {
    padding-left: 0px;
	}
	
  .container {
    width: 100%;
    padding: 0; 
	}
	
/*  redefine margin-left in layout.css */
  .column,
  .columns {
    margin-left: 0; }
	

}



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

  .container {
    width: 100%;
    padding: 0; }
	
 	.site-title { /* used for style header content */
	font-size: 20px;
	}

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

	#rightbar { /* used for aside ID */
    width: 100%;
	}
	
	
	#sidebar { /* used for aside ID */
    width: 100%;
	border-top:2px solid #96004b;
	border-left:none;
	}
		
		
	#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 { /* used for element ID */
	height:200px;
	}

	
	header .phone {
    display: block;
    float: none;
    margin-top: -50px;
    position: relative;
    margin-left: 0px;
	}
	

	ul#topmenu {
    padding-left: 0px;
	}

}


	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 667px) {
	
  .container {
    width: 100%;
    padding: 0; }

	header { /* used for element ID */
	height:200px;
	}

	header .phone {
    display: block;
    float: none;
    margin-top: -50px;
    position: relative;
    margin-left: 0px;
	}
	
	ul#topmenu {
    padding-left: 0px;
	}



}


@media only screen and (min-width: 240px) and (max-width: 739px) {

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

	header { /* used for element ID */
	height:200px;
	}


}


@media only screen and (min-width: 740px) and (max-width: 897px) {

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

	header { /* used for element ID */
	height:200px;
	}




}

	/* Larger than tablet to standard 960  (devices and browsers) */
@media only screen and (min-width: 898px) and (max-width: 1100px) {
	
	  .container {
    width: 100%;
    padding: 0; }




}



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


.half {
	width:50%;
}

.quarter {
	width:25%;
}


}





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