

body {
	margin: 0px;
    padding:0px;
    font: 16px "Roboto Slab", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #9aa6af;
	text-rendering: optimizelegibility;
}


/*Clearing Floats*/
.cf:before, .cf:after{
    content:"";
    display:table;
}

.cf:after{
    clear:both;
}

.cf{
    zoom:1;
}    
/* Form wrapper styling */
.form-wrapper {
    width: 80%;
    padding: 40px;
    margin: 0px auto 0px auto;
    background: rgba(255, 255, 255, 0.6); 
    border-radius: 0px;
	
/*    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2); */
}

/* Form text input */

.form-wrapper input {
    width: 92%;
    height: 20px;
    padding: 10px 5px;
    float: left;   
    font: bold 15px 'Roboto Slab', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #fff;
    border-radius: 3px 0 0 3px;
	
}

.form-wrapper input:focus {
    outline: 0;
	color:#000;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
   color: #000;
   font-weight: normal;

}

.form-wrapper input:-moz-placeholder {
    color: #000;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #000;
    font-weight: normal;
    font-style: italic;
}   

/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: bold 15px/40px 'Roboto Slab', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #bf3f24;
    border-radius: 0 3px 3px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  

.form-wrapper button:hover{    
    background: #e54040;
}  

.form-wrapper button:active,
.form-wrapper button:focus{  
    background: #c42f2f;
    outline: 0;  
}

.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}

.form-wrapper button:hover:before{
    border-right-color: #e54040;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #c42f2f;
}     

.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}   

header {
  position: relative;
  background-color: #160d00; 
  overflow: hidden;
  min-width: 21.875em;
}

h1 {
	padding-left: .5em;
	color: #bf3f24;
	text-align: center;
}

header h1 {
  float: left;
  color: white;
}

#menu-toggle {
  display: block;
  float: right;
  color: white;
  text-decoration: none;
  padding: .75em;
  border: 1px grey solid;
  margin: 1em 1em 0 0;
}

ul {
  clear: left;
  list-style-type: none;
  color: white;
  padding-left: 0;
  margin-bottom: 0;
}

#toggled {
  display: none;
}

li {
  padding: 1em 0 1em 1.4em;
  border-top: 1px grey solid;
}

