<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: sara_2018
Theme URI: http://authorsarajohnson.com/
Description: Custom Author Theme for Sara Johnson
Author: Spark Creative Partners
Author URI: http://sparkcreativepartners.com/
Version: 1.0
*/
@import url("css/books.css");
@import url("css/grid.css");
@import url("css/links.css");
@import url("css/misc.css");
@import url("css/text.css");
@import url("css/nav.css");
@import url('https://fonts.googleapis.com/css?family=Lato|Libre+Baskerville');
/*---------BASICS----------*/
body {
	background-size: cover;
	color: #3a3a3a;
	font-family: "Libre Baskerville";
	margin:0;
	padding:0;
	overflow-x:hidden; 
}
.banner {
	top: 0;
	width: 100%;
	margin:0;
	z-index: 2;
	position: absolute;
	transition: background 0.5s linear;
}
.bannerimg {
	width: 100%;
	height: auto;
	position: absolute;
	top:0;
	left: 0;
}
.hide {
	display: none;
}
#menuname_img {
	width: 20%;
	max-width: 200px !important;
	margin-top: -20px;
	margin-bottom: -50px;
}

.social {
	text-align: right;
	background: rgba(0,0,0,.5);
	padding: 2px 0 2px 0;
	z-index: 10;
	display: block;
  	position: relative;
}
.social img {
	margin: 0 5px 0 5px 0;
	max-width: 30px;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.social img:hover {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.content_wrapper {
	margin: 0px auto 0px auto;
	width: 90%;
	max-width: 1200px;
	z-index: 1;
}

.content {
	background-color: #d7d0c6;
	margin: 0 0 0 0;
	padding: 15% 5%;
	height: 100%;
}
.sidebar {
	margin: 0 0 0 0;
	padding: 15% 5% 0 5%;
	height: 100%;
	background-color: #58a39c;
}
.sidebar h2 {
	text-align: center;
}
.sidebar a:hover {
	color: #FFFFFF;
}
.box {
	margin: 10px;
	padding: 10px;
	border-bottom: 1px solid #025850;
}
.top {
	bottom: 100px;
	right: 100px;
	width: 5%;
	position: fixed;
	z-index: 1000;
}
.footer_top {
	background: #000000;
	text-align: center;
	display: block;
  	position: relative;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	z-index: 999;
}
.footer_top img {
	margin: 0 0 -20px 0;
		z-index: 999;
}
.footer {
	background: url('images/footer_bkgrnd.jpg') top center no-repeat;
	background-size: cover;
}
.footerblock {
	color: #FFFFFF;
	background: rgba(88,163,156, .6);
	margin: 20px;
	padding: 10px;
	border-radius: .5em;
}
.footerblock h2 {
	text-align: center;
	color: #FFFFFF;
	
	
}
.footerblock a:hover {
	color: #FFFFFF;
}
.copyright {
	text-align: center;
	padding: 0;
	font-size: 13px;
	clear: both;
	background-color: #025850;
	color: #FFFFFF;
}
.copyright a {
	color: #FFFFFF;
}
.copyright a:hover {
	color: #58a39c;
}

.wrapper {
	margin: 0px auto 0px auto;
	width: 90%;
	max-width: 1200px;
}
@media only screen and (max-width: 480px) {
	.wrapper {
		max-width: none;
		width: 98%;	
	}
	.content {
		max-width: none;
		width: 98%;	
	}
	
}
@media only screen and (max-width: 900px) {
	#menuname_li {
		display: none;
	}
	#menuname_img {
		display: none;
	}

}
</pre></body></html>