#credit {
	order: 10;
	background-color: black;
	color: white;
	font-size: 14px;
	text-align: center;
	margin: auto;
	padding-bottom: 10px;
	width: 100%;
	margin-top: -1px;
}

#siteContainer {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    /* margin: auto; */
    justify-content: center;
    margin: 0;
    padding: 0;
}

/* nav bar -------------- */
#navBar {
    order: -1;
    width: 100%;
    height: 51px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 0px;
    /* background-color: #d8f7ff; */
    background-color: white;
    
    border-bottom: solid black 1px;
    
    z-index: 10;
}

.fixed {
    position: fixed;
}

.navItem {
    height: 29px;
    text-align: center;
    font-size: 14px;
    color: black;
    padding: 10px;
    padding-top: 12px;
     
    width: 170px;
	display: block;
    margin-right: 0px;
    
    border: solid black 0px;
    
}

#nav1 {
    order: 1;
    color: #ffffff;
    background-color: #000000;
}

#nav2 {
    order: 10;
}

#nav3 {
    order: 20;
}

#nav4 {
    order: 30;
}

#nav45 {
    order: 40;
}

#nav46 {
	order: 50;
}

#nav5 {
	order: 60;
}


/* -----drop down content v2----*/
.navItemDrop {
 
    height: auto;
    text-align: center;

    color: black;
    padding: 0px;
    padding-top: 12px;
     
    
	display: block;
    margin-right: 0px;
    
    border: solid black 0px;
    
}

.dropdown-content {
	display: none;

	padding-top: 30px;
	padding-bottom: 10px;
	border: 0px solid white;
	background-color: black;
	width: 130px;
	border-radius: 3px;
	margin: auto;
	
	box-shadow: 0px 5px 3px black;
	
	
}
.navItemDrop:hover {
	background-color: black;
	color: white;
}
.navItemDrop:hover .dropdown-content {
	display: block;
}
/* -----end of drop down content v2----*/


/* nav bar -------------- */





#containerTop {
    order: 1;
    margin-left: 0%;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    background-color: black;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    
    /* border: 1px blue solid; */
}


#tourBanner {
	margin-top: 50px;
	/* border: 1px red solid; */
	width: 100%;
	height: auto;
	
	background-color: black;
	text-align: center;
	
	display: flex;
	flex-direction: row;
	
	padding: 00px;
}

#tourWrap {
	display: flex;
	flex-direction: row;
	border: 1px solid white;
	border-radius: 8px;
	padding: 20px;
	width: 50%;
	height: 100%;
	margin: auto;
	margin-top: 30px;
}

#tourInfo {
	/* border: 1px solid white; */
	width: 70%;
	height: 100%;
	margin: auto;
}

#signTitle {
	font-size: 30px;
}
#signText {
	font-size: 22px;
}


#tourButton {
	margin: auto;
	background-color: #008CBA;
	border: 2px solid black;
	color: red;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	display: inline-block;
	margin-top: 10px;
	cursor: pointer;
	
	border-radius: 4px;
	transition-duration: 0.4s;
}
#tourButton:hover {
	border: 2px solid #008CBA;
	background-color: white;
	color: black;
}


/* COVER CELL ----------- */
#coverCell {
    order: 1;
    width: 40%;
    /* height: 100%; */
    max-height: 100%;
    flex-direction: column;
    margin-left: 1%;
    margin-top: 10px;
    text-align: right;
}

#cover {
    order: 1;
    width: 100%;
    height: auto;
}
/* COVER CELL ----------- */


/* BOOK TITLE AND SHORT DESCRIPTON ----------- */
#containerSideBook {
    display: -webkit-flex;
    display: flex;
    order:2;
    width: 30%;
    flex-direction: column;
    margin-left:20px;
    margin-top: 40px;
}

#soonishTitleIMG {
	width: 60%;
	height: auto;
	margin-left: -19px;
	margin-bottom: -10px;
}

#titleText {
    order: 1;
    width:100%;
    margin-top: 35px;    
}

#description {
    order: 2;
    width: 100%;    
}
/* BOOK TITLE AND SHORT DESCRIPTON ----------- */





/* PREORDER INFO ------------------*/
#containerPreorder {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    order: 3;
    justify-content: center;
    margin-top: 20px;
    text-align: center;   
}



