body {
	font-family: 'Noticia Text';
	color: #353434 !important;
	font-size: 1rem;
/*	background: url('../img/background_body.png') repeat left top transparent;*/
	background-color: #f8f8f8   !important;
}


.custom-home {
/*	background: url('../img/background_theme.png') no-repeat left top transparent;*/
}

h1 {
  font-size: 1.25em;
  letter-spacing: 2px;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  font-style: italic;
}

img.custom-header-img {
      width: 100%;   /*full viewport width */
	  max-width: 800px;
      padding: 1rem 0rem; /* spacing around text */
    }
	
.custom-container {
	margin-top: 50px;
}

h1.custom-header-h1 {
      background-image: url('../img/content_top_separ.png'); /* replace with your image */
      background-repeat: no-repeat;
      background-position: bottom left; /* bottom-centered */
      margin: 0;
      width: 100%;   /* full viewport width */
      padding: 1rem 0rem; /* spacing around text */
    }

ul.custom-menu li a {
  font-size: 1rem;
  color: #000000 !important;
  letter-spacing: 1px !important;
	
}

ul.custom-menu li a:hover {
  border-bottom: 2px solid #ccc; 
  padding-bottom: 4px;          
  display: inline-block; 
	
}

a {
  color: #454545 !important;
    text-decoration: none;
}

a:hover {
  color: #1c1c1c !important;
}

a.custom-menu-active {
  border-bottom: 2px solid #ccc; 
  padding-bottom: 4px;          
  display: inline-block; 
}


.custom-footer {
	background-color: #303030;
}

.custom-footer-bottom {
	background-color: #282828;
}

