@charset "UTF-8";
/* ma-contact-mike.css 
	Must load last, after ma-mobile.css */

#content-wrapper {
	width:100%;
	max-width:100vw;
}
 
#endorsements-wrapper {
	width:100%;
}

#endorsement1,
#endorsement2,
#endorsement3,
#endorsement4{
	width:96%;
	margin-left:auto;
	margin-right:auto;
	margin-top:2rem;
	background-color:lightgoldenrodyellow;
	border:2px solid black;
	border-radius:25px;
}

p.review {
	padding:1rem 3%;
}

p.reviewer {
	text-align:right;
	padding-right:2rem;
}

p.reviewer-title {
	text-align:right;
	margin-top:0;
	padding:0 2rem 1rem 0;
	font-style:italic;
}

#book-description-wrapper,
#backstory-wrapper {
	width:100%;
	margin-top:2rem;
}

#book-description-content,
#backstory-content {
	width:92%;
	border:2px solid black;
	border-radius:25px;
	margin:2rem auto;
}

#book-description-content h2,
#backstory-content h2 {
	padding-top:1.5rem;
	padding-bottom:1rem;
}

#book-description-inset,
#backstory-inset {
	width:96%;
	margin:1rem 2%;
}

#order {
	width:90%;
	margin-top:3rem;
	padding-top:1rem;
	padding-bottom:1rem;
	background-color:darkcyan;
	border-radius:25px;
	border:4px solid black;
}

#order p {
	margin-top:0;
}

	/* Kindle/Ipad Portrait View*/

@media (min-width: 780px) {

	#endorsements-wrapper {
		width:40%;
		margin-left:4%;
		float:left;
	}
	
	#endorsements-wrapper h2 {
		font-size:1.7rem;
	}

	p.review {
		padding:.6rem;
	}
	
	#order {
		margin-left:auto;
		margin-right:auto;
	}
	
	#book-description-wrapper,
	#backstory-wrapper {
		width:49%;
		margin-left:2%;
		margin-right:4%;
		float:left;
	}
	
	#book-description-content,
	#backstory-content {
		width:96%;
		border-radius:25px;
	}

	#backstory-inset {
		margin-top:0;
	}

	/* Ipad Landscape */

@media (min-width:1060px) {
	
	
}


	/* Kindle Landscape */

@media (min-width: 1260px){
	
}


	/* Desktop */
	
@media (min-width:1500px) {

	#endorsements-wrapper {
		width:30%;
		margin-left:9%;
		float:left;
	}
	
	p.review {
		padding:1rem 4%;
	}


	#book-description-wrapper,
	#backstory-wrapper {
		width:55%;
		margin-left:1%;
		float:left;
	}

	#book-description-content,
	#backstory-content {
		width:75%;
		margin-top:2rem;
		margin-bottom:2rem;
	}
	
	#book-description-inset,
	#backstory-inset {
		width:85%;
		margin:2rem auto;
	}
	
	#book-description-content h2,
	#backstory-content h2 {
		font-size:2rem;
		padding-bottom:0;
	}
	
	#order {
		width:90%;
		margin-top:3rem;
		padding-top:1rem;
		padding-bottom:1rem;
		background-color:darkcyan;
		border-radius:25px;
		border:4px solid black;
	}

}	

