body { 
   color: #333; 
   font-size: 15px;
   line-height: 1.6;
   font-family: 'Raleway', sans-serif;
}


h1, h2, h3, h4, h5, h6 {
font-family: 'Raleway', sans-serif;
  color: #585f69;    
  margin-top: 5px;
  text-shadow: none; 
  font-weight: 400; 
} 

/*
h1, h2, h3 {
  font-family: 'Raleway', sans-serif;
} 

h4, h5, h6 {
  font-family: 'Amatic SC', cursive;
}
*/


h4, h5 {
 font-size: 44px;
 font-weight: 700;
} 



p, 
li,
li a { 
   color: #555;
}

a {
   color: #72c02c;
   text-decoration: none;  
}

a,
a:focus, 
a:hover, 
a:active {
   outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
   color: #72c02c;
   text-decoration: underline;
}

/*
.header .navbar-default .navbar-nav > li > a {
   font-family: 'Amatic SC', cursive;
   font-weight: 700;
   font-size: 24px;
}
*/


.color-green {
}

.color-orange {
color: ff6600;
}

.small {
	
}