#buttons {
    order: 3;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
	text-align: center;
}
#hivemillButtonIMG {
	width: 100%;
	height: auto;
	margin-top: -9px;
	margin-left: 0;
	margin-right: auto;
}
#newButtonIMG {
	width: 100%;
	height: auto;
	margin-top: -7px;
}

#BNimg {
	width: 100%;
	height: auto;
	margin-top: 3px;
}

#iBooksIMG {
	height: 157%;
	width: auto;
	margin-top: -9px;
}

#indieBoundIMG {
	width: 150%;
	height: auto;
	margin-left: -25%;
	margin-top: -10px;
}

#ksIMG {
	width: 150%;
	height: auto;
	margin-left: -25%;
	margin-top: -10px;
}




#links {
    order: 2;
    width: 80%;
    margin-top: 20px;
    font-size: 16px;
    color: white;
    margin: auto;
    
}
/* PREORDER INFO ------------------*/




/* penguin logo stuffs -- */
#penguinContainer {
	order: 4;
	width: 100%;
	height: auto;
	display: -webkit-flex;
    display: flex;
	flex-direction: row;
	border: solid white 0px;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0;
	margin-top: 30px;
}

#penguinLogo {
	order: 1;
	width: 10%;
	height: auto;
	border: solid white 0px;
	margin: 0;
}

#penguinText {
	order: 2;
	width: auto;
	height: auto;
	border: solid white 0px;
	margin: 0;
	font-size: 20px;
	
}

#ppIMG {
	width:100%;
	height: auto;
	margin: 0;

}





/* social media buttons ------------*/

#shareButtons {
	order: 5;
	text-align: center;
	padding: 10px;
}


ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}



/* social media buttons ------------*/






/* REVIEWS CONTAINER --------------*/
#container2 {
    order: 3;
    width: 100%;
    height: auto;
    margin-top: 20px;
    background-color: white;
    justify-content: center;
    display: -webkit-flex;
    display: flex;    
    flex-direction: column;
    color: black;
    margin-bottom: 0px;
}

#titleContainer {
    order: 1;
    width: 100%;
    height: auto;
    margin-top: 20px;
    /* // background-color: white; */
    justify-content: center;
    display: -webkit-flex;
    display: flex;    
    flex-direction: row;
    text-align: center;
    
}

#reviewTitle {
    order: 2;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    display: inline-block;
    /* //margin-left: auto;
    //margin-right: auto; */
    margin-top:30px;
    
}

#laurelCellLeft {
    order: 1;
    display: -webkit-flex;
    display: flex; 
    
}

#laurelL {
    order: 1;
    height: 100px;
    width: auto;
}

#laurelCellRight {
    order: 3;
    display: -webkit-flex;
    display: flex; 
}

#laurelR {
    order: 1;
    height: 100px;
    width: auto;
}


#reviewContainer {
    order: 2;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}

#reviewText {
    padding: 60px;
    padding-top: 20px;
    display: -webkit-flex;
    display: flex; 
    flex-direction: row;
    flex-flow: row wrap;
    font-size: 18px;
    justify-content: center;
    margin: auto;
    
    
}

#review1 {
    order: 3;
    padding:10px;
    width: 30%;
    text-align: justify;
}
#review2 {
    order: 5;
    padding:10px;
    width: 30%;
    text-align: justify;
}
#review3 {
    order: 4;
    padding:10px;
    width: 30%;
    text-align: justify;
}
#review4 {
    order: 6;
    padding:10px;
    width: 30%;
    text-align: justify;
}
#review5 {
    order: 1;
    padding:10px;
    width: 30%;
    text-align: justify;
}


/* review text */
.review {
	
}

.quote {
	margin-top: 10px;
	font-weight: lighter;
	color: black;
	font-size: 18px;
}

.topReview {
	font-size: 18px;
	text-align: center;
	width: 75%;
	margin: auto;
	
}

.topQuote {
	margin-top: 5px;
	font-weight: lighter;
	color: white;
	font-size: 14px;
	text-align: center;
	width: 100%;
}

#topQuote1 {
	order: 5;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

#topQuote2 {
	order: 6;
	margin-top: 15px;
}



/* REVIEWS CONTAINER --------------*/



#about {
	order: 4;
	width: 100%;
	height: 30px;
}



/* LONG DESCRIPTION TEXT AREA -------------------*/
#middleContainer {
    order: 5;
    width: 100%;
    height: auto;
    margin-top:20px;
    background-color: black;
    justify-content: center;
    display: -webkit-flex;
    display: flex;    
    flex-direction: row;
}

