/* CSS FOR ZMGRAPHICS WEBSITE */

/* Carol Zuber-Mallison
ITSW 2402-Intermediate Web Programming
May 7, 2018 */

/* General codes to clear coding */

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

p {
	font-family: "Times New Roman", "Times", serif;
	letter-spacing: .0.5em;
	font-size: .9em;
	line-height: 1.3em;
	color: #828282;
}

:link {
	color: #3a90c7;
}

i {
	font-style: italic;
}

#website {
	margin: auto;
	max-width: 1920px;
	background-color: #ffffff;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

/* wrapper for names at top */
#header {
	display: block;
	width: 100%;
	min-height: 100px;
	overflow: hidden;
	background-image: url("images/bluegrid.png");
	background-repeat: repeat-x;
	background-color: #ffffff;
}

/* Names at top */
#headwrapper {
	display: inline;
}

#headwrapper h1 {
	font-size: 2.2em;
	font-family: "Gill Sans", cursive;
	font-weight: normal;
	margin-left: 30px;
	margin-top: .6em;
	margin-bottom: -.5em;
	color: #ffffff;
	text-shadow: .04em .04em .04em #666666;
	letter-spacing: .1em;
}

#headwrapper h2 {
	display: block;
	font-size: 1.3em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #828282;
	padding-top: 1em;
	margin-left: 30px;
	font-weight: lighter;
	letter-spacing: 0.1em;
}

.rwd-line {
	display: inline;
}

.dot {
	display: inline;
}

/* Top navigation menu */

.topnavwrapper {
	display: block;
	position: relative;
	width: 100%;
}

.topnav a {
  float: left;
  display: block;
  width: 160px;
  color: #828282;
  font-weight: lighter;
  text-align: center;
  padding: 0;
  text-decoration: none;
  font-size: .9em;
}

.active {
  background-color: #ddf0ff;
  color: #828282;
}

.topnav .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: .9em;   
	font-weight: lighter;	
    border: none;
    outline: none;
	text-align: center;	
	width: 160px;
	color: #828282;
    padding: 0;
    background-color: inherit;
    font-family: inherit;
	margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
	width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #828282;
	width: 160px;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: #000000;
	width: 140px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* top full-width image */
.fullwidthfeature {
	display: block;
	width: 98%;
	height: auto;
	margin: 30px 1% 20px 1%;

}

.fullwidthfeature img {
	width: 100%;
}

.caption {
	font-size: .8em;
	color: #828282;
	text-align: left;
	margin-top: 4px;
	font-family: "Times New Roman", "Times", serif;
	font-style: italic;
}

.rightcaption {
	font-size: .8em;
	color: #828282;
	text-align: right;
	margin-top: 4px;
	font-family: "Times New Roman", "Times", serif;
	font-style: italic;
}

.rightcaption a:link {
	color: #3a90c7;
}

.break {
	float: none;
	clear: both;
	margin-bottom: 20px;
}

/* Container for all three column and to chop off overhanging divs */
.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}
	
/* Common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding: 0 0;
	overflow:hidden;
}
	
.threecol .colmid {
	right:25%;				/* Width of the right column */
	border-right: 1px solid #828282;
}
	
.threecol .colleft {
	right:50%;				/* Width of the middle column */
	border-right: 1px solid #828282;
}
	
.threecol .col1 {
	width:47%;			/* Width of center column content (allowing 1% each side for padding) */
	left:101.5%;			/* 100% plus left padding of center column */
}
	
.threecol .col2 {
	width:22%;			/* Width of left column content */
	left:29.5%;			/* Width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
	
.threecol .col3 {
	width:22%;			/* Width of right column content (column width minus padding on either side) */
	left:82.5%;			/* 100% - left column width plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}	
	
/* content styles */
h2 {
	font-size: 1em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #000000;
	padding-top: .75em;
	margin-left: 0px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

h3 {
	font-size: 1em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #3a90c7;
	text-align: left;
	margin-left: 0px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

#featureh4 h4 {
	font-size: .9em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #828282;
	text-align: left;
	margin-left: 0px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

#featureh4 h4 li {
	font-size: .9em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #828282;
	text-align: left;
	margin-left: 0px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.pagehead {
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}

.subhead {
	font-size: 1em;
	text-align: left;
	line-height: 1.1em;
	padding-top: 10px;
	padding-bottom: 0;
}






.linedh2 {
	width: 100%;
	color: #828282;
	font-size: 1.2em;
	text-align: center;
	font-style: normal;
	letter-spacing: .3em;
	border-top: 2px solid #3a90c7;
	margin: 10px 0;
}

hr {
	border: 0;
	border-top: 2px solid #3a90c7;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.whyme {
	margin-top: 10px;
}

.whyme p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	font-size: .85em;
	}

.whyme img {
	clear: both;
	float: left;
	padding: 0 5px 10px 0;
}

img.leftimage {
	float: left;
	padding: 10px 10px 5px 0;
}

img.rightimage {
	float: right;
	padding: 10px 0 5px 10px;
}

#SIimage1 {
	border: 1px solid black;
	width: 98%;
}

#SIimage2 {
	display: none;
	border: 1px solid black;
}

