@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;
}

/* colors 
red: #97190a
green: #008e76
blue: rgba(0,204,204,1)
orange: #ed782a
grey: #9caaa4
fuccia:rgba(221,34,81,1)
black:rgba(255,255,255,1)
prune: rgba(128,0,64,1)
*/

body {
	background-color: rgba(255,255,255,1);
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	font-size: 1.1em;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/img-head/back-pg3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	clear: both;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
.titlepage{
	font-family: 'Alfa Slab One', cursive;
	font-size: 3.8rem;
	background-color: none;
	text-shadow: 0px 3px 2px #000;
	width: 87%;
	margin: auto;
	text-align: center;
	perspective: 800px;
	padding: 15px;
 }
.titlepage span {
   display:inline-block;
   margin-left: -20px;
   color: rgba(236,5,13,1.00);
   transform-origin: 50% 70%;
}
 span:nth-child(2n) {
  color: white;
}

span:nth-child(1) {
	 margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) both;
}

 span:nth-child(2) {
  margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) .2s both;
}

 span:nth-child(3) {
 margin-right:20px;
 animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) .4s both;
}

 span:nth-child(4) {
	 margin-right: 20px;
 animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) .6s both;
}

 span:nth-child(5) {
  margin-right: 20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) .8s both;
 }

 span:nth-child(6) {
	 margin-right:20px; 
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1s both;
}

 span:nth-child(7) { 
  margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.2s both;
}

span:nth-child(8) { 
 margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.2s both;
}

span:nth-child(9) { 
 margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.2s both;
}

span:nth-child(10) { 
 margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.2s both;
}

span:nth-child(11) { 
 margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.2s both;
}
span:nth-child(12) { 
 margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.2s both;
}
span:nth-child(10) { 
 margin-right:20px;
  animation: flipUp 1s cubic-bezier(0.68, -0.55, 0.26, 1.55) 1.2s both;
}


@keyframes flipUp {
  from {transform: rotateX(90deg);}
  to {tranform: rotateX(0deg);}
}
ul.nav {
	background-color: none;
	color: rgba(255,0,0,1);
	font-size: 2em;
	text-align: center;
	width: 65%;
	font-family: 'Cantarell',  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: rgba(255,0,0,1);
}
.nav a {
	color: rgba(204,0,0,1);
	text-decoration: none;
}
.nav a:hover {
	color: rgba(255,204,0,1);	
}
.wrapper{
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	background-color: rgba(249,243,243,0.2);
	box-shadow: 0px 5px 5px #888;
	border-radius: 30px 30px 30px 30px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 30px;
	position: relative;
	clear: both;
	padding: 20px;
	border: thin solid rgba(51,51,51,1);
	width: 80%;
}
.wrapper p {
    color: black;
   padding: 20px;
	text-shadow: none;
	font-size: 1.1em;
		
}
.wrapper b {
	color:firebrick;
}

.wrapper h1{
	font-family: 'Satisfy', cursive;
	margin: 0px 0px 1em 0px;
	color: rgba(228,4,4,1.00);
	text-shadow: 0px 3px 2px #000;
	font-size: 3em;
	text-align: center;
}
.wrapper h2{
	font-family: 'Satisfy', cursive;
	margin: 0px 0px 1em 0px;
	color: rgba(62,54,54,1.00);
    font-size: 2.3em;
}
h3{
	font-family: "Finger Paint", cursive;
	font-size: 2em;
	color: rgba(204,255,153,1);
	text-shadow: 0px 3px 2px #666;
	text-align: center;
}
.wrapper blockquote {
	background-color: rgba(8,108,85,0.4);
	border-radius: 40px 40px 40px 40px;
	box-shadow: 0px 2px 2px #000;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-top: 25px;
	position: relative;
	width: 70%;
	margin-right: 10px;
	border: 1px solid rgba(23,20,20,1.00);
 }
.wrapper blockquote  p:first-letter{
	font-family: 'Satisfy', cursive;
	color: rgba(204,0,0,1);
	font-size: 2.1em;
	font-weight: bold;
	padding-left: 20px;
}
.wrapper blockquote h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: rgba(100,0,0,1);
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
}

 .wrapper blockquote p {
	font-family: 'Satisfy', cursive;
	margin: 30px 50px 40px 30px;
	font-size: 35px;
	color: rgba(100,0,0,1);;
	padding-top: 40px;
	padding-left: 30px;
	}
.wrapper 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:rgba(102,102,102,1);
}
.wrapper blockquote::before {
	content: '\201c';
	color: black;
	position: absolute;
	top: 8px;
	left: 15px;
    font-size: 8em;
	font-family: serif;
	padding-right: 18px;
}

img, object, embed, video {
	max-width: 100%;
	-ms-interpolation-mode:bicubic;
}
.wrapper blockquote h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-style: italic;
	color: rgba(102,0,0,1);
	padding-bottom: 20px;
	text-align: left;
	padding-right: 20px;
	width: 75%;
	text-shadow: none;
}
.firstcharacter {
	font-family: 'Georgia, serif';
	float: left;
	color: rgba(211,172,8,1.00);
	text-shadow: 0px 5px 2px #000;
	font-size: 5cm;
	line-height: 60px;
	padding-top: 30px;
	padding-right: 8px;
	padding-left: 3px;
	padding-bottom: 35px;
  }
  .wrapper ul {
	font-family: 'Cantarell', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
  }

