/* Global properties ======================================================== */


body { 
	background-image: url('dirtblock.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family:Tahoma, Arial, Helvetica;
	font-size:12px; 
	color: white;
	font-weight:bold;
}


menu {

       font-size: 22px;
     }

a {
  color: white;
}

a:hover {
  color: blue;
}



h1 {
  font-size: 45px;
  font-weight: bold;
  Color: white;
  margin-bottom: 6px;
}



h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
  font-style: italic;
}

h3 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 6px;
  font-style: italic;
}



.byline {
  color: white;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size:20px; 
  margin-bottom: 18px;
}


div {
  border: 6px solid #949599;
  height: 150px;
  margin: 20px;
  padding: 20px;

  background: #B1B7B6;
  font-size: 18px;
  color: black;
  word-spacing: .25em;
}

/* Create Sections with Floats */

section {
   float: center;
   margin: 0 1.5%;
   width: 60%;
   }

aside {
   float: right;
   margin: 0 1.5%;
   width: 30%;
   }

footer {
   clear: both;
  }


