@import url('https://fonts.googleapis.com/css?family=Alice|Roboto:300,300i,400,500i,700');

/* CSS Reset START ----------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS Reset END ----------------------------- */

/* Background image START   ----------------------------- */
/*for mobile phones*/
html.tinted-image {
  background:
    /* top, transparent red, faked with gradient */
    /*linear-gradient(
      rgba(0, 0, 0, .2),
      rgba(0, 0, 0, .2)
    ),*/
    /* bottom, image */
    url(../images/Samoa1.png) no-repeat center center fixed;
		background-size: cover;
}

/*for Tablets phones*/
/*@media only screen and (min-width: 600px) {
	html.tinted-image {
		background: url(../images/Samoa1.png) no-repeat center center fixed;
		background-size: cover;
	}
}*/

/*for Desktops*/
/*@media only screen and (min-width: 800px) {
	html.tinted-image {
		background: url(../images/Samoa1.png) no-repeat center center fixed;
		background-size: cover;
	}

}

}*/

/* Background image END   ----------------------------- */

/* Global styles START   ----------------------------- */

.hidden{
	display: none;
}

body{
  color: #fff;
  font-family: 'Roboto', arial, sans-serif;
  max-width: 1000px;
  margin: auto;
}

header {
  text-align: center;
}

div.logoHeadline {
	display: flex;
	justify-content: center;
	margin-left: 12%;
}

img.amazonK {
	width: 100px;
	/* right: 10px; */
	margin: 2em 2em 0 0;
	/* position: absolute; */
	float: right;
}

h1 {
	font-size: 4em;
	font-family: 'Alice', serif;
	/*margin: 0 0 .1em;*/
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #E59E00;
	font-weight: 400;
}

a:hover {
	color: #87CEFA;
}

a.headingText{
	color: inherit;
	text-decoration: none;
}

a.headingText span {
	font-size: 1.8em;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 15px;
	/*background-color: rgba(229, 158, 0, .8);
	padding: 0 18px;
	border: solid #000 1px;*/
	/*color: #E7A365;*/
	text-shadow: #000 2px 2px 2px;
}

a.unlock{
	background-color: #000;
	padding: 8px;
	border-radius: 50px;
	position: absolute;
	top: 80%;
	left: 33%;
	border: 1px solid #fff;
}

h1{
	display: none;
}

.svgLogo {
	width: 100%;
	margin-top: 20px;
}

/*h1::first-letter{
	font-size: 1.4em;
}*/

h2 {
	font-size: 1.8em;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 15px;
	margin-left: 15vw;
	margin-top: 20px;
	text-shadow: 2px 2px #000;
}

h2#contact{
	margin-left: 0;
}

h3 {
  	font-size: 1.4em;
	font-weight: 300;
	margin-bottom: 20px;
}


p {
  	font-size: 1em;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 1em;

}

div#index article.textBackground p:first-letter {
	font-size: 2em;
}

.arrow {
	width: 30px;
}

#rightArrow {
	margin-right: 16px;
	margin-top: 22%;
	float: right;
}

#leftArrow {
	margin-left: 16px;
	margin-top: 22%;
	float: left;
}

blockquote {
	width: 90%;
	min-width: 190px;
	padding: 10px;
	border-radius: 14px;
	position: absolute;
	top: 58%;
	left: 20%;
	font-weight: 300;
	font-style: italic;
}

.textBackground {
	background-color: rgba(0, 0, 0, .5);
}

.dropShadow {
	box-shadow: 10px 10px 5px rgba(0, 0, 0, .6);
}

article {
	padding: 15px;
	height: 330px;
	overflow: hidden;
	position: relative;
}

.wrapper {
	display: flex;
	justify-content: space-around;
	width: 79%;
	margin: auto;
}

.sideA {
	width: 40%;
	position: relative;
}

.sideB {
	width: 40%;
}

footer {
	clear: both;
	text-align: center;
	background-color: #777;
	border: #000 solid 1px;
	height: 20px;
	margin-top: 30px;
	padding-top: 10px;
	font-size: .75em;
}


/* Global styles END   ----------------------------- */

/* Nav Bar styles START ----------------------------- */
nav.main.center ul {
	text-align: center;
	background-color: #777;
	border: #000 solid 1px;
	height: 35px;
	display: flex;
	justify-content: space-around;
	margin: 10px 0;
	padding: 0 3%;
}

nav.main li {
	margin: auto;
	list-style: none;
	display: inline-block;
}

nav.main li.current a {
  background: #999;
  color: #fff;
  border-radius: 5px;
}

nav.main a {
  padding: 3px 12px;
  text-decoration: none;
  color: #fff;
  line-height: 100%;
  font-weight: 400;
  font-size: 1em;
}

nav.main a:hover {
  color: #E59E00;
}
/* Nav Bar styles END   ----------------------------- */


/* index.php styles START   ----------------------------- */

div#index.wrapper {
	margin-top: 40px;
}

#bkCover{
	width: 315px;
	min-width: 220px;
}

div#index.wrapper article{
	height: inherit;
}



/* index.php styles END   ----------------------------- */
/* author.php styles START   ----------------------------- */

img#authImg.dropShadow{
	width: 100%;
  margin: 0 0 15px 0;
}

p.photoCaption::first-letter {
	font-size: 1em;
}

div#author.wrapper article{
	height: inherit;
}

p.photoCaption {
	padding: 10px;
	font-size: .9em;
	line-height: 1.1em;
}

/* author.php styles END   ----------------------------- */
/* purchase.php styles START   ----------------------------- */

ul.purchase-ul li{
  margin: 20px 0;
}

/* purchase.php styles END   ----------------------------- */

/* contact.php styles START   ----------------------------- */

#contact-form {
  color: #fff;
  font-family: 'Roboto Mono', sans-serif;
  font-size: 1em;
  font-weight: 400;
	width: 85%;
  max-width: 300px;
  margin: auto;
  text-align: left;
  padding: 5%;
  border-radius: 20px;
	}

form div label input{
  width: 100%;
  height: 30px;
  background-color: #f2f2f2;
  border-radius: 15px;
  border-style: none;
}

form div label textarea{
  width: 100%;
  height: 70px;
  background-color: #f2f2f2;
  border-radius: 15px;
  border-style: none;
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 14px;
}

form div input{
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 14px;
}

div#contact.wrapper {
	display: flex;
	justify-content: center;
}

/*This is to make re-captcha responsive*/
@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.90);-webkit-transform:scale(0.90);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

/* contact.php styles END   ----------------------------- */


@media only screen and (max-width: 800px) {
/*Media query styles to stack side A and B on top of eachother and center */
	article {
		width: 60vw;
	}

	img.arrow {
		display: none;
	}

#bkCover{
	width: 80%;
}

.sideA, .sideB {
	width: 60%;
	position: relative;
	margin: auto;
	margin-bottom: 15px;
}

.wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
  flex-direction: column;
}

#leftArrow {
  left: 15px;
  margin-top: 16%;
  position: fixed;
}

#rightArrow {
  right: 15px;
  margin-top: 16%;
  position: fixed;
}

nav.main.center {
	display: none;
}

}/* End max-width 1012 media query*/

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

img.amazonK{
	display: none;
}

div.logoHeadline {
margin-left: inherit;
}

}

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

h1 {
	font-size: 3em;
}

a.headingText span {
  font-size: 1.3em;
}

img.svgLogo{
	width: 90%;
}

.sideA, .sideB {
  margin: 0 16%;
  margin-bottom: 15px;
}

blockquote {
	top: 38%;
}

form div label input{
  width: 96%;
}

}/* End max-width 800 media query*/
