body {
    font-family: 'Arimo', sans-serif;
	margin: 0;
	background: url("../images/website-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #fff;
    font-size: 1em;
    line-height: 1.5;
    color: #635f5f;
}
.topBar {
	font-family: 'Hind', sans-serif;
	font-weight: 500;
	background: #81a7ea;
	padding: 10px;
}
.topNavLinks {
	float: none;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: .975em;
	margin-bottom: 15px;
}
@media only screen and (min-width: 1040px) {
	.topNavLinks {
		float: left;
		margin-bottom: 0px;
	}
}
.topNavLinks a  {
  color : #fff;
  text-decoration: none;
  padding: 0px 6px;
}
@media only screen and (min-width: 481px) {
	.topNavLinks a  {
	  padding: 0px 8px;
	}
}
@media only screen and (min-width: 1040px) {
	.topNavLinks a  {
	  padding: 0px 10px;
	}
}
@media only screen and (min-width: 1350px) {
	.topNavLinks a  {
	  padding: 0px 15px;
	}
}
.topNavLinks a:visited {
  color : #fff;
}
.topNavLinks a:hover {
  color : #ECF3FE;
}
/*1.2.2 social media icons */
.topSocial {
	float: none;
	text-align: center;
	padding: 5px 10px;
}
@media only screen and (min-width: 1040px) {
	.topSocial {
		padding: 0 5px;
		float: right;
		text-align: left;
	}
}
@media only screen and (min-width: 1426px) {
	.topSocial {
		
	}	
}
.topSocial img {
  width: 19px;
}
.topSocial a {
  padding: 10px 5px;
}
@media only screen and (min-width: 325px) {
	.topSocial img {
	  width: auto;
	}
}
@media only screen and (min-width: 897px) {
	.topSocial a  {
	padding: 5px;
	}
}
/* social media icons */
.facebook {
	background-image: url(/images/icon-facebook.png);
	background-repeat: no-repeat;
	background-position: center;
}
.facebook:hover {
	background-image: url(/images/icon-facebook-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.twitter {
	background-image: url(/images/icon-twitter.png);
	background-repeat: no-repeat;
	background-position: center;
}
.twitter:hover {
	background-image: url(/images/icon-twitter-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pinterest {
	background-image: url(/images/icon-pinterest.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pinterest:hover {
	background-image: url(/images/icon-pinterest-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.maillist {
	background-image: url(/images/icon-maillist.png);
	background-repeat: no-repeat;
	background-position: center;
}
.maillist:hover {
	background-image: url(/images/icon-maillist-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.instagram {
	background-image: url(/images/icon-instagram.png);
	background-repeat: no-repeat;
	background-position: center;
}
.instagram:hover {
	background-image: url(/images/icon-instagram-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.bookbub {
	background-image: url(/images/icon-bookbub.png);
	background-repeat: no-repeat;
	background-position: center;
}
.bookbub:hover {
	background-image: url(/images/icon-bookbub-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.goodreads {
	background-image: url(/images/icon-goodreads.png);
	background-repeat: no-repeat;
	background-position: center;
}
.goodreads:hover {
	background-image: url(/images/icon-goodreads-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.amazon {
	background-image: url(/images/icon-amazon.png);
	background-repeat: no-repeat;
	background-position: center;
}
.amazon:hover {
	background-image: url(/images/icon-amazon-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
.tiktok {
	background-image: url(/images/icon-tiktok.png);
	background-repeat: no-repeat;
	background-position: center;
}
.tiktok:hover {
	background-image: url(/images/icon-tiktok-over.png);
	background-repeat: no-repeat;
	background-position: center;
}
/*1.1 Main Grid */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94%;
	clear: none;
	float: none;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
	.gridContainer {
		width: 90.675%;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
	.gridContainer {
		width: 88.5%;
		max-width: 1232px;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
	}
}
/* Mobile Layout: 480px and below. All others inherit unless overridden */ 
header {
	width: 100%;
}
.small-header {
	display: block;
	background-image: url("../images/header-small.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 85px;
}
.small-header p {
	margin: 0;
}
@media only screen and (min-width: 341px) {
	.small-header {
		height: 100px;
	}	
}
@media only screen and (min-width: 391px) {
	.small-header {
		height: 115px;
	}	
}
@media only screen and (min-width: 451px) {
	.small-header {
		height: 125px;
	}	
}
@media only screen and (min-width: 481px) {
	.small-header {
		height: 135px;
	}	
}
@media only screen and (min-width: 521px) {
	.small-header {
		height: 150px;
	}	
}
@media only screen and (min-width: 561px) {
	.small-header {
		height: 160px;
	}	
}
@media only screen and (min-width: 571px) {
	.small-header {
		height: 165px;
	}	
}
@media only screen and (min-width: 581px) {
	.small-header {
		display: none;
	}
}
.medium-header {
    display: none;
}
.medium-header p {
	margin: 0;
}
@media only screen and (min-width: 581px) {
	.medium-header {
		display: block;
		background-image: url("../images/header-medium.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		height: 150px;
	}
}
@media only screen and (min-width: 697px) {
	.medium-header {
		height: 200px;
	}
}
@media only screen and (min-width: 897px) {
	.medium-header {
		display: none;
	}
}
.large-header {
    display: none;
}
@media only screen and (min-width: 897px) {
	.large-header {
		display: block;
		background-image: url("../images/header-large.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top center;
		height: 250px;
	}
	.large-header p {
		margin: 0;
	}
}
@media only screen and (min-width: 1125px) {
	.large-header {
		height: 300px;
	}		
}
@media only screen and (min-width: 1325px) {
	.large-header {
		height: 350px;
	}		
}
.main-content {
    padding: 1% 5%;
    background-color: #fff;
}
@media only screen and (min-width: 481px) {
	.main-content {
		padding: 1% 5%;
	}
}
@media only screen and (min-width: 897px) {
	.main-content {
		padding: 3% 5%;
	}
}
.main-footer {
    padding: 1% 5%;
    background-color: #dfd8d7;
    font-size: 65%;
    color: #635f5f;
    line-height: 145%;
    text-align: center;
    text-transform: uppercase;
}
/* 1.6 Columns */ 
.col2thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdleft {
		float: left;
		width: 62%;	
	}
}
.col1thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdright {
		float: right;
		width: 30%;	
	}
}
.col2thirdright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col2thirdright {
		float: right;
		width: 62%;	
	}
}
.col1thirdleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 897px) {
	.col1thirdleft {
		float: left;
		width: 30%;	
	}
}
.col1third {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 40px auto;
}
@media only screen and (min-width: 897px) {
	.col1third {
		float: left;
		width: 31%;
		padding: 0 1.1666666666666667%;
		margin: 10px auto;
	}	
}
.col1half {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 655px) {
	.col1half {
		float: left;
		width: 45%;
		padding: 0 2.5%;
	}
}
.col1halfright {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 655px) {
	.col1halfright {
		float: right;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.col1halfleft {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: auto;
}
@media only screen and (min-width: 655px) {
	.col1halfleft {
		float: left;
		width: 45%;
		padding: 0 2.5% 0 0;
	}
}
.col1fourth {
	float: none;
	width: 98%;
	padding: 0 1%;
	margin: 10px auto 30px auto;
}
@media only screen and (min-width: 941px) {
	.col1fourth {
		float: left;
		width: 22%;
		padding: 0 1.5%;
	}	
}
/*2.0 General Elements and Styles */
.clearDiv {
	clear:both;
}
hr {
    height: .5em;
    border: 2px solid #f4f3f2;
    background: #f4f3f2;
    margin: 3em 0;
}
.verticalPad {
	padding-top: 10px;
	padding-bottom: 10px;
}
.horizontalPad {
	padding-right: 10px;
	padding-left: 10px;
}
.verticalMargin {
	margin-top: 10px;
	margin-bottom: 10px;
}
.horizontalMargin {
	margin-right: 10px;
	margin-left: 10px;
}
/*2.1 Highlight boxes */
.highlight-content {
    padding: 1% 5%;
    background-color: #d8d4d4;
}
@media only screen and (min-width: 481px) {
	.highlight-content {
		padding: 1% 5%;
	}
}
@media only screen and (min-width: 897px) {
	.highlight-content {
		margin-top: 0px;
	}
}
/*a colored box without rounded corners */
.colorBox {
    margin: 20px auto;
    background: #fdfbfa;
    padding: 1% 2%;
    border: 2px #dfd8d7 solid;
}
@media only screen and (min-width: 625px) {
	.colorBox {
		padding: 1% 4%;
	}	
}
.colorBoxSide {
    margin: 20px auto;
    background: #fdfbfa;
    padding: 1% 2% 2% 2%;
    border: 2px #dfd8d7 solid;
}
@media only screen and (min-width: 625px) {
	.colorBoxSide {
		padding: 1% 8% 5% 8%;
	}	
}
/*Highlight Box with rounded corners centered */
.colorBoxRound {
    width: 90%;
    margin: 20px auto;
    background: #fdfbfa;
    padding: 2% 8%;
    border: 2px #dfd8d7 solid;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
@media only screen and (min-width: 625px) {
	.colorBoxRound{
		padding: 25px 15px 25px 45px;
	}
}
/* 2.2 Headers */ 
h1, h2, h3, h4, h5, h6 {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 500;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.75em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	margin: .5em 0 .75em 0;
	clear: both;
}
h1 {
	font-size: 1.25em;
	color: #81a7ea;
	text-transform: uppercase;
}
h2 {
	font-size: 1.2em;
	color:  #f85865;
	text-transform: capitalize;
}
h3 {
     font-size: 1.15em;
     color: #635f5f;
}
h4 {
	font-size: 1.1em;
	color: #635f5f;
}
h5 {
    font-size: 1.05em;
    color :  #f85865;
}
h6 {
    font-size: 1em;
    color : #81a7ea;
}
@media only screen and (min-width: 897px) {
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.45em;
	}
	h3 {
		 font-size: 1.3em;
	}
	h4 {
		font-size: 1.25em;
	}
	h5 {
		font-size: 1.2em;
	}
	h6 {
		font-size: 1.15em;
	}
}
/* 2.3 Link Colors */ 
a  {
  color : #81a7ea;
}
a:visited {
  color : #81a7ea;
}
a:hover {
  color : #f85865;
}
a.copyright  {
  color : #635f5f;
}
a.copyright:visited {
  color : #635f5f;
}
a.copyright:hover {
  color : #f85865;
}
/* 2.4 Buttons */ 
button, .button {
	padding: 8px 10px;
     -moz-border-radius: 4px;
    border-radius: 4px;
	font-size: 1em;
    text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	color: #fff;
	border: none;
}
.blueButton {
    background:#81a7ea;
	color: #fff;
}
.pinkButton {
    background:#f85865;
	color: #fff;
}
.buttonVmargin {
	margin-top: 20px;
	margin-bottom: 20px;
}
.buttonHmargin {
	margin-left: 20px;
	margin-right: 20px;
}
button:hover, .button:hover {
	background:#635f5f;
}
.linkButton  {
	display: inline-block;
	padding: 8px 10px;
     -moz-border-radius: 4px;
    border-radius: 4px;
	font-size: 1em;
    text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.linkButton:hover  {
	background:#635f5f;
}
.linkButton a  {
	color: #fff;
	text-decoration: none;
}
.blueLink  {
	background: #81a7ea;
}
.pinkLink  {
	background: #f85865;
}
/* 2.5 Colors and text */ 
.darkGrey {
	color: #635f5f;
}
.pink {
	color:#f85865;
}
.centerText {
	text-align: center;
}
/*2.6 Images */
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.imgHPad {
	border: none;
	padding: 0 10px;
}
.imgVPad {
	border: none;
	padding: 10px 0;
}
.imgBPad {
	border: none;
	padding: 10px;
}
.imgHMPad {
	border: none;
	margin: 0 10px;
}
.imgVMPad {
	border: none;
	margin: 10px 0;
}
.imgBMPad {
	border: none;
	margin: 10px;
}
.imgShadow {
    background: #fff;
    padding: 10px;
    -moz-box-shadow: 0 0 15px #ccc;
    -webkit-box-shadow: 0 0 15px #ccc;
    box-shadow: 0 0 15px #ccc;
}
.imgRight {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 625px) {
	.imgRight {
		float: right;
		margin: 5px 0 25px 25px;
	}	
}
.imgLeft {
	float: none;
	margin: 15px auto;
}
@media only screen and (min-width: 625px) {
	.imgLeft  {
		float: right;
		margin: 5px 25px 25px  0;
	}	
}
.PaddingTop5 {
    padding-top: 5%;
}
/*6.3 Books and Reviews*/
.bookCover {
    float: none;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 1px 1px 3px 1px #b5b4b4;
    -moz-box-shadow: 1px 1px 3px 1px #b5b4b4;
	box-shadow: 1px 1px 3px 1px #b5b4b4;
	max-width: 250px;
	margin: 0 auto;
}
@media only screen and (min-width: 941px) {
	.bookCover {
		margin: 0;
	}	
}
.buyBox {
	margin:25px 0;
	background: #fdfbfa;
	padding: 10px;
}
.buyBox img {
	padding: 5px 10px;
}
.reviewtitle {
	color: #81a7ea;
	font-size: 1.2em;
}
.reviewcredit {
    color: #f85865;
    padding: 0 0 20px 25px;
    font-weight: bold;
    border-bottom: 2px solid #f4f3f2;
}
p.reviewcredit::before { 
  content: "~ ";
}
/* Horizontal Accordian Tabs */
.r-tabs {
	position: relative;
	background-color: #fff;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	text-decoration: none;
    padding: 5px 10px;
	font-size: 1em;
    background: #f85865;
	color: #fff;
    margin: 0 5px;
    border-radius: 5px;
}
.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
    background: #81a7ea;
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #f85865;
	font-size: 1.25em;
	text-shadow: none;
	background: none;
}
.r-tabs .r-tabs-panel {
	padding: 5px 0;
    margin-top: 10px 0;
    border-top: 5px solid #f2f2f2;
}
@media only screen and (min-width: 897px) {
	.r-tabs .r-tabs-panel {
		margin-top: 20px;
	}		
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    padding: 15px 0;
}
@media only screen and (max-width: 768px) {
	.r-tabs .r-tabs-accordion-title {
		margin-top: 25px;
	}
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 5px 10px;
    font-size: 1em;
    background: #81a7ea;
    color: #fff;
    margin: 0 5px;
    border-radius: 5px;
	text-decoration: none;
	text-align: center;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
    color: #81a7ea;
    font-size: 1.25em;
	text-shadow: none;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
/*Countdown Clock*/
#clock {
	font-size: 1.25em;
	color:  #81a7ea;
	text-align: center;
}
@media only screen and (min-width: 1040px) {
	#clock {
		font-size: 1.5em;
	}
}
#clock span {
	font-size: 1.65em;
	color:  #f85865;
}
h1.countdown {
	font-size: 1.45em;
	text-align: center;
}
@media only screen and (min-width: 1040px) {
	h1.countdown {
		font-size: 1.55em;
		text-align: left;
	}		
}
.countdownHeader a, .countdownHeader a:visited {
	text-decoration: none;
	color: #635f5f;
}
.countdownHeader a:hover {
	color: #f85865;
}