@import url("normalize.css");
@import url("font-awesome.min.css");
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,600);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);


header {

	/*background-color:rgba(46, 56, 66, 0.8);   014758   */
	background: rgba(35,35,35,0.8);

	width: 100%;
	height: 4.1em;
	position: relative;
	top: 0;
	left: 0;
	z-index: 100;
	transition: background 0.7s;
}
header:hover {
	background: #232323;
	transition: .7s all;
}

nav {

	float: right;
	margin-right: 4em;
	margin-top: 0.2em;	
	font-family: Helvetica;
	font-size: 1em;

}

nav a {
	color: #fff;
}
nav a:hover {
	color: #fff;
	border-bottom: 5px solid #1971a5;
}

#menu-icon {

	display: hidden;

	background: url("images/bars.svg") center;
	background-position: right center;
	background-repeat: no-repeat;
	height: 3em;
	vertical-align: top;
	width: 3em;

}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

nav ul {
	text-align: center:;
	list-style: none;
}

nav li {

	display: inline-block;
	float: left;
	padding: 10px;
	margin-left: 1em;

}

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

	header {
		background: transparent;
		position: fixed;

	}
header:hover {
	background: transparent;
}
	#menu-icon {

		display:inline-block;

	}

	nav {
		font-size: 1em;
		margin-right: 1em;
	}
	nav ul, nav:active ul { 

		display: none;
		position: fixed;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;
		background: #222;
		color: #ffffff;
	}

	nav li {

		text-align: center;
		width: 100%;
		margin: 0;
	}

	nav li a {
		color: #eee;
	}

	nav:hover ul {

		display: block;

	}
}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
	/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

body {

	font-size: 100%;

}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}
a {
	border: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
h3.planb, h4.planb {
	color: #ddd !important;
	border-bottom-color: #2197dd !important;
}
h3.planb a {
	color: #1b88c8;
}
a.planb {
	color: #1b88c8;
}

.right a img {
	border-color: #fff;
	border-width: 2px;
}
#outer {
		
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.4)), url("../../images/bg.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("../../images/bg.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.4)), url("../../images/bg.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.4)), url("../../images/bg.jpg");
		background-attachment: fixed;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 0;

}

#banner {

		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("../../images/bg.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("../../images/bg.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("../../images/bg.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("../../images/bg.jpg");
		background-attachment: fixed;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
}

#about {
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("../../images/bg.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("../../images/bg.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("../../images/bg.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url("../../images/bg.jpg");
		background-attachment: fixed;
		background-position: right center;
		background-repeat: no-repeat;
		background-size: cover;

		color: #d0e4f8;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		cursor: default;
		height: 50vh;

		overflow: hidden;
		position: relative;
		text-align: center;
}
#banner {

		color: #d0e4f8;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		cursor: default;
		height: 100vh;

		overflow: hidden;
		position: relative;
		text-align: center;

}




.logo {
/*	margin-top: 12em;*/
text-align: center;
}
.logo img {
/*	border-radius: 100%;*/

/*	border: 2px solid #d2ccb8;*/
margin-top: 1.5em;
  box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.65); 
  border-radius: 50%;
  width: 200px;



/*  margin-bottom: 15px;*/
/*  width: 170px;*/
}
.logo h1 {

	color: #ddd;
	font-size: 2.3em;
	font-size: 13vw;
	font-weight: 600;
/*  font-family: 'Josefin Sans', sans-serif;*/
font-family: 'Open Sans Condensed', sans-serif;
		letter-spacing: 0.09em;
  margin: 0.5em 0;
	text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.8);


}

.logo h2 {
	color: #eee;
	font-size: 1.5em;
	font-size: 7vw;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;


}

.responsive {
	width: 100%;

}

.big {
	font-size: 5em;
	line-height: 1em;
}
.quotebox {
			padding: 5em 2em 3em 2em;
			background-color: rgba(29, 36, 42, 0.8);
			/*background: #6a9458;*/
}
.quote {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.9em;
	color: #fff;
	font-weight: normal;
		text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
		text-align: center;
		padding-bottom: 1.2em;
		border-bottom: solid 1px #eee;
/*		padding-top: 1.5em;
		border-top: solid 2px #0e7a9e;*/
}
.about {
	padding: 4em 2em;
	background: #fff;
	text-align: center;
		font-family: 'Open Sans Condensed', sans-serif;
	color: #000;

}
h3, h4, h5 {
	font-family: 'Open Sans Condensed', Helvetica, sans-serif;
	color: #fff;
	font-size: 1.5em;
    font-weight: 800;
    letter-spacing: 0.225em;
    line-height: 1em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}
