/*
   New Perspectives on HTML, CSS, and JavaScript
   Final Project: 3D Modeling

   3D Modeling

   Author: Josh Robertson     
   Date:   August 29, 2015     
   Filename:  3dStyle.css

*/

/* Body Styles */

body {
   background-color: rgb(240, 240, 240);
}

/* Header Styles */

h3 {
   display: block;
   font-family: sans-serif;
   color: white;
   font-type: bold;
   text-align: center;
   font-size: 34px;
   height: 120px;
   background: url(LabCharacter.jpg);
   background-position: 50% 85%;
   background-size: 1400px 800px;
   background-repeat: no-repeat;
}


/* Navigation Styles */

nav.horizontal {
   margin-top: -28px;
   padding-left: 17%;
   padding-top: 0%;
}

nav.horizontal ul {
   height: 22px;
   background-color: rgb(40, 40, 130);
   border-radius: 40px 40px 40px 40px;
   width: 75%;
}

nav.horizontal ul li {
   padding: 0px;
   float: left; 
   width: 11.6%; 
   line-height: 22px;
   height: 20px; 
}

nav.horizontal ul li a {
   display: block; 
   text-align: center;
   width: 73%; 
   font-size: 10px; 
   font-family: Century Gothic;
   text-decoration: none; 
   color: white;
}

nav.horizontal ul li:hover {
   background-color: rgba(255, 255, 255, 0.6);
}


/* Header Style */

h1 {
   font-family: Times;
   font-size: 44px;
   text-align: center;
   padding-top: 3%;
   border: 8px
	   outset
	   black;
   height: 80px;
   width: 50%;
}

header {
   margin-left: 430px;
}


/* Article Styles */

article {
   font-family: times;
   font-size: 18px;
   display: block;
   height: 2330px;
   padding-left: 3%;
   border: 5px
  	   outset
  	   black;
}

p {
   display: block;
   width: 40%;
   padding-top: 2%;
   padding-bottom: 1%;
}

img {
   border: inset;
}