/*all pages*/
*{
	box-sizing: border-box;
}

/*header area*/
header, header :link, header :visited {
	text-decoration: none;
	color: #4d4d4d;
  font-family: 'Shalimar', cursive;
	display: flex;
  flex-flow: row nowrap;
  list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
  justify-content: space-between;
	height: 100px;
	line-height: 50px;
}

.logo{
	display: inline-block;
}

header a:hover {
	color: #344873;
}
/*end of header area*/
/*navigation links*/
nav {
	font-weight: bold;
	font-size: 110%;
	font-family:'Georgia';
	padding: 0;
  text-decoration: none;
}

.current{
	text-decoration: underline;
	text-decoration-style: wavy;
}
nav a {
	text-decoration: none;
}

nav li{
	border-bottom: none;
  padding-right: 2em;
}

nav ul{
  display: flex;
  flex-flow: row nowrap;
  list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
  justify-content: center;
}

nav li{
	color: #5C7FA3;
}

nav :link{
	color: #5C7FA3;
}

nav :visited{
	color: #5C7FA3;
}

nav a:hover{
	color: #344873;
}
/*end of navigation links*/
/*body and main areas*/
.page-title{
	text-align:center;
}

body{
  background-color: #cce6ff;
}

main{
	font-family:'Georgia';
	color: #4d4d4d;
}
/*end of body and main areas*/

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: none;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #5C7FA3;
	padding-top: 7px;
	padding-bottom:7px;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
	color: #344873
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/*end of dropdown content*/

@media all and (min-width: 651px;){
	header, header :link, header :visited {
		text-decoration: none;
		color: #4d4d4d;
	  font-family: 'Shalimar', cursive;
		display: flex;
	  flex-flow: row nowrap;
	  list-style-type: none;
		margin: 0;
		font-size: 1.2em;
	  justify-content: center;
		height: 100px;
		line-height: 50px;
	}
	header .quote{
		float: center;
		padding-left: 6em;
		padding-right: 5em;
	}
}

@media all and (max-width: 650px){
	nav li{
		text-align: center;
	}
	nav ul{
		display: block;
	}
	header .quote{
		font-size: 30px;
	}
	.dropdown-content a {
	  text-align: center;
		margin-left: 180px;
		margin-right: auto;
	}
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

#footer {
  position: absolute;
	text-align:center;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
}

.updates{
	display: flex;
	flex-flow: row nowrap;
	list-style-type: none;
	justify-content: center;
}
/*end of all pages*/

/*index page*/
video, iframe{
	display: block;
	margin: 0 auto;
}
/*end of index page*/

/*contact page*/
.contact{
	margin-top:50px;
}

.contact h3, p{
	text-align: center;
}

input{
	height: 30px;
}

textarea{
	height:100px;
}

input, textarea {
	margin-bottom: .5em;
}

form{
		padding-right:2em;
		width: 750px;
		display: grid;
		grid-gap: 1em;
		grid-template-rows: auto;
		grid-template-columns: 6em 1fr;
	  margin: auto;
	}
input[type="submit"]{
		text-align: center;
		width: 8em;
		font-weight: bold;
		font-size:15px;
		justify-content:center;
}
/*end of contact page*/
/*social media links*/
.social h2, .social-2 h2{
	padding-left:20px;
	text-align: center;
}

.social, .social-2{
	width:100%;
	text-align: center;
	padding-right: 25px;
}

.social{
	margin-top: auto;
	margin-bottom: 20px;
}

.social-2{
	margin-top: 50px;
}
/*end of social media links*/
/*all the cover formatting and placement*/
.cover{
	display: flex;
	flex-flow: row nowrap;
	list-style-type: none;
	justify-content: center;
}

.cover p{
	font-size: 17px;
	padding-left: 20px;
	padding-right: 40px;
	max-width:500px;
	margin-top:0;
	font-family:cursive;
}

.cover2, .authorpic{
	display: flex;
	flex-flow: row nowrap;
	list-style-type: none;
	justify-content: center;
}

