/* Enter Your Custom CSS Here */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	padding: 0;
      color: #04304b;
}

h1::before {
  content: "/ ";
  font-weight: 900;
color: #ee3e41;
}

.intro {
	font-weight: 700;
  	font-size: 18px;
	line-height: 1.5;
}

.sidebar .widget-title, .sidebar .widget-title a {
font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	padding: 0;
      color: #04304b;
}

.sidebar a {
    color: #04304b;
}

.widget-title::before {
  content: "/ ";
  font-weight: 900;
color: #ee3e41;
}

h2::before {
  content: "/ ";
  font-weight: 900;
color: #ee3e41;
}

body {
	background: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.genesis-nav-menu.responsive-menu li a, .genesis-nav-menu.responsive-menu li a:hover {
    color: #04304b;
}

.sidebar .widget {
    border-bottom: 2px solid #e5eaed;
    padding: 40px;
}

.site-title {
	font-family: 'Roboto', serif;
}

.site-header {
    background: #e5eaed;
    color: #04304b;
    padding: 40px 0 200px;
    overflow: hidden;
    text-transform: capitalize;
}

.site-footer {
    background: #04304b;
    background-size: 10px 10px;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-top: -160px;
    padding: 220px 0 60px;
    text-align: center;
    text-transform: capitalize;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
}

.site-header .widget-area a {
	color: #04304b;
      text-transform: capitalize;
}

.site-header .widget-area a:hover {
	color: #04304b;
}

.after-entry {
	background: #fff;
	color: #c3bbad;
	padding: 40px;
	text-align: center;
}

.content {
	background: #fff;
	background-size: 10px 10px;
	float: right;
	padding: 0;
}

.widget-title {
    font-family: 'Roboto', serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 24px;
}

.site-inner {
	background: rgba( 0, 0, 0, 0.7 );
  background-color: #fff;
	clear: both;
	margin: -160px auto 0;
	max-width: 1140px;
	padding: 10px;
	position: relative;
	z-index: 9;
}

.site-inner .wrap {
    background: #f7f8f9;
    background-size: 10px 10px;
    width: 100%;
}

.responsive-menu-icon::before {
    color: #04304b;
}

.entry-title {
    color: #04304b;
    font-size: 48px;
    line-height: 1;
    padding: 40px 40px 0;
  margin-bottom: 40px;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a {
    color: #fff;
}

.headerhome h1 {
  color: #fff;
  font-weight: 500;
}

.headerhome a {
  color: #ee3e41;
  border-bottom: 2px solid #ee3e41;
}

@media only screen and (max-width: 1023px) {

.genesis-nav-menu {
		padding-top: 50px;
	}
}