@charset "utf-8";
/* CSS Document */
.navbar-custom {
    color: whitesmoke;
    background-color: #07000d;
    outline-color: #07000d;
    font-size: 1.2em
}

.navbar-brand {
    font-size: 1.2em;
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}

a:link {
	color: #3775A4; 
	background-color:transparent; 
	text-decoration:none
}

a:visited {
	color: #3775A4; 
	background-color:transparent; 
	text-decoration:none
}

a:hover, a:active, a:focus {
	color: #2A1FFF; 
	background-color:transparent; 
	text-decoration:none
}

/*Add multiple link styles on the same page*/

/*a:class1:link {
	color: #3775A4; 
	background-color:transparent; 
	text-decoration:none
}

a:class1:visited {
	color: #3775A4; 
	background-color:transparent; 
	text-decoration:none
}

a:class1:hover, a:class1:active, a:class1:focus {
	color: #2A1FFF; 
	background-color:transparent; 
	text-decoration:none
}*/

p {font-family: Palintino, serif;
    color:whitesmoke
} 

ul { font-family: Arial, Helvetica, sans-serif; color: whitesmoke;
    font-size: 12;  
}

h1 {
  font-family: Georgia, serif;       
}  

h2 {
   font-family: Georgia, serif;      
}
   
h3 { font-family: Arial, Helvetica, sans-serif; color: #1a1a1a;
     font-size: 1.4em;   
}

h4 { font-family: Arial, Helvetica, sans-serif; color:whitesmoke;
     font-size: 2em;
}

#home {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, "Arial Narrow", sans-serif;
	font-size: 14px;
	background-color: whitesmoke;
	background-image: url(../images/Swordfern_gris.jpg);
    background-attachment: fixed;
	background-repeat: repeat-x;  
}
    
#homepara1 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 20px;
    font-style:italic;
    color:black
    }
#homepara2 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    font-size: 20px;
    font-style:italic;
    color:black
    
    }
#homepara3 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: right;
    font-size: 20px;
    font-style:italic;
    color:black   
    }


#abiescol {
    margin-top: 140px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 50px;
    text-align: center;
    opacity: 0.9;
    font-size:20px
}


#homecol2 {
    margin-top: 40px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
    color: navajowhite;
    font-size:20px
}

#homecol3 {
    margin-top: 140px;
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 20px;
    text-align: center;
    font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
    color: #5a2d0c;
    opacity: 0.9;
    font-size:20px;
}

#list {
    margin-top: 60px;
    margin-right: 0px;
    margin-left: 10px;
    text-align: left;
    color: #5a2d0c;
    font-size:16px
}


#masthead {
	background-color:#07000d;
    height: 24px;
}

#footer {
    position: fixed;
}

#LeftFooter {font-size:1.2em; background-color: #07000d;}
#CenterFooter {font-size:1.2em; background-color: #07000d;}
#RightFooter {font-size:1.2em; background-color: #07000d;}

.spacer {
    margin-top: 140px; /* define margin as you see fit */
}

.firstLetter{
  float       : left;
  font-size   : 3.26em;
  line-height : 0.5;
  margin      : 0.205em 0.153em 0 0;
}

.firstLetter + span{
  margin-left : -0.5em;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
}