h4 {
	font-size: 1.4em;
	font-weight: 300;
	padding: 0 1em;
}
h5 {
	font-size: 1em;
	font-weight: 700;
	padding: 0 3.2em;
	text-transform: none;
}

.about img {
	margin-top: 2em;
	width: 100%;

}
.about h3 {
	font-size: 1.5em;
	font-weight: 800;
	text-align: left;
	color: #000;
	display: inline-block;
	float: left;
	padding-bottom: 0.5em;
	margin-bottom: 0;
	border-bottom: 1px dotted black;
}
.about p {
	text-align: left;
	font-size: 1.3em;
    font-weight: 400;
    letter-spacing: 0.1em;

}
.books {
	margin: 0;
	margin-top: 2em;
	margin-bottom: 2em;

			background-color: rgba(255,255,255, 1);

}

.bookie img {
	border: solid 2px #000;
	display: block;
}
.books .d-3 {
	padding: 1em 3em 1em 3em;
	text-align: center;
}


.books h3 {
	color: #222;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
	margin: 0;
  font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: center;
}
.books .d-3 ul {
  margin: 0;
  padding: 0.7em;
  list-style: disc;

  background: #f5f5f5;
  	border: solid 1px #f5f5f5;
  	display: none;
}

.d-3 ul li {

  line-height: 1.5em;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
	color: #000;
  font-size: 1.0em;
  margin-left: 1em;
  text-align: left;
}

.d-3 .buy-now {
	width: 100%;
	text-align: center;
}
a.buy-now {
	padding: 1.2em 0.3em;
	display: block;
  width: 100%;
  margin-bottom: 0;
	background-color: #222;
	border-radius: 4px;
	color: #fff;
	font-size: 0.8em;
	font-family: sans-serif;
}
a.learn {
	padding: 1.2em 0.3em;
	display: block;
  width: 100%;
/*  margin-top: 0.5em;*/
  margin-bottom: 0;
background: #222;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8em;
	font-family: sans-serif;
}

.clear {
	clear: both;
}




.footer-main {
	padding: 0 3em;
}
footer {

/*	min-height: 178px;*/
margin: 0;
padding: 0;
background-color: rgba(29, 36, 42, 0.9);
color: #ddd;
text-align: center;
padding-top: 1em;
}

footer h3 {
	font-size: 1.4em;
	font-family: 'Open Sans';
	margin: 0.5em 0;
	font-weight: 800;
	    letter-spacing: 0.26em;
	padding-bottom: 0.5em;
}

footer .d-3 {
	padding: 1em 1em 0em 1em;
	text-align: center;
}
footer ul {
	padding: 0;
	padding-left: 0em;
	margin: 0;
}
footer ul li {
	color: #777;
	padding: 0;
	font-size: 1.3em;
	list-style: none;
	text-align: left;
	margin-bottom: 8px;
}

footer ul li a {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;

}
footer ul li a:hover {
	color: #1b88c8;
	border-bottom: 1px dotted #1b88c8;
}
footer input[type="email"] {

  width: 100%;
  font-size: 1em;
  padding: 0.3em 0;
  margin-left: 0em;
  padding-left: 0.5em;
  font-family: 'Open Sans Condensed';
  letter-spacing: 0.1em;
  font-weight: 800;

}
footer input[type="submit"] {
  background:#1971a5;
  margin-top: 2px;
  border: 1px solid #fff;
  padding: 0em 0;
  width: 100%;
  height: 35px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  outline: none;
  transition: .5s all;
}
footer input[type="submit"]:hover {
  background: #fff;
  color:#000;
} 

.copyright  {
	text-align: center;
	font-size: 1.2em;
	font-family: 'Open Sans Condensed', sans-serif;
	margin: 0;
	padding: 1em 2em;
}




