/* Enter Your Custom CSS Here */
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
  	color:black;
}
.entry-title a, .entry-title a:visited {
    color:black;
  	font-style: normal;
    text-decoration: none;
}
.widget-title {
    font-style: normal;
    font-size: 1.25em;
    width: 100%;
   	text-align: center;
 
}
.widget a {
    transition: 0.3s;
    text-decoration: none;
  	text-align: center;
  	color: #db1313;
}
p {
    margin-bottom: 1.5em;
  	color:black;
  	font-weight: bold;
  	
}
/* -------------------------------------------------------------------------------------- */
.main-navigation {
    clear: both;
    display: block;
    margin: 2.25em auto 4.5em;
    padding: 0.75em 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
}
.main-navigation a {
    border: 0;
    color: black;
    display: block;
    margin: 0;
    padding-top: .75em;
    padding-bottom: .75em;
    text-decoration: none;
    transition: 0.3s;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {
    color: #db1313;
}
.main-navigation a:visited {
    color: black;
}
/* -------------------------------------------------------------------------------------- */
a.more-link{
  color: black;
  }
.entry-title {
    font-size: 1.953em;
  	font-family: Arial;
    font-style: normal;
}
.widget ul li {
    text-align: center;
}

.site {
    margin: 3em auto;
    padding: 3em 2em;
    width: 100%;
}