/*---Client icons--*/

#clienticons {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	display: inline-block;
	text-align: center;
}

#clienticons img {
	width: 120px;
	padding: 0 1em;
}

/* Page for site map */

#sitemapplan {
	width: 80%;
}


#gallerywrapper {
	width: 60%;
	margin-left: 20%;
	max-width: 1500px;
	display: block;
	margin-bottom: 10px;
}

/* for one col page */
#onecol {
	width: 100%;
	display: block;
	padding-top: 20px;
}

/* for pages with 2 columns:  page, table/resume page */
	
#twocolcontainer {
	display: inline-block;
	width: 99%;
	height: auto;
	padding-top: 20px;
	margin-bottom: 10px;
	margin: 0 auto;
}

#twocolCol1 {
	display: inline-block;
	width: 20%;
	margin-left: 5%;
	vertical-align: top;
	text-align: left;
	padding-right: 1%;
	padding-bottom: 20px;
}

#twocolCol2 {
	display: inline-block;
	width: 68%;
	text-align: left;
	padding-left: 1%;
	border-left: 1px solid gray;
}

#twocolCol2  img {
	width: 90%;
	height: auto;
}

#quote {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	font-size: .9em;
	line-height: 1.5em;
	font-style: italic;
	color: #3a90c7;
	padding: 0 10px;
}

#resume {
	width: 80%;
	max-width: 900px;
	height: auto;
}


#tcctable {
	width: 90%;
	max-width: 900px;
	height: auto;
	float: left;

	font-size: .8em;
}

/*------- Footer ---------*/
footer {
	display: block;
	width:100%;
	height: auto;
	margin: 0;
	padding: 0 0 10px 0;
	float: left;
	background-color: #3a90c7;
}

footer h5 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: .75em;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: .07em;
}

footer h5 a {
	text-decoration: none;
	color: #ffffff;
}

/* Contact info */
#contactwrapper {
	width: 99%;
	display: block;
	float: left;
}

#email {
	width: 20%;
	float: left;
}

#email img {
	margin: 10px;
	width: 40px;
	float: left;
}
#email h5 {
	margin-top: 16px;
}
	
#dummy {
	display: none;
}	
	
/*--Facebook wrapper--*/
#fbwrapper {
	width: 20%;
	float: left;
}

#fbwrapper img {
	margin: 10px;
	width: 40px;
	float: left;
}

#fbwrapper h5 {
	margin-top: 20px;
}

/*--address info--*/
#address {
	width: 20%;
	float: left;
}
#address img {
	margin: 10px;
	width: 40px;
	float: left;
}

#address h5 {
	margin-top: 10px;
}

/*--phone link--*/
#phone {
	width: 20%;
	float: left;
}

#phone img {
	margin: 10px;
	width: 40px;
	float: left;
}

#phone h5 {
	margin-top: 16px;
}

/*--LinkedIn Link--*/
#linkedin {
	width: 20%;
	float: left;
}

#linkedin img {
	margin: 10px;
	width: 40px;
	float: left;
}

#linkedin h5 {
	margin-top: 20px;
	margin-right: 5px;
}
	
/*--Copyright --*/

#copyright {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 75%;
}

#copyright img {
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 2px solid #ffffff;
}

#copyright p {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: .7em;
	font-weight: lighter;
	color: #ffffff;
	letter-spacing: .05em;
}
	
#copyright a {
	color: #ffffff;
}
	
	
#bestviewed {
	display: block;
	width: 48%;
	text-align: left;
	float: left;
	margin-left: 10px;
}

#bestviewed p {
	 text-align: left;
	 font-size: .7em;
	 color: white;
}

#lastupdate p {
	display: block;
	 font-size: .7em;
	 color: white;
	 margin-right: 10px;
 }
	
/*--Return to top button--*/	
	
#returntop {
	display: block;
	width: 98%;
	margin-right: 1%;
	text-align: right;
	color: #ffffff;
	font-size: .9em;
	text-decoration: none;
}

#returntop a:hover, a:visited, a:link, a:active {
	text-decoration: none;
}

/*--coding for ordered lists primarily on design document--*/
#designdoc {
	width: 60%;
	margin-left: 20%;
	max-width: 1500px;
	display: block;
	margin-bottom: 10px;
	font-family: "Times New Roman", "Times", serif;
	letter-spacing: .0.5em;
	font-size: 1em;
}

#designdoc p {
	font-family: "Times New Roman", "Times", serif;
	letter-spacing: .0.5em;
	font-size: 1em;
}

ol {
	list-style-type: decimal;
	margin-left: 17px;
	color: #828282;
}

ol ol {
	list-style-type: lower-alpha;
	padding-left: 17px;
}

ol ol li {
		font-family: "Times New Roman", "Times", serif;

}

ul {
	list-style-type: square;
	font-family: "Times New Roman", "Times", serif;
	letter-spacing: .0.5em;
	font-size: 1em;
	margin-left: 50px;
	color: #828282;
}