.wrapper img{
	padding: 10px;
	position: relative;
	
}
.wrapper ul h4{
	font-family: "Finger Paint", cursive;
	font-size: 1.5em;
	text-shadow: 0px 2px 2px #000;
	color: rgba(255,51,153,1);
}

section p a{
	font-family: 'Cantarell', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: rgba(255,102,51,1);
	text-decoration: none;
	text-transform: uppercase;
}
section p a:hover {
	font-family: 'Cantarell', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: rgba(204,153,0,1);
	text-decoration: none;
	text-transform: uppercase;
}
.wrapper img{
	padding: 5px;
	position: relative;
	size: 80%;
}
.wrapper p a{
	font-family: 'Cantarell', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: rgba(204,0,0,1);
	text-decoration: none;
	text-transform: uppercase;
}
.wrapper p a:hover {
	font-family: 'Cantarell', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: rgba(204,153,0,1);
	text-decoration: none;
	text-transform: uppercase;
}
.wrapper div {
	font-family: 'Cantarell', sans-serif;
	font-size: 19px;
	width: 45%;
	height: 48%;
	padding: 4px;
	background-color: rgba(255,70,9,1);
	color: rgba(255,255,255,1);
	font-weight: bold;
	position: relative;
	animation: mymove 5s infinite;
	-moz-animation: mymove 5s infinite; /* Firefox */
	-webkit-animation: mymove 5s infinite; /* Safari and Chrome */
	margin-right: 25px;
	margin-left: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
}
/*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');
    });
});




 #div1 {
	animation-timing-function: cubic-bezier(0,0,0.25,1);
	position: relative;
}
 #div2 {
	animation-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	background-color: blue;
	position: relative;
}
 #div3 {
	animation-timing-function: cubic-bezier(0.42,0,1,1);
	background-color: rgba(170,122,4,1.00);
	position: relative;
}
 #div4 {
	animation-timing-function: cubic-bezier(0,0,0.58,1);
	background-color:  rgba(13,183,191,1);
	position: relative;
}
 #div5 {
	animation-timing-function: cubic-bezier(0.42,0,0.58,1);
	background-color: black;
	position: relative;
}
 #div6 {animation-timing-function:cubic-bezier(0,0,0.25,1);
	 background-color: rgba(101,194,61,1);
 	position: relative;
 }
 #div7 {
	animation-timing-function: cubic-bezier(0.25,0.1,0.25,1);
	position: relative;
	background-color: darkred;
	 
}

/* Firefox: */
 #div1 {-moz-animation-timing-function:cubic-bezier(0,0,0.25,1);}
 #div2 {-moz-animation-timing-function:cubic-bezier(0.25,0.1,0.25,1);}
 #div3 {-moz-animation-timing-function:cubic-bezier(0.42,0,1,1);}
 #div4 {-moz-animation-timing-function:cubic-bezier(0,0,0.58,1);}
 #div5 {-moz-animation-timing-function:cubic-bezier(0.42,0,0.58,1);}
 #div6 {-moz-animation-timing-function:cubic-bezier(0,0,0.25,1);}
 #div7 {-moz-animation-timing-function:cubic-bezier(0.25,0.1,0.25,1);}
 #div8 {-moz-animation-timing-function:cubic-bezier(0.42,0,1,1);}
 #div9 {-moz-animation-timing-function:cubic-bezier(0,0,0.58,1);}
 #div10 {-moz-animation-timing-function:cubic-bezier(0.42,0,0.58,1);}
 #div11 {-moz-animation-timing-function:cubic-bezier(0.25,0.1,0.25,1);}

/* Safari and Chrome: */
#div1 {-webkit-animation-timing-function:cubic-bezier(0,0,0.25,1);}
#div2 {-webkit-animation-timing-function:cubic-bezier(0.25,0.1,0.25,1);}
#div3 {-webkit-animation-timing-function:cubic-bezier(0.42,0,1,1);}
#div4 {-webkit-animation-timing-function:cubic-bezier(0,0,0.58,1);}
#div5 {-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);}
#div6 {-webkit-animation-timing-function:cubic-bezier(0,0,0.25,1);}
#div7 {-webkit-animation-timing-function:cubic-bezier(0.25,0.1,0.25,1);}
#div8 {-webkit-animation-timing-function:cubic-bezier(0.42,0,1,1);}
#div9 {-webkit-animation-timing-function:cubic-bezier(0,0,0.58,1);}
#div10 {-webkit-animation-timing-function:cubic-bezier(0.42,0,0.58,1);}
#div11 {-webkit-animation-timing-function:cubic-bezier(0.25,0.1,0.25,1);}

@keyframes mymove
{
from {left:0px;}
to {left:189px;}
}

@-moz-keyframes mymove /* Firefox */
{
from {left:0px;}
to {left:180px;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
from {left:0px;}
to {left:180px;}
}
/* Footer
–––––––––––––––––––––––––––––––––––––––––––––– */

footer{
	background-color: none;
	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{
	 font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #666;
	font-size: .7em;
}
 
    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: 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;
}
