/*  SNHU Website Final

 Filename: styles.css

 Author: Brian Demers   

 Date:   10/30/2015

 */
 
 
#header {
     width:100%;
	 height: 35px;
	 text-align: center;
	 color: white;
}

body {
	background-size: cover;
	background-attachment: fixed;
}

#date {
	text-align: center;
	color: white;
}

#footer {
	width: 100%;
    height: 35px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-shadow: 3px 2px 3px black;
    background-color: blue;
    border-radius: 8px;
	color: white;
	font-style: italic;
}

#nav {
    width: 100%;
    height: 35px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-shadow: 3px 2px 3px black;
    background-color: blue;
    border-radius: 8px;
	color: white;
}

#nav ul {
	height: auto;
	padding: 8px 0px;
	margin: 0px;
}

#nav li {
	display: inline;
	padding: 20px;
}

#nav a {
	text-decoration: none;
	color: white;
	padding: 8px 8px 8px 8px;
}

#nav a:hover {
	color: yellow;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
	font-style: italic;
	text-decoration: underline;
}

p {
	font-size: 24px;
	text-align: center;
	color: white;
}

#section {
	color: white;
}

#cloudimg {
	text-align: center;
}
#servicesimg {
	text-align: center;
}
#about p {
	text-align: left;
}
iframe {
	text-align: center;
}