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

#app_link {
	background-color: #D81B60;
}

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

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: #D81B60;
}

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 #D81B60;
}
h2 span:after {
position: absolute;
content: '';
bottom: -3px;
left: 10px;
width: 100%;
border-bottom: solid 3px #D81B60;
}