.info {
	padding: 2em 2em;
	background: #fff;

		font-family: 'Open Sans Condensed', Helvetica, sans-serif;
	color: #000;
}
.info h3, .info h4 {
	font-family: 'Open Sans Condensed', Helvetica, sans-serif;
	color: #222;
	font-size: 1.7em;
    font-weight: 800;
    letter-spacing: 0.225em;
    line-height: 1em;
    margin: 0 0 1em 0;
    display: block;
    text-transform: uppercase;	
}
.info h3 a {
	display: inline-block;
	text-align: center;
	padding-bottom: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	border-bottom: 1px dotted #1971a5;
}
.info h4 {
	margin-top: 2em;
	font-size: 1.4em;
	text-align: left;
	letter-spacing: 0.1em;
	padding: 0;
}
.image p {
display: none;
}
.content p {
	text-align: left;
	font-size: 1.2em;
}
.info img {
	border: 3px solid #000;
}
.content p.tags, .content p.tag2 {
text-align: center;
color: #000;
font-weight: bold;
font-size: 1.1em;
}
.content p.tag2 {
	color: #ddd;
}
.tag {
	color: #1971a5;
	font-weight: bold;
}
a.buy-now {
text-align: center;
background: #1971a5;
}
h3 a{
	color: #1971a5;
}
.info ul {
	text-align: left;
	font-size: 1.2em;
}

.block2 {
	padding: 1em;
}

.gallery {

	padding: 4em 2em;
	background-color: rgb(29, 36, 42);
		text-align: left;
		font-family: 'Open Sans Condensed', Helvetica, sans-serif;
	color: #fff;
	font-size: 1em;
}
a {
	color: #1971a5;
	font-weight: bold;
}
.gallery a {
	color: #1b88c8;	
}
.gallery p {
	font-size: 1em;
	padding: 0em 1em;
}
.pic {
	padding: 0.7em;
}
.pic p {
	display: none;
		font-size: 1em;
}

	.content h3 {
		display: block;
		text-align: center;
	}






@media only screen and (min-width: 580px) {
	header {
		height: 3.6em;
	}
	nav {
		float: none;
	}
	nav ul {
		margin-top: -0.2em;
		text-align: center;
		padding-top: 1.2em;
	}
	nav li {
		margin-top: 0;
		display: inline;
		float: none;
		text-align:center;
	}

	h3 {
			font-size: 2.3em;
	}
	.logo h1 {
		font-size: 10vw;

	}
	.logo h2 {
		font-size: 5vw;
	}
	.logo img {
		width: 40%;
		margin-top: 4em;
	}
	.bookinfo {
		padding: 3em;
	}


}
@media only screen and (min-width : 581px) {

	header {
		height: 3.6em;
	}
	nav {
		float: none;
	}
	nav ul {
		margin-top: -0.2em;
		text-align: center;
		padding-top: 1.2em;
	}
	nav li {
		margin-top: 0;
		display: inline;
		float: none;
		text-align:center;
	}

	h3 {
			font-size: 2.3em;
	}
	.logo h1 {
		font-size: 10vw;

	}
	.logo h2 {
		font-size: 5vw;
	}
	.logo img {
		width: 35%;
		width: 35vw;
		max-width: 233px;
		margin-top: 4em;
	}
	.bookinfo {
		padding: 0 5em;
	}
	.footer-main {
		padding: 0 6em;
	}

.gallery {

	padding: 4em 1.5em;
}

.gallery h4 {
padding-top: 1.4em;
}

.gallery p {
	padding: 0.5em 1em;

	font-size: 1.2em;

}


.pic img {
	border: 2px solid #fff;
}

.pic p {
		height: 2.8em;
		overflow:hidden;
	display: block;
	padding: 0;
	margin: 0.1em 0;
		font-size: 1em;
}
.pic {
	padding: 1em 1em 1em 1em;
	display: block;
	width: 50%;
	float: left;
}	
.footer-main {
	padding: 0 7em;
}

.bookinfo {
	padding: 0 7em;
}
.logo .block2 {
	padding: 0;
}
/*a .responsive {
	width: 80%;
}*/
	footer .d-3 {
		width: 50%;
		padding: 0 3em;
		float: left;
	}
	.footer-main {
		padding: 0 0em;
	}
.followme {
	display: none;
}

}	

