/* Enter Your Custom CSS Here */

/* to show image background*/
#wrap, .site-main {
  background: transparent !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}
/* word(S) at bottom of page */
footer {
  display: none;
}

/* line under article */
.hentry {
  border-bottom: 0;
}

/* no bottom widgets */
#site-footer .widget {
display: none;
}

/* line under article 
.site-info { display: none; }
*/

/* all rtext */
nav#site-navigation ul a {
  font-family: sans-serif;
}

/* Main NAV bar */
.main-navigation ul li a {
    font-size: 15px;
    height: 20px;
    font-family: sans-serif;
}

.site-logo {
	min-height: 70px;
	padding: 0px 0px;
	float: left;
	line-height: normal;
}

/*  */
.site-content .site-navigation {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 0 1.5em;
	overflow: hidden;
  background-color: #ddd
}

/* link text colour */
a, a:visited {
    color: 
#333;
}

/* main text colour */
body,
button,
input,
select,
textarea {
	color: #111;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-size: 1.4rem;
	line-height: 1.9;
}

/* white space above header image */
.social-media {
  display: none;
}

/* sidebar text colour */

#secondary li a{
    color: 
    #000;
}
#secondary li, #tertiary li{
    color: 
    #555;
}
