/* CSS Document */


body {
  /*background-color:#006600;*/
  height: 100%;
  color: #200000;
  font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
  font-size: 1em;
  text-align: justify;
  margin: 0 auto;
}

   

header {
  background: url('../images/pepper_art.jpg') no-repeat top center;
  overflow: hidden;
  text-align: center;
  background-size: cover;
  overflow: hidden;
}




.content{
  /*background-color:#ff9933;
  background: rgba(255, 64, 0, 0.82);
  background: rgba(255, 143, 108, 0.60);*/
  background: rgba(255, 128, 0, 0.30); /*orange */
  margin: 10px auto;
  width: 70%;
  line-height: 200%;
  font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
  font-size: 1.3em;
  color: #fff;
  text-align: center; 
  position: relative;   
  border-style: solid outset;
  border-color: rgba(0, 102, 0, .25);
  border-radius: 3%;
  border-width: .4em;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

}


.content2{
  margin: 0 auto;
  width: 38%;
  font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
  position: relative;
  color: #ffffff;
}

.content2 img{
  margin: 0 auto;
  border: 5px solid white;
  border-radius: 25px;
  width: 100%;
  height: auto;
  opacity: .92;
}
.content3{
  margin: 0 auto;
  width: 18%;
  font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
  position: relative;
  color: #ffffff;
}

.content3 img{
  margin: 0 auto;
  border: 5px solid white;
  border-radius: 25px;
  width: 100%;
  height: auto;
  opacity: .90;
}

.logo {
  text-align: center;
  margin: 10px auto;
  opacity: 0.95;
} 

.p1 {
  margin: 0 auto;
  font-family:"Tangerine";
  font-size: 45px;
  color: #fff;
}
.p2 {
  text-align: center;
  font-size: 20px;
  font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
  line-height:150%;
  margin: 25px auto;
  width: 40%;
  clear:both;
}

.p3 {
  margin: 0 auto;
  font-size: 25px;
  color: #fff;
}

.gutter
{
  float: left;
  width: 3%;
  height: 1px;
}

.col1
{
  float: left;
  width: 44%;
  margin-bottom: 1em;
  padding-right: 2%;
  padding-left: 2%;
  font-size: .95em;

  font-family: "Garamond", "Big Caslon", "Times New Roman", serif;
  line-height:150%;

}


#footer
{
  clear: both;
  height: 50px;
  padding: .5em;
  color: #cacdd1;
  text-align: center;
  font-family:Rockwell; 
  font-size: 12px; 
}

h1{
  margin: 0;
  font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
}

h2 { 
  margin: 20px auto;
  text-align: center;
  font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif; 
  }   
  
 h3{
  padding: 0px;
  margin-bottom: .2em;
}
 h4{
  text-align: center;
}

  
.nav { 
/*color: #200000;
  color: #660033;
  color:#197519;*/
  color: fff;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  width: 70%;
  border-style:none;  
}  
a.nav:link {text-decoration: none;
   
  font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif; font-size: 150%; color: #fff;
  font-weight:bold;  
  padding: 2px;
}       
a.nav:visited {text-decoration:none; color:#fff;
    font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;  
    font-weight:bold; 
    font-size: 18px;
    padding: 2px;
}    

a.nav:hover {
  text-decoration: none; 
  color: #d11212;
  } 

.nav2 { color: #fff;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  border-style:none;
  padding: 20px;  
}
.nav3 { color: #fff;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  border-style:none;
  clear:both; 
}


a.nav2:link {text-decoration: none;
 
  font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif; font-size: 105%; color: #fff;
  font-weight:bold;  
  padding: 2px;
}       
a.nav2:visited {text-decoration:none; color:#fff;
    font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif; 
    font-weight:bold; 
    font-size: 105%;
    padding: 2px;
}    

a.nav2:hover {text-decoration: none; 
  color:#197519;
}     
 