.cover2 img, .authorpic img{
	padding-right:25px;
}

/*giftguide on extras page*/
.giftguide{
	margin-left: 130px;
	margin-right: auto;
}

.giftguide img{
	display: inline-flex;
	justify-content: space-between;
	height: 275px;
	width: auto;
}
/* end of giftguide on extras page*/

/*about me page*/
.authorpic{
	padding-top:30px;
}

.aboutme p{
	text-align: center;
	max-width: 500px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
	font-size: 110%;
}
/*end of about me page*/

/*wip page*/
.wipcover, .shoutoutcover{
	display: flex;
	flex-flow: row nowrap;
	list-style-type: none;
	justify-content: center;
}

.wipcover p{
	font-size: 20px;
	padding-left: 20px;
	padding-right: 40px;
	max-width:500px;
	margin-top:0;
	font-family:cursive;
	padding-top:75px;
}
/*end of wip page*/

/*books page*/
.middle, .buynow{
	display: flex;
  flex-flow: row nowrap;
  list-style-type: none;
  justify-content: center;
}
/*end of books page*/

/*table on shop page*/
table{
	border: 2px solid #3399CC;
	border-collapse: collapse;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

td, th{
	padding: 0.5em;
	border: 2px solid #3399CC;
}

td{
	text-align: center;
}

.text{
	text-align: left;
}

tr:nth-of-type(odd){
	background-color: #F5FAFC;
}

.titles{
	font-weight: bold;
}
/*end of table on shop page*/

/*Buy now links on Books Page*/
.buynow a, .news a{
	text-decoration: none;
	padding-left: 1em;
	padding-right:1em;
	color: #4d4d4d;
	padding-bottom: 1em;
}

.buynow a:hover, .news a:hover{
	text-decoration: underline;
	text-decoration-style: wavy;
}

.watchnow a{
	font-size: 25px;
}

.news a{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-decoration: none;
	color: #4d4d4d;
	padding-bottom: 1em;
}

/*end of buy now links on books page*/
.shoutout p{
	font-size: 110%;
}

.shoutout a{
	text-decoration: none;
	color: #4d4d4d;
}

.shoutout a:hover{
	text-decoration: underline;
	text-decoration-style: wavy;
}

.shoutoutcover p{
	font-size: 30px;
	padding-left: 20px;
	padding-right: 40px;
	max-width:500px;
	margin-top:0;
	font-family:cursive;
	padding-top:75px;
	padding-left: 50px;
}

/*hopefully not messing everything up*/
.social a, .social-2 a {
	padding: 20px;
	font-size: 30px;
	width: 70px;
	text-align: center;
	text-decoration: none;
	margin-left: 20px;
	border-radius: 100%;
	position: relative;
}

.social a:hover .social-2 a:hover{
	 opacity: 0.7;
}

.fa-facebook {
	background: #3B5998;
	color: white;
}

.fa-twitter {
	background: #55ACEE;
	color: white;
}

.fa-youtube {
	background: #bb0000;
	color: white;
}

.fa-instagram {
	background: #125688;
	color: white;
}

.fa-pinterest {
	background: #cb2027;
	color: white;
}
/*end of hopefully not*/

/*newsletter page*/
.readmore {
	text-decoration: none;
}

/*changing the color of "Read More" so it does not match the following paragraphs*/
.readmore-text{
	color: #5C7FA3;
}
/*readmore content does not display by default*/
.readmore-content {
  display: none;
  position: relative;
  background-color: none;
  z-index: 1;
}

/* information inside the readmore */
.readmore-content a {
  float: none;
  color: #5C7FA3;
	padding-top: 7px;
	padding-bottom:7px;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.readmore-content a:hover {
	color: #344873
}

/* Show the dropdown menu on hover */
.readmore:hover .readmore-content {
  display: block;
}
.readmore-content:hover .readmore-content {
  display: block;
}
/*end of newsletter page*/