#descriptionLong {
    order: 1;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    
    padding: 20px;
    margin-top: 0px;
    width: 90%;
    color: white;
    font-size: 20px;
}

.descriptionParas {
	margin: auto;
    width: 45%;
}

#para1 {
    order: 1;
    
    padding:15px;
}
#para2 {
    order: 2;
    
    padding:15px;
}
#para3 {
    order: 3;
    /* // width: 45%; */
    padding:15px;
}
#para4 {
    order: 4;
    /* // width: 45%; */
    padding:15px;
}
/* LONG DESCRIPTION TEXT AREA -------------------*/



/* authors info --------------------------------*/
#authorsContainer {
	order: 6;
	width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: white;
    justify-content: center;
    display: -webkit-flex;
    display: flex;    
    flex-direction: row;
    text-align: center;
    color: black;
	
}
.author {
	width: 30%;
	padding: 10px;
	height: auto;
	/* // margin:auto; */
	border: white solid 0px;
	font-size: 18px;
}
#zach {
	order: 2;
	text-align: justify;
}
#kelly {
	order: 1;
	text-align: justify;
	
}
/* authors info --------------------------------*/



/* contact info --------------------------------*/

#contactContainer {
	order: 8;
	width: 100%;
    height: auto;
    margin-top:0px;
    background-color: black;
    justify-content: center;
    /* // align-items: center; */
    display: -webkit-flex;
    display: flex;    
    flex-direction: row;
    text-align: center;
    color: white;
    font-size: 20px;
    
}

#contactHeader {
	text-align: center;
	font-size: 40px;
	width: 100%;
	padding-bottom: 20px;
	margin-top: -20px;
}
#contactInfo {
	
	order: 1;
	width: 35%;
	padding: 0px;
	padding-top: 60px;
	padding-bottom: 60px;

	text-align: center;
	border: solid white 0px;
	font-size: 14px;
	
	
}

#nonusHeader {
	font-size: 30px;
	margin-top: 40px;
}
#nonusText {
	margin-top: 15px;
}


#mailingHeader {
	text-align: center;
	font-size: 40px;
	width: 100%;
	padding-bottom: 20px;
	margin-top: -20px;
}
#mailingList {
	
	order: 2;
	width: 50%;
	
	
	padding: 0px;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	border: solid white 0px;
	
}


/* contact info --------------------------------*/



/* COMIC IMG STUFFS */

#comicContainer {
	order: 6;
}

#comic {
	order: 1;
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	background-color: white;
	margin-top: 20px;
}

#comicIMG {
	width: 50%;
}








/* FONT STUFF BELOW */

p {
    margin: 0;
    color: white;
}

h1 {
    font-size: 50px;
    display: block;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 500;
    
    line-height: 1;
    color: white;
    /* // text-align: center; */
}

p.subTitle {
    font-size: 25px;
    
    font-weight: 400;
    margin-top: 10px;
    /* // text-align: center; */
}

p.byLine {
    font-size: 22px;
    
    font-weight: 300;
    margin-top: 10px;
    /* // text-align: center; */
}

p.descriptionText {
    
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	line-height: 24px;
    margin-top: 10px;
}

p.preorderText {
    
    font-size: 25px;
    font-weight: 400;
    margin-top: 28px;
}

p.descLong {
    color: #d8f7ff;
    font-size: 20px;
}






/* MEDIA QUIRIES ------------------ */


@media screen and (max-width: 1441px) {
	#signTitle {
		font-size: 26px;
	}
	#signText {
		font-size: 16px;
	}
}

@media screen and (max-width: 1368px) {

	.subTitle {
		width: 99%;
	}
	
	.navItem {
		width: 120px;
		font-size: 14px;
		height: 29px;
	}
	
	.dropdown-content {
		width: 130px;	
	}
	
	#signTitle {
		font-size: 23px;
	}
	#signText {
		font-size: 16px;
	}
	#tourBanner {
		padding: 0px;
	}
}


@media screen and (max-width: 1040px) {
	
	body {
		background-color: black;
	}
	
	#navBar {
		/* // display: none;
		// width:18px; */
	}
	
	.navItem {
		font-size: 16px;
		width: 85px;
	}
	
	#containerTop {
		margin-top: 0px;
	}

	.dropdown-content {
		width: 100px;
	}
	

	#tourWrap {
		width: 90%;
	}

}


