/*
      IT 270 Final Project Website

      Of Love and Pixels
      Author:  Sarah Leiknes
      Date:   03/23/2016

      Filename:         styles.css
      logo.png, home.png, media.png, news.png, schedule.png, about.png
   */


    header {
    	background-color:black;
    	color:white;
    	text-align:center;
    	padding:5px;

    }

    html {
    	background-color: black;
    	color: white;
   		width: 90%;
   		font-family: Verdana, Geneva, sans-serif;
   		font-weight: bold;
   		font-size: 0.7em;
    }

	body {
   		background-color: black;
   		color: white;
   		width: 90%;
   		font-family: Verdana, Geneva, sans-serif;
   		font-weight: bold;
   		font-size: 1.2em;
   }

    p {
    	display: inline-block;
    	background-color: black;
   		color: white;
   		width: 90%;
   		font-family: Verdana, Geneva, sans-serif;
   		font-weight: bold;
   		font-size: 1.2em;
    }

    img {
    	display: block;
    	margin-left: auto;
    	margin-right: auto; 
    }

    nav {
   		background-color: black;
   		color: white;
   		position: left;
   		font-family: Verdana, Geneva, sans-serif;
   		font-size: 1.2em;
   		width: 150px;
   		height: auto;
   		float: left;
    	padding: 5px;
    }

	section {
    	width: 700px;
    	padding: 30px;
    	text-align: center;
    	margin-left: auto;
    	margin-right: auto;

	}

	footer {
 		font-family: Verdana, Geneva, sans-serif;
 		font-size: 0.7em;
 		font-weight: bold;
 		color: rgb(255, 255, 255);
 		background-color: red;
 		padding: 10px;
 		margin: 20px;
 		height: auto;
 		width: 90%;
 		clear: both;
    	text-align: center;
    	padding: 5px;
	}
