/*
New Perspectives on HTML and CSS
Final Project

Author: Joshua Aguilar
Date: 1/31/2016

Filename: styles.css


*/


/* Set body styles */

body  {
  background: url(stars.jpg);
  width: 95%;
  min-width: 1000px;
  max-width: 1400px;
  font-family: Century Gothic, Geneva, sans-serif;
  font-weight: normal;
}

header img		{
  display: block;
  margin: auto;
}

/* Navigation Styles */

nav.horizontal {
   margin-top: -3px;
}

nav.horizontal ul {
   height: 40px;
   background-color: rgb(215, 0, 0);
}

nav.horizontal ul li {
   padding: 0px;
   float: left;
   width: 13%;
   line-height: 20px;
   height: 30px;
}

nav.horizontal ul li a {
   display:block;
   text-align: center;
   width: 100%;
   font-size: 14px;
   text-decoration: none;
   color: white;
}

nav.horizontal ul li:hover {
   background-color: rgb(171, 171, 231);
   background-color: rgba(255, 255, 255, 0.4);

}


/* Style for date */
#birthday	{background-color: rgb(191, 191, 191);
  width: 500px;
  margin: 80px auto 0px auto;
}

p	{text-align: center;
  color: rgb(255, 0, 0);
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0px;
  padding: 10px 0px;
}