@media screen and (max-width: 800px) {
	
	#navBar {
		display: none;
	}
	
	#containerTop {
		flex-direction: column;
		justify-content: center;
		margin: auto;
		text-align: center;
	}
	
	#coverCell {
		width: 60%;
		height: auto;
		margin: auto;
	}
	
	#containerSideBook {
		width: 80%;
		height: auto;
		margin: auto;
	}
	
	#tourBanner {
		margin-top: 0px;
	}
	
	
	#review1 {
		width: 42%;
	}
	#review2 {
		width: 42%;
	}
	#review3 {
		width: 42%;
	}
	#review4 {
		width: 42%;
	}
	#middleContainer {
		width: 100%;
	}
	#descriptionLong {
		width: 100%;
	}
	.descriptionParas {
		margin: auto;
	    width: 80%;
	}
	#comicContainer {
		width: 100%;
	}
	#comic {
		width: 100%;
		margin-bottom: 10px;
		background-color: white;
		padding-bottom: 30px;
	}
	#comicIMG {
		width: 80%;
	}
	#authorsContainer {
		margin-top: -20px;
	}
}


@media screen and (max-width: 515px) {


	body {
		width: auto;
		margin: 0;
		padding: 0;
	}

	#siteContainer {
		width: 100%;
	}
	
	
	#soonishTitleIMG {
		width: 100%;
		height: auto;
		margin-left: 0px;
		margin-bottom: -10px;
	}
	

	p.subTitle {
		padding: 0px;
		text-align: center;
	}
	
	p.byLine {
		padding: 00px;
		text-align: center;
	}

	p.descriptionText {
		font-size: 18px;
		line-height: normal;
		padding: 10px;
	}
    
    .review {
	   margin-top: 40px
    }
    
    .descriptionParas {
        margin: auto;
        width: 90%;
    }
    
    
    
    .author {
       
        margin: auto;
        margin-top: 10px;
        
    }
	
	#authorsContainer {
		flex-direction: column;
		text-align: center;
		justify-content: center;
        
	}
	
	.author {
		width: 90%;
		padding: 0px;
	}
	
	#reviewText {
		flex-direction: column;
		width: 90%;
        padding: 0px;
	}
	
	#reviewTitle {
		margin-top: 00px;
	}

	#review1 {
	    order: 3;
	    padding:0px;
	    width: 100%;
	    text-align: justify;
	}
	#review2 {
	    order: 5;
	    padding:0px;
	    width: 100%;
	    text-align: justify;
	}
	#review3 {
	    order: 4;
	    padding:0px;
	    width: 100%;
	    text-align: justify;
	}
	#review4 {
	    order: 2;
	    padding:0px;
	    width: 100%;
	    text-align: justify;
	}
	#review5 {
	    order: 1;
	    padding:0px;
	    width: 100%;
	    text-align: justify;
	}



	#navBar {
		display: none;
	}
	
	
	#containerTop {
		/* // margin-top: 0px; */
		flex-direction: column;
		/* // margin-left: 0px; */
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		overflow-x: hidden;
	}
	
	
	#coverCell {
		width:100%;
	}
	
	#containerSideBook {
		width:100%;
		margin: 0;
		padding: 0px;
		word-wrap: normal;
	}
	
	h1 {
		text-align: center;
	}
	
	
	#middleContainer {
		width: 100%;
		margin: 0;
		padding: 0;
		
	}


	#comicIMG {
		width: 100%;
	}
	
	
	
	
	
	#contactContainer {
		width: 100%;
		margin: 0;
		padding: 0;
		flex-direction: column;
		display: -webkit-flex;
		display: flex;
		text-align: left;
		/* // align-items: stretch; */
		border: solid red 0px;
	}
	
	#contactInfo {
		order:2;
		width: 100%;
		padding: 0;
		margin: 0;
		border: solid red 0px;
	}
	
	#mailingList {
		
		order: 1;
		width: 90%;
		padding: 0;
		margin: 0;
		border: solid green 0px;
		
		margin: auto;
		margin-top: 30px;
		
	}
	
	#tourWrap {
		flex-direction: column;
		width: 85%;
	}
	#tourInfo {
		width: 80%;
	}
	
	
}







/* MEDIA QUIRIES ------------------ */



