@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 {
	color: #777;
	font-size: 1.1em;
    font-family: 'Cantarell', sans-serif;
	margin: 0;
	padding: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
h1 {
	font-family: 'Satisfy', cursive;
	margin: 0px 0px 1em 0px;
	color: rgba(255,0,0,1);
	text-shadow: 0px 3px 2px #000;
	font-size: 2.4em;
	 }
h3 {
	font-family: "Finger Paint", cursive;
	font-size: 1.8em;
	text-shadow: 0px 3px 2px #000;
	color: rgba(196,0,98,1);
	text-align: center;
}

h4{
	font-family: sans-serif;
	color: #777;
	font-size: 11px;
	margin: 0; padding: 0; 
	}
h4 span{
	font-family: Satisfy, cursive;
	font-size: 2.7em;
	color: rgba(255,0,0,1);
	text-align: center;
	padding: 7px;
}
 p {
	font-family: 'Cantarell', sans-serif;
	font-size: 1.2em;
}
header {
    height: 300px;
    position: relative;
    background-size: cover;
	margin-bottom: 30px;
	background-color: white;
	box-shadow: 0px 3px 5px #888;
	background-repeat: no-repeat;
}
header img{
	padding-left: 10px;
    position: relative;
    margin-bottom: 40px;
}
.logo{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.logo a{
    font-family: 'Cantarell', sans-serif;
	font-size: 2.5em;
	color: darkgray;
	text-decoration: none;
	border: 3px solid darkgray;
	text-transform: uppercase;
	padding: 2px 10px 0 10px;
	margin: 0;
}
.logo a:hover{
	background-color: #fff;
	color: #7accc8;
}
header a.logo span { display: none; }
 .title{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	width: 75%;
	padding: 0px;
	clear: both;
	margin-right: auto;
}
.title h1 {
    font-family: Satisfy, cursive;
	font-size: 1.9em;
	color: black;
   text-shadow: 0px 3px 2px #000;
}
article {
	width: 90%;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: auto;
	position: relative;
	background-color: rgba(255,255,255,0.8);
	margin-right: auto;
}


article h2 {
	font-family: "Finger Paint", cursive;
	font-size: 1.7em;
	text-shadow: 0px 3px 2px #000;
	color: black;
    text-align: center;
}
article p{
	padding: 17px;
	text-align: left;
	color: rgba(0,0,0,1);
    width: 80%;
}
article img {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    position: relative;
}

img, object, embed, video {
	max-width: 100%;
	-ms-interpolation-mode:bicubic;
}
article blockquote  h1 {
    font-family: 'Satisfy', cursive;
	color: black;
   font-size: 1.8em;
	padding: 10px;
   text-align: left;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
p a img{
	padding-top: 0px;
	padding-left: 5px;
	float: left;
	width: 30px;
	height: 30px;
}
.cartoon {
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;	
}
.cartoon  blockquote {
	background-color: rgba(233,233,233,1);
	border-radius: 40px 40px 40px 40px;
    box-shadow: 0px 2px 2px #000;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-top: 15px;
	position: relative;
	width: 80%;
	margin-right: 10px;
	border: 1px solid rgba(48,207,171,1);
 }
.cartoon blockquote h3 {
    font-family: Satisfy, cursive;
    font-size: 1.6em;
	color: rgba(100,0,0,1);
}
 .cartoon blockquote p {
	font-family: Satisfy, cursive;
	margin: 30px 50px 40px 30px;
	font-size: 1.4em;
	color: rgba(100,0,0,1);
	padding-top: 40px;
	padding-left: 30px;
	}
.cartoon blockquote  p:first-letter{
	font-family: Satisfy, cursive;
	color: rgba(204,0,0,1);
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 20px;
}

.cartoon  blockquote p .quote{
	font-family: Satisfy, cursive;
	margin: 30px 50px 40px 30px;
	font-size: 4em;
	font-style: italic;
	font-weight: bolder;
	color:rgba(102,102,102,1);
}
.quest h1{
	font-family: Satisfy, cursive;
	text-shadow: 0px 3px 2px #666;
	color: chocolate;
	font-size: 2em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}  
.quest  ul {
    background-color: chocolate; 
    padding: 10px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 15px;
    margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
    position: relative;
    width: 85%;
	}
.quest ul h2{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.2em;
	color: black;
} 
.quest ul img{
	padding: 3px;
}


@media screen and body, article,header,footer(min-width:320px){width:100%;float:none}

@media screen and body, article,header,footer(max-width:767px){width:100%;float:none}}
@media screen and body, article,header,footer(max-width:1000px){width:100%;float:none}}

/*the two codes below are for the images of the site to be responsive*/


[if lt IE 9]><script>
jQuery(function($) {
    $('img').each(function(){
        // .removeAttr supports SSVs in jQuery 1.7+
        $(this).removeAttr('width height');
    });
});


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––– */

footer{
	background-color: white;
	height: auto;
	background-size: cover;
	margin-top: 20px;
	margin-bottom: 0px;
	position: relative;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
footer img{
	padding: 7px;
}
.container{
	padding: 10px;
}

ul.social{
	display: block;
	margin: 5% 0;
	list-style-type: none;
	text-align: center;
}
ul.social li{
	font-size: 2em;
	display: inline;
	padding: 0 1%;
}

ul.social li a{
	color: #666;
}
ul.social li.facebook a:hover{color: rgb(59,89,152);}
ul.social li.twitter a:hover{color: rgb(0,172,237);}
ul.social li.instagram a:hover{color: rgb(81,127,237);}
ul.social li.youtube a:hover{color: rgb(187,0,0);}
ul.social li.flickr a:hover{color: rgb(255,0, 132);}
 
 p.copyright{
	text-align: center;
	color: #666;
	font-size: .7em;
}
 
    footer #privacy {
	padding: 20px;
	margin-top: 20px;
}
footer #privacy h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: rgba(51,51,51,1);
}
footer #privacy p {
	font-size: 0.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;
	color: rgba(51,51,51,1);
}
footer #privacy p:hover {
	font-size: 1em;
}