.fortpic { 
  background: url(main-fort.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 300px;
  width: 100%;
  padding-top: 10%;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #bf3f24;
}

.courtpic { 
  background: url(main-court.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 300px;
  width: 100%;
  padding-top: 10%;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #bf3f24;
}

.ghostpic { 
  background: url(main-ghost.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 300px;
  width: 100%;
  padding-top: 10%;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #bf3f24;
}

.trainpic { 
  background: url(main-train.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 300px;
  width: 100%;
  padding-top: 10%;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #bf3f24;
}

.markerpic { 
  background: url(main-marker.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 300px;
  width: 100%;
  padding-top: 10%;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #bf3f24;
}

.postpic { 
  background: url(main-post.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 300px;
  width: 100%;
  padding-top: 10%;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #bf3f24;
}

.historypic { 
  background: url(main-history.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 300px;
  width: 100%;
  padding-top: 10%;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #bf3f24;
}


.mainpic { 
  background: url(head.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 300px;
  width: 100%;
  padding-top: 10%;
  border-top: 1px solid #fff;
  border-bottom: 2px solid #bf3f24;
}

.vignette {  position: relative;}
.vignette img { display: block;
max-width: 100%;
         height: auto;
		 border-radius: 3px;
         -moz-border-radius: 3px;
         -khtml-border-radius: 3px;
         -webkit-border-radius: 3px;
		 
}
.vignette:after {
 -moz-box-shadow: inset 0 0 5em #000;  
 -webkit-box-shadow: inset 0 0 5em #000;   
 box-shadow: inset 0 0 5em #000;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
 content: "";
 border: 0px solid black;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -khtml-border-radius: 3px;
 -webkit-border-radius: 3px;
}

.imgg {
	position: relative;
    float:left;
    padding: 10px;
    margin: 0px 10px 0px 0px;
    border: solid;
    border-width: 1px;
    border-color: #CCC;
    text-align: center;
}


.imgf {
    width: 95%;
    padding: 20px;
    margin: 20px 10px 0px 0px;
    border: solid;
    border-width: 1px;
    border-color: #CCC;
    text-align: center;
}

.midpic { 
  background: url(midpic.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 600px;
  width: 100%;
}

.mainbodymain {
	margin: 0 auto 0 auto;
	width: 70%;
	padding-top: 0%;
	height:500px;
	line-height: normal;
}

.mainbody {
	margin: 0 auto 0 auto;
	width: 50%;
	padding-top: 0%;
	height:500px;
	line-height: normal;
	display: table;
}

.mainbodyb {
	margin: 0 auto 0 auto;
	width: 70%;
	padding-top: 0%;
	height:500px;
	line-height: normal;
	display: table;
}

.mainbodylinks {
	margin: 0 auto 0 auto;
	width: 70%;
	padding-top: 0%;
	height:450px;
	background-color:#bf3f24;
	line-height: normal;
}

.maintext {
	margin: 0 auto 0 auto;
	width: 80%;
	padding-top: 0%;
	line-height: normal;
}

.bodytwo { 
  margin: 0 auto 0 auto;
  width: 100%;
  padding-top: 0%;
  height:460px;
  background-color:#bf3f24;
  border-top: 0px solid #160d00;
  border-bottom: 0px solid #160d00;
}



.footer { 
  margin: 0 auto 0 auto;
  width: 100%;
  padding-top: 0%;
  height:460px;
  background-color:#160d00;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #bf3f24;
}

.footerbox { 
    width: 20%;
    height: auto;
    display: inline-block;
    float: left;
    margin: 0 2% 0 1%;
    padding: 1% 1%;
    position: relative;
    z-index: 9999;
}

.featuredboxmain { 
    width: 20%;
    height: auto;
    display: inline-block;
    float: left;
    margin: 0 2% 0 1%;
    padding: 1% 1%;
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 #bdbdbd;
    box-shadow: 0 0 5px 0 #bdbdbd;
    top: -35px;
    z-index: 9999;
    background-color: #ffffff;
}

.featuredbox { 
    width: 20%;
    height: auto;
    display: inline-block;
    float: left;
    margin: 0 2% 0 1%;
    padding: 1% 1%;
    position: relative;
    -webkit-box-shadow: 0 0 5px 0 #bdbdbd;
    box-shadow: 0 0 5px 0 #bdbdbd;
    top: 60px;
    z-index: 9999;
    background-color: #ffffff;
}

.rangerbadge { 
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    bottom: -35px;
    z-index: 9999;
	text-align:center;
}

.buttonbox { 
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    bottom: 0px;
    z-index: 9999;
	text-align:center;
}

.buttonbig {
    display: inline-block;
    position: relative;
    padding: 1em 1.5em 1.08333em 1.5em;
    background-color: #39b5b5;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
	border-radius: 4px;
}

.wrapper {
	height: 600px;


}

.linkbox { 
    width: 20%;
    height: auto;
    display: inline-block;
    float: left;
    margin: 0 2% 0 1%;
    padding: 1% 1% 0% 1%;
    position: relative;
    z-index: 9999;

}

.circleimg {

    width: 250px;
	height: 250px;
	border: 10px solid rgba(0, 0, 0, 0.3);
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: url(san-jacinto.jpg) no-repeat;
}
.featuretext {
    width: 100%;
	height: 250px;
	padding: 3%;
}

/* media queries */

@media screen and (min-width: 41.25em) {
  #menu-toggle {
    display: none;
  }
  nav {
    float: right;  
  }
  ul {
    display: block !important;
  }
  li {
    float: left;
    padding: 1em;
    border-top: none;
  }

}
.mainbody h2 {
	text-align: center;
	color:#bf3f24;
}

/* unvisited link */ .titlelink a:link { color:#bf3f24; text-decoration:none;}
/* visited link */ .titlelink a:visited { color:#bf3f24; text-decoration:none;}
/* mouse over link */ .titlelink a:hover { color:#F60; text-decoration:underline; }
/* selected link */ .ftitlelink a:active { color:#bf3f24; text-decoration:none;}

/* unvisited link */ .fancysm a:link { color:#fff; text-decoration:none;}
/* visited link */ .fancysm a:visited { color:#fff; text-decoration:none;}
/* mouse over link */ .fancysm a:hover { color:#F60; text-decoration:underline; }
/* selected link */ .fancysm a:active { color:#fff; text-decoration:none;}

.midpic h2 {
	text-align: center;
	color: #bf3f24;
}

.button {
    background-color: #bf3f24;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
	border-radius: 4px;
    cursor: pointer;
    
}