@media screen and (min-width: 770px) {
	#coverCell {
		width:50%;
	}
	
	#containerSideBook {
		width:50%;
	}
	
	#containerTop {
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		overflow-x: hidden;
		/* margin-top: 51px; */
	}
	
	.descriptionText {
		width: 99%;
		margin: 0;
	}
	
	#soonishTitleIMG {
		margin-left: -10px;
	}
	
	
	
	
	
	
	#reviewText {
		width: 80%;
	}
	
	#review1 {
	    order: 3;
	    padding:10px;
	    width: 35%;
	    text-align: justify;
	}
	#review2 {
	    order: 5;
	    padding:10px;
	    width: 35%;
	    text-align: justify;
	    margin-top: 20px;
	}
	#review3 {
	    order: 4;
	    padding:10px;
	    width: 35%;
	    text-align: justify;
	}
	#review4 {
	    order: 6;
	    padding:10px;
	    width: 35%;
	    text-align: justify;
	    margin-top: 20px;
	}
	#review5 {
	    order: 1;
	    padding:10px;
	    width: 30%;
	    text-align: justify;
	}


}


@media screen and (min-width: 1279px) {
	p.descriptionText {
    
		font-size: 18px;
		font-style: normal;
		font-variant: normal;
		font-weight: 200;
		line-height: 24px;
	    margin-top: 10px;
	}
	
	h1 {
	    font-size: 58px;
	    display: block;
	    margin-bottom: 0px;
	    margin-top: 0px;
	    font-weight: 500;
	    
	    line-height: 1;
	    color: white;
	    /* // text-align: center; */
	}
	
	p.subTitle {
	    font-size: 23px;
	    
	    font-weight: 400;
	    margin-top: 10px;
	    /* // text-align: center; */
	}
	
	p.byLine {
	    font-size: 20px;
	    
	    font-weight: 300;
	    margin-top: 10px;
	    /* // text-align: center; */
	}
	
	
	
	#coverCell {
		width: 40%;
	}
	
	#containerSideBook {

	    width: 35%;
	}

	.navItem {
		width: 130px;
	}
	
	
	

}
	
	
@media screen and (min-width: 1919px) {
	p.descriptionText {
    
		font-size: 22px;
		font-style: normal;
		font-variant: normal;
		font-weight: 200;
		line-height: 32px;
	    margin-top: 14px;
	}
	
	h1 {
	    font-size: 98px;
	    display: block;
	    margin-bottom: 0px;
	    margin-top: 0px;
	    font-weight: 500;
	    
	    line-height: 1;
	    color: white;
	    /* // text-align: center; */
	}
	
	
	#soonishTitleIMG {
		margin-left: -15px;
	}
	
	
	p.subTitle {
	    font-size: 33px;
	    
	    font-weight: 400;
	    margin-top: 10px;
	    /* // text-align: center; */
	}
	
	p.byLine {
	    font-size: 25px;
	    
	    font-weight: 300;
	    margin-top: 10px;
	    /* // text-align: center; */
	}
	
	#containerSideBook {

	    width: 35%;
	}
	
	#links {
	    order: 2;
	    width: 80%;
	    margin-top: 20px;
	    font-size: 26px;
	    color: white;
	    margin: auto;
	}
	
	.topReview {
		font-size: 24px;
		text-align: center;
		width: 100%;
	}

	.topQuote {
		margin-top: 5px;
		font-weight: lighter;
		color: white;
		font-size: 20px;
		text-align: center;
		width: 100%;
	}
	
	
	#descriptionLong {
	    order: 1;
	    display: -webkit-flex;
	    display: flex;
	    flex-direction: column;
	    
	    padding: 20px;
	    margin-top: 0px;
	    width: 90%;
	    color: white;
	    font-size: 20px;
	}
	
	#reviewText {
		font-size: 20px;	
	}
	
	#buttons {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	#shareButtons {
		margin-top: -10px;
		margin-bottom: 0px;
	}
	
	
	.topReview {
		width: 75%;
		margin: auto;
			
	}
	
	#topQuote2 {
		order: 6;
		margin-top: 35px;
	}
	
	#buttons {
		max-width: 650px;	
		margin-top: 40px;
	}
	
	#contactInfo {
		width: 30%;
	}
	#mailingList {
		width: 30%;
	}
	

	#BNimg {
		width: 100%;
		height: auto;
		margin-top: 13px;
	}
	
	#iBooksIMG {
		height: 257%;
		width: auto;
		margin-top: -9px;
	}
			
}