/* 
Stitchwork's webpage

	Author:Hanife Karacan Bayram
	Date: 10-7-2017
	
*/
/* Obnoxious Lime Green for testing -- border: 1px solid #0f0; */
/*Print styles under portrait orientation*/

body
{
	font-family: serif;	
	background-color: white;
}

header img
{
	display: none;
}

#pageTitle
{
	font-size: 24pt;
	font-weight: bold;
}


nav#vertNav
{
	display: none;
}

nav 
{
	border-top: 2px solid violet;
}

nav ul li{
	display:inline;
	border:1px solid #d4d4d4;
	border-radius:4px;
	list-style-type:none;
	margin:4px;
	padding:2px;
	width: 30px;
}


nav ul li a {
	text-decoration: none;
}



section
{
 

}


img{
	width:100%;
}


h3, h4
{
	font-family: "Comic Sans MS", Arial, Verdana, sans-serif;
	color: navy;
	padding: 2px;
	text-align: left;
}

/* Hide the elements that not displayed */

header h1, h2{
	display:none;
}


footer
{
	background: #CDF0F6;
	padding: 5px;
	margin: 5px;
}