/* 
   ProAspect Solutions style sheet 
   Filename: styles.css

   Author : Hemalatha Anbukkani Aadhi Agilan / 1727427
 */

/* reset styles */

article, body, div, header, footer, h1, h2, nav, p {
   border: 0;
   padding: 0;
   margin: 0;
}
/* body and page container */
h1 {
	padding: 3px;
}
body {
   font-family: Arial, Helvetica, sans-serif;
}
.container {
   max-width: 1280px;
   margin: 0 auto;
   position: relative;
}
p {
   font-size: 1.3em;
}

/* site navigation */
nav.sitenavigation {
   padding: 1%;
   text-align: center;
   background-color: #FF5558;
}
nav.sitenavigation p {
   margin: 0 1em;
   display: inline-block;
}
nav.sitenavigation a:link {
   color: white;
   text-decoration: none;
   font-weight: bold;
}
nav.sitenavigation a:visited {
   color: #dddddd;
}

/* main content */
article {
	text-align: center;
	margin: 5% auto;
	font-size: 2em
	
} 

.highlight {
	color: #FF5558;
}

.new {
	margin-left: 0em
}

img {
	
	max-width: 50%;
	margin-left: 19.5em;
}

h3 {
	color: white;
    font-size : 25px;
    background-color : #FF5558 ;
    padding : 0;
    margin : 0;
    line-height : 29px;
	text-align: center;
}

h4 {
	color: #FF5558;
	text-align:center;
	font-size: 20px; 
}

h5 {
	color: #595959;
	line-height: 3px;
	text-align:center;
			
}

footer {
	font-size: 0.7em;
	text-align:right;
}