html, body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/woodgrain.jpeg);
    background-size:  cover;
    background-repeat: no-repeat; 
}



.navigation {
  width: 300px;
  position: absolute;
  left: 0;
  top: 0px;
}


.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}


.mainmenu a {
  display: block;
  background-color: #CCC;
  text-decoration: none;
  padding: 10px;
  color: #000;
}


.mainmenu a:hover {
    background-color: #C5C5C5;
}




.mainmenu li:hover .submenu {
  display: block;
  max-height: 200px;
}



.submenu a {
  background-color: #999;
}


.submenu a:hover {
  background-color: #666;
}


.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}

.container {
 width: 989px;
 margin: 0 auto; 
 padding: 5px;
}

h1 {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 100px;
  letter-spacing: 2.4px;
  word-spacing: 1px;
  color: #BC2C0E;
  font-weight: 400;
  text-decoration: none solid rgb(68, 68, 68);
  font-style: normal;
  font-variant: normal;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 5px 5px black;
}

h2 {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 40px;
  letter-spacing: 2.4px;
  word-spacing: 1px;
  color: #BC2C0E;
  font-weight: 400;
  text-decoration: none solid rgb(68, 68, 68);
  font-style: normal;
  font-variant: normal;
  text-transform: uppercase;
  text-align: center; 
  position: relative; 
  top: -80px;
  text-shadow: 2px 2px black;
}

h3 {
  text-align: center;
  font-size: 40px;
  font-size: normal;
}

.pictures {
  padding: 5px;
  margin: 0 auto;
  position: absolute;
  right:  40px;
}

.paragraph {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  word-spacing: 2px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  font-style: italic;
  font-variant: normal;
  text-transform: none;
  border: 14px double #000000;  
}