@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700italic,700);

@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Regular-webfont.eot');
	src: url('../_fonts/Cantarell-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Regular-webfont.woff') format('woff'), url('../_fonts/Cantarell-Regular-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Regular-webfont.svg#webfont9UOzsjXz') format('svg');
	font-weight: normal;
	font-style:normal;
}

@font-face {
	font-family: 'Cantarell';
	src: url('../_fonts/Cantarell-Bold-webfont.eot');
	src: url('../_fonts/Cantarell-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../_fonts/Cantarell-Bold-webfont.woff') format('woff'), url('../_fonts/Cantarell-Bold-webfont.ttf') format('truetype'), url('../_fonts/Cantarell-Bold-webfont.svg#webfontKr2CkGZp') format('svg');
	font-weight: bold;
	font-style:normal;
}

body {
	background-image: url(../images/window-push.jpg);
    background-coor: white;
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    clear: both;
	font-family: 'Montserrat', sans-serif;
    font-size: 1em;
	line-height: 1.5;
   color: black;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    position: relative;
    margin: 0 auto;
} 

header {
    height: 415px;
    margin-bottom: 10px;
    position: relative;
    background-color: rgba(78,8,11,0.60);
    background-image: url(../images/magnifier.png);
    background-repeat: no-repeat;
	box-shadow: 0px 5px 10px #888;
    padding-bottom: 0px;
}
header img{
	position: relative;
	float:left;
}
img, object, embed, video {
	max-width: 100%;
	-ms-interpolation-mode:bicubic;
}

.logo{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
}
.logo a{
    font-family: 'Montserrat', sans-serif;
	font-size: 2.5em;
	color: white;
	text-decoration: none;
	border:  3px  solid white;
	text-transform: uppercase;
	padding: 2px 10px 0 10px;
	margin: 0;
}
.logo a:hover{
	background-color: chocolate;
	color: white;
}
header a.logo span { display: none; }

ul.nav {
	background-color: none;
	color: white;
	font-size: 2em;
	text-align: center;
	width: 65%;
	font-family: Cantarell, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 12px;
}
.nav li {
	list-style: none;
	display: inline;
	margin: 0 20px 0 0;
	color: white;
}
.nav a {
	color: white;
	text-decoration: none;
}
.nav a:hover {
	color: rgba(255,204,0,1);	
}
h1 { font-family:'Satisfy', cursive;
     margin: 0px 0px 1em 0px; 
     color: white;
     font-size: 3.5em;
    text-align: center;
	 }
h1 span {
	color: rgba(213,0,0,1);
	text-transform: lowercase;
	background-color: rgba(255,255,255,1);
}
h2 {
	font-family: "Finger Paint", cursive;
	font-size: 1.7em;
	text-shadow: 0px 3px 2px #000;
	color: yellow;
	text-align: center;
}

h4 {
	font-family: sans-serif;
	color: #777;
	font-size: 11px;
	margin: 0; padding: 0; 
	}
h5{
	font-family: Satisfy, cursive;
	margin: 0px 0px 1em 0px;
	color: black;
	font-size: 2.3em;
}
h4 span{
	font-family: Satisfy, cursive;
	font-size: 2.7em;
	color:rgba(0,153,51,1);
	padding-top: 7px;
	text-align: center;
}
article {
	width: 80%;
	padding: 15px;
	position: relative;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: rgba(78,8,11,0.60);
    box-shadow: 0px 3px 5px #888;
}

article p{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	image-orientation: 1.5;
	color: white; 
	padding: 10px;
	margin-right: 15px;
	margin-left: 15px;
}
article p span {
    font-family:'Montserrat', sans-serif;
	line-height: 1.5;
	margin: 0px 0px 1.5em 0px;
	color: #873d0b;
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}
article img {
    padding: 10px;
    position: relative;
}
article a{
	font-family: 'Cantarell', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(102,51,0,1);
    text-decoration: none;
	
}
article a:hover{
	color: rgba(204,0,0,1);	
    font-family: 'Cantarell', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
}

.firstcharacter {
	font-family: 'Georgia', serif;
	float: left;
	color: #61cecb;
	text-shadow: 0px 5px 2px #000;
	font-size: 4cm;
	line-height: 60px;
	padding-top: 30px;
	padding-right: 8px;
	padding-left: 3px;
	padding-bottom: 35px;
  }
article blockquote {
	background-color: rgba(240,247,132,0.5);
	border-radius: 40px 40px 40px 40px;
    box-shadow: 0px 2px 2px #000;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-top: 25px;
	position: relative;
	width: 75%;
	margin-right: 10px;
	border: 1px solid rgba(48,207,171,1);
 }
article blockquote h3 {
    font-family: Satisfy, cursive;
    font-size: 1.8em;
	color: rgba(100,0,0,1);
}
 article blockquote p {
	font-family: Satisfy, cursive;
	margin: 30px 50px 40px 30px;
	font-size: 1.9em;
	color: white;
	padding-top: 40px;
	padding-left: 30px;
	}
article blockquote  p:first-letter{
	font-family: Satisfy, cursive;
	color: rgba(204,0,0,1);
	font-size: 1.8em;
	font-weight: bold;
	padding-left: 20px;
}
article blockquote p .quote{
	font-family: Satisfy, cursive;
	margin: 30px 50px 40px 30px;
	text-shadow: none;
	font-size: 4em;
	font-style: italic;
	font-weight: bolder;
	color: red;
}
article blockquote::before {
	content: '\201c';
	color:#95b8cb;
	position: absolute;
	top: 8px;
	left: 15px;
    font-size: 8em;
	font-family: serif;
	padding-right: 18px;
}
article blockquote img {
    padding-bottom: 20px;
    position: relative;
    box-shadow: 0px 2px 2px #000;
    margin-left: auto;
    margin-right: auto;
}
article blockquote img figcaption {
    font-family: Satisfy, cursive;;
	color: #777;
	font-size: .9em;
	margin: 0; padding: 0; 
}
@media screen and (max-width: 1024px){
	header{
	height: 415px;	 background-image:url(../images/magnifier1024.png);}
    article  { width: 90%; float: none; margin-bottom: 40px; }
}
@media screen and (max-width: 850px) {
	header{ background-image:url(../images/magnifier800.png);
	height: 244px;}
	header a.logo { width: 120px; height: 44px; }
	article { width: 75%; float: none; margin-bottom: 40px;}
}
@media screen and (max-width: 414px) {
	header{
	height: 130px;
	 background-image: url(../images/magnifier400.png);}

img, object, embed, video {
	max-width: 100%;
	-ms-interpolation-mode:bicubic;
}
@media screen and (max-width: 750px) {
	header a.logo { width: 120px; height: 44px; }
	article { width: 90%; float: none; margin-bottom: 40px; }
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––– */
footer{
	background-color: white;
    font-size: 10px;
	height: auto;
	background-size: cover;
    margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
	display: block;
    text-decoration: none;
}
footer img{
	padding: 10px;
}
u
 p.copyright{
	font-family: 'Montserrat', sans-serif; 
	text-align: center;
	color: #666;
	font-size: .7em;
	padding-bottom: 5px;
}
 
    footer #privacy {
	font-family: 'Montserrat', sans-serif;		
	padding: 20px;
	margin-top: 20px;
}
footer #privacy h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: darkgray;	
}
footer #privacy p {
	font-size: .5em;
	text-align: justify;
	-webkit-transition: font-size .5s ease;
	-moz-transition: font-size .5s ease;
	-o-transition: font-size .5s ease;
	transition: font-size .5s ease;
}
footer #privacy p:hover {
	font-size: 1em;
}