
/* # SPLASH
-------------------------------------*/
#splash {
  background-color: #333;
  background-image: linear-gradient( rgba(0,0,0,.55), rgba(0,0,0,.55) ), url(../images/top_bg.jpg);
  padding: 10px 0 0 0; 
  }
  
.fact_box span
{
	font-family: Roboto Slab; 
	font-weight: bold; 
	color: #FFCCBC;
}

#app_link {
	background-color: #795548;
}

a:HOVER { color: #795548; }
.icon, #content .section-title span em {
  background-color: #795548; }
  
  
#content section:nth-child(even) {
	background-image: url("../images/top_base.png");
}
      
      
section {
  background-color: #FFF8E2; 
}


h2 span {
position: relative;
padding-left: 40px;
padding-right: 40px;
display:inline-block;
}

h2 span:first-letter {
margin-right: .1em;
font-size: 1.5em;
color: #795548;
}

h2 span:before {
position: absolute;
content: '';
bottom: -3px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px #795548;
}
h2 span:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px #795548;
}
