/*	Style sheet for Cathy Gurski: ICT4570 Section 1
Created 6/19/2019 			*/

html, body {
	height: 100%;
	overflow-x: hidden;
	color: #303E5C;
	background-color: #FFF4E6;
	margin:0;
	font-size:16px !important;
	font-family: Helvetica, sans-serif;
}

header {
	background-color: #334b6e;
	padding:20px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}


header h1, header h2 {
	color: #FFFFFF !important;
	letter-spacing: 5px;
	font-weight: normal;
}

/* Logo Area Header */

#logoArea {
	width:100%;
	margin-left: 70px;
	margin-top:10px;
	margin-bottom:-5px;
}
	/* Fonts */

	html,body,h1,h2,h3,h4,h5,h6 {
		color: #303E5C!important;
		letter-spacing: 1px;
		font-weight: normal;
	}

	/* Font Sizes */
	h1{font-size:36px}
	h2, .pageTitle{font-size:30px}
	h3{font-size:24px !important}
	h4{font-size:20px}
	h5{font-size:18px}
	h6{font-size:16px}

.pageTitle {
	text-align: center;
	margin-top:0;
}

main {max-width:1400px; margin:auto; margin-top: 16px;}
.pageRow, .pageRow>.leftCol, .pageRow>.rightCol {padding: 0 8px;}
@media (min-width:768px){
	.leftCol {width:25%; float:left;}
	.rightCol {width:75%; float:left;}
}


.byline {
	font-style:italic;
	font-size:14px;
	line-height:1.2;
	margin-left:65px;
	margin-bottom:0;
	margin-top:5px;
}