@media only screen and (min-width : 768px) {


.bookinfo {
	padding: 0 10em;
}
.logo .block2 {
	padding: 0;
}
.about p {
	width: 90%;
}
.block2 {
	padding: 0 10em;
}
}
@media only screen and (min-width : 960px) {
	header {
		height: 4.1em;
	}
	nav {
		float: right;
	}
	nav li {
		display: inline-block;
		float: left;
	}

	.container {
		width: 900px;
		margin: 0 auto;	
	/*	background: #ccc;*/
	}

	.block2 {
		width: 50%;

		padding: 0;
		float: left;
		text-align: center;
	}
	.block2 img {
		width: 80%;
	}

	.width60 {
		width: 55%;
	}
	.width40 {
		width: 45%;
	}
		.logo img {
		margin-top: 5.5vw;
		width: 63%;
	max-width: 270px;
		text-align: center;
	}
.break {
    display:inline;
}
.break:after {
    content:"\a";
    white-space: pre;
}
	.logo h1 {
		font-size: 7vw;
		font-weight: 600;
		letter-spacing: 0.11em;
		margin: 0.4em 0;
	}
	.logo h2 {
		font-size: 3vw;
	}
	.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.info h3 a {
text-shadow: rgba(0, 0, 0, 0.3) 2px 1px 0.8px;
	margin-bottom: 1em;
	border-bottom: 2px dotted #1971a5;
}
.gallery {

	padding: 4em 2em;
}

.gallery h4 {
padding-top: 1.4em;
padding-left: 2.3em;
}

.gallery p {
	padding: 0.5em 2.3em;
	width: 77%;
	font-size: 1.2em;
}


.pic img {
	border: 2px solid #fff;
}

.pic p {
	padding: 0;
	margin: 0.1em 0;
	font-size: 1em;
	height: 3.0em;
}
.pic {
	padding: 1em 2em 2em 3em;
	display: block;
	width: 50%;
	float: left;
}


.bookinfo {
			-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		padding: 4em 0em;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
				-webkit-flex-direction: row; 
  	flex-direction: row;
}


.bookinfo .image {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			width: 50%;
			text-align: center;
		}
	.bookinfo img {
		width: 70%;
	}
.bookinfo .content {
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			width: 50%;
			text-align: center;
		}

.reverse {
				-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
}

.image a img.responsive {
		width: 60%;
}
.content p.tags, .content p.tag2 {
display: none;
}
.image p {
	display: block;
	font-size: 1.1em;
}
	.block2 {
		width: 50%;

		padding: 0 5em;
		float: left;
		text-align: center;
	}

}
@media only screen and (min-width : 1260px) {




/*#outer {
		
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.4)), url("../../images/bg.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.4)), url("../../images/bg.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.4)), url("../../images/bg.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.4)), url("../../images/bg.jpg");
		background-attachment: fixed;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 0;

}*/

#banner {
	background: none;
}
#about {
	background: none;
	height: 50vh;
	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.2);
}

.break {
    display:none;
}


.books h3 {
	display: block;
	color: #444;
	height: 6em;
	font-size: 1.2em;
	padding: 0em 0em;
	padding-top: 2em;
	padding-bottom: 1em;
}

.books {
	padding-bottom: 3em;
		margin-top: 10em;
		margin-bottom: 10em;
}
	.container {
		width: 1200px;
		margin: 0 auto;	
	/*	background: #ccc;*/
	}
	.d-3 {
		padding: 1em 3em 3em 3em;
		width: 33.33%;
		float: left	
	}

	.width60 {
		width: 60%;
	}
	.width40 {
		width: 40%;
	}
	.bookinfo img {
		width: 60%;
	}

	.logo img {
		margin-top: 4em;
		width: 53%;
		max-width: 286px;
		float: right;
		text-align: right;
	}

	.logo h1 {
		font-size: 6.1em;
		margin: 0.6em 0;
		font-weight: 600;
	}
	.logo h2 {
		font-size: 2.9em;
	}


	.quotebox {
			padding: 6em 2em 4em 2em;
			background-color: rgba(29, 36, 42, 0.8);

}
.quote {

	font-size: 2.7em;

/*		padding-top: 1.5em;
		border-top: solid 2px #0e7a9e;*/
}
	footer .d-3 {
		width: 33.33%;
	}

	footer ul {
		font-size: 1.2em;
		padding-left: 3em;
	}
	footer ul li a {
	font-size: 1.0em;

}



footer input[type="email"] {

  width: 80%;
  font-size: 1em;
  padding: 0.3em 0;
  margin-left: 0em;
  padding-left: 0.5em;
  font-family: 'Open Sans Condensed';
  letter-spacing: 0.1em;
  font-weight: 800;

}
footer input[type="submit"] {
  margin-top: 2px;
  padding: 0em 0;
  width: 80%;
  height: 35px;
  font-size: 14px;
  letter-spacing: 1px;
}


.pic {
	padding: 1em 2em 2em 3em;
	display: block;
	width: 33.333%;
	float: left;
}

.followme {
	display: block;
}
.about p {
	width: 77%;
}

}



