@charset "UTF-8";
/* CSS Document */



/***************************/
.indexhead {
	margin-top: 1.5em;
	}

#headshot {
	margin-top: 1em;
	border-radius: 2px;
	 -moz-box-shadow: 3px 3px 5px 2px rgba(138,122,86,0.4);
     -webkit-box-shadow: 3px 3px 5px 2px rgba(138,122,86,0.4);
     box-shadow: 3px 3px 5px 2px rgba(138,122,86,0.4);
	}
.indexhead h3 {
	font-family: "PT Serif", Helvetica, Arial, sans-serif;
	font-size: 25pt;
	color: #663300;
	text-align: center;
	text-shadow: 1px 1px rgba(77,51,25,0.3);
	}

.indexhead h4 {
	font-family: "PT Serif", Helvetica, Arial, sans-serif;
	font-size: 20pt;
	color: #663300;
	text-align: center;
	text-shadow: 1px 1px rgba(77,51,25,0.3);
	}

.indexhead #headBreak{
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	font-size: 17pt;
	color:#663300;
	text-align: center;
	text-shadow: 1px 1px rgba(77,51,25,0.2);
	margin-top: 0.6em;
	}

.indexText{
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	font-size: 14pt;
	margin-top: 1.5em;	
	line-height: 1.5;
	color: #664400; 
	text-align: center;
	}

.indexText a,
.indexText a:link, 
.indexText a:visited {
	color: #700000; 
	text-decoration: underline;		
	}

.indexText a:hover,
.indexText a:focus{
	color: #B37700; 
    text-decoration: none;	
    }	
	
#indexText a,
#indexText a:link, 
#indexText a:visited {
	color: #700000; 
	text-decoration: underline;		
	}

#indexText a:hover,
#indexText a:focus{
	color: #B37700; 
    text-decoration: none;	
    }
	

.indexTextSub {
	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	font-size: 12pt;
	margin-top: 0.3em;
	line-height: 1.5;
	color: #664400; 
	text-align: center;	
	}

#indexTextSub a,
#indexTextSub a:link, 
#indexTextSub a:visited {
	color: #700000; 
	text-decoration: underline;		
	}

#indexTextSub a:hover,
#indexTextSub a:focus{
	color: #B37700; 
    text-decoration: none;	
    }


/***************************/

.btn-custom {

	font-family: "Droid Sans", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	letter-spacing: 0.3em;
	margin: 0.5em;
	border-top-color: #D2CEC6;
	border-bottom-color: #4D3319;
	 -moz-box-shadow: 3px 3px 5px 2px rgba(138,122,86,0.4);
     -webkit-box-shadow: 3px 3px 5px 2px rgba(138,122,86,0.4);
     box-shadow: 3px 3px 5px 2px rgba(138,122,86,0.4);

  background: #D2CEC6;
  background-image: -webkit-linear-gradient(top, rgba(179,119,0,0.5), rgba(77,51,25,0.9));
  background-image: -moz-linear-gradient(top, rgba(179,119,0,0.5), rgba(77,51,25,0.9));
  background-image: -ms-linear-gradient(top,rgba(179,119,0,0.5), rgba(77,51,25,0.9));
  background-image: -o-linear-gradient(top, rgba(179,119,0,0.5),  rgba(77,51,25,0.9));
  background-image: linear-gradient(to bottom, rgba(179,119,0,0.5),  rgba(77,51,25,0.9));
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  color: #FFF;
  padding: 10px 15px 10px 15px;
  text-decoration: none;

}

 
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .open {
  background:#B37700;
  background-image: -webkit-linear-gradient(top, #D2CEC6, #87795d);
  background-image: -moz-linear-gradient(top, #D2CEC6, #87795d);
  background-image: -ms-linear-gradient(top, #D2CEC6, #87795d);
  background-image: -o-linear-gradient(top, #D2CEC6, #87795d);
  background-image: linear-gradient(to bottom, #D2CEC6, #87795d);
  text-decoration: none;
  color: #4D3319;
  }

.indexBtn .btn-custom{
	margin-top: 0.5em;
	}


/***************************/
	/*smallest devices (phones less than 768px)*/
	
@media (max-width: 767px) {

.indexhead {
	margin-top: 0em;
	}

.indexhead h3 {
	font-size: 27pt;
	}

.indexhead h4 {
	font-size: 16pt;	
	}

.indexText{
	font-size: 12pt;
	margin-top: 0.6em;
	}


#indexTextSub {
	font-size: 11pt;
	}


#indexTextSub a,
#indexTextSub a:link, 
#indexTextSub a:visited {
	color: #700000; 
	text-decoration: underline;		
	}

#indexTextSub a:hover,
#indexTextSub a:focus{
	color: #B37700; 
    text-decoration: none;	
    }


	
.btn-custom {	
	font-size: 11pt;
	padding: 3px 2px 3px 2px;
	letter-spacing: 0.4em;
    text-decoration: none !important;
	}
	
.indexBtn .btn-custom {
	width:65%;
	}	
	
}	
	