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

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
html {
    background-color: rgb(255,255,255);
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    height: 100%;
}
	

body {
    background-color: rgba(48,41,41,1.00);
   background-image:url("../_images/img-back/tetrad-bk.png");
    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: 'Cantarell', sans-serif;
    font-size: 1em;
   color: black;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    position: relative;
    margin: 0 auto;
   
} 
header {
    height: 320px;
   margin-bottom: 10px;
    position: relative;
    background-color: none;
    background-image: url(../_images/img-back/contact-head.png);
    background-repeat: no-repeat;
    padding-bottom: 20px;
}
header img{
	padding-top: 20px;
	position: relative;
	text-align: left;
	float:left;
}

.logo{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
}
.logo a{
font-family: 'Cantarell', sans-serif;
	font-size: 2.5em;
	color: #fff;
	text-decoration: none;
	border: 3px solid #fff;
	text-transform: uppercase;
	padding: 2px 10px 0 10px;
	margin: 0;
}
.logo a:hover{
	background-color:rgba(240,156,157,0.6);
	color: #7accc8;
}
header a.logo span { display: none; }

ul.nav {
	background-color: none;
	color: white;
	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: 10px;
	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);	
}

.container{
	width: 75%;
	font-family: 'Satisfy', cursive;
	font-size: 1.2em;
	background-color: rgba(125,213,240,0.3);
	padding-top: 20px;
	padding-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-radius: 20px 20px 20px 20px;
	-moz-box-shadow: 0px 5px 10px #888;
	-webkit-box-shadow: 0px 5px 10px #888;
	box-shadow: 0px 5px 10px #888;
	border: 5px dashed white;
}

 h1 {
    font-family: 'Satisfy', cursive;
    color: white;
    padding: 10px;
    text-align: center;
    line-height: 48px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.7em;
    font-style: normal;
    font-weight: 400;
}
button {
	font-family: 'Cantarell', sans-serif;
	font-size: 1em;
	cursor: hand;
	background-color: rgba(57,134,148,1.00);
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0px 3px 5px #888;
	color: white;
	border: none;
	display: block;
	margin-top: .5em;
	margin-right: auto;
	margin-bottom:.5em;
	margin-left: auto;
	padding: 10px;
	width: 70%;
}


 button:hover {
	font-family: 'Cantarell', sans-serif;
	font-size: 1.1em;
	transform: scale(1.4);
	background-color:rgba(204,204,51,1);
	color: rgba(51,51,51,1);
}
h2 {
	font-family: 'Satisfy', cursive;
	color: white;
	padding: 2em;
    text-align: center;
	line-height: 35px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
}

 h3 a {
    font-family: 'Satisfy', cursive;
    text-align: center;
    color: red;
	border-radius: 20px 20px 20px 20px;
    background-color: rgba(244,228,228,0.8);
    padding: 30px;
    font-size: 1.7em;
    text-decoration: none;
     border: thick dotted red;
}
 h3 a:hover {
    font-family: 'Satisfy', cursive;
	 weight: bold;
    text-align: center;
    color: red;
	border-radius: 20px 20px 20px 20px;
    background-color: #efdb9c;
    padding: 30px;
    font-size: 1.7em;
    text-decoration: none;
     border: thick dotted red;
}


 h5 a{
    fontr-family: 'Satisfy', cursive;
	text-align: left;	
	color: white;
    font-size: 1.2em;
	text-decoration: none;
}
  h5 a:hover{
	font-family: 'Satisfy', cursive;
	text-align: left;	
    color: red;
	font-size: 1.2em;
	text-decoration: none;
}


 img{
	
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

.connect{
	width: 90%;
	font-family: 'Satisfy', cursive;
	font-size: 1.2em;
	color: black;
	background-color: rgba(255,255,255,0.9);
	border-radius: 20px 20px 20px 20px;
	padding: 15px;
	border: 7px solid rgba(204,255,51,1);
	clear: both;
}
.connect h1{
	font-family: 'Satisfy', cursive;
	color: rgba(204,0,0,1);
	font-size: 1.5em;
}
.connect h4 a{
	font-family: 'Satisfy', cursive;
    color: rgba(0,204,153,1);
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
}
.connect h4 a:hover{
	font-family: 'Satisfy', cursive;
    color: rgba(0,0,0,1);
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
}
.books {
	
	width: 75%;
	position: relative;
	padding: 10px;
}
.print{
	width: 98%;
	font-family: 'Satisfy', cursive;
	font-size: 1.2em;
	background-color: rgba(190,116,236,0.3);
	padding: 7px;
    border: 4px dotted white;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	
}
.print h1{
	font-family: 'Satisfy', cursive;
	color: black;
	font-size: 1.5em;
	line-height: 80px;
}
.print p{
	color: yellow;
	line-height: 25px;
}
.print h1 {
	
	color: #61cecb;
}
.print h2 {
	font-family: 'Satisfy', cursive;
    color: white;
	font-size: 1.3em;
	text-align: left;
	text-decoration: none;
    padding: 10px;
}
.print h4 a{
	font-family: 'Satisfy', cursive;
    color: rgba(0,204,153,1);
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
}
.print h4 a:hover{
	font-family: 'Satisfy', cursive;
    color: yellow;
	font-size: 1.2em;
	text-align: center;
	text-decoration: none;
}
.print img {
   padding: 10px;
   margin: auto;
	
}

@media screen and (max-width: 1024px){
	Header{	
	    background-image: url(../_images/img-back/contact-head.png);}	
}
@media screen and (max-width: 850px) {
	header{
		height: 300px;
	    background-image: url(../_images/img-back/contact-head850.png);}
	header a.logo { width: 120px; height: 44px; }
}
@media screen and (max-width: 414px) {
	header{
		hieght: 240px;
	    background-image: url(../_images/img-back/contact-head414.png);}
	header a.logo { width: 120px; height: 44px; }
}
/*page-specific header styles*/

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

div paypal{
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}
.paypal img{
	width: 0%;
	margin-right: auto;
	margin-left: auto;
}
/* Global classes */

.orange {
	size: 2em;
	text-transform: uppercase;
	color:rgba(255,204,0,1);
	font-weight: bold;
}
.blue {
	text-transform: uppercase;
	color:rgba(0,0,255,1);
	font-weight: bold;
}
.red {
	text-transform: uppercase;
	color:rgba(255,0,0,1);
	font-weight: bold;
}

footer {
	clear: both;
}


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

footer{
	background-color: none;
	height: outo;
	background-size: cover;
	box-shadow: 0px 10px 0px #888;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
}
footer img{
	padding: 5px;
}
ul.social{
	display: block;
	padding-top: 20px;
	margin: auto;
	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;
	padding-bottom: 5px;
}

 footer #privacy {
	padding: 20px;
}
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;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
}
footer #privacy h3{
	font-size: 1.2em;
	color: #666;
	text-align: center;
}
footer #privacy p:hover {
	font-size: 1em;
}
aside { width: 100%; float: none; }


