@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/img-cobra/faceb-lg.png");
  background-attachment:fixed;
  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;
   color: white;
   font-size: 1.1em;
   line-height: 1.5;
}
header {
	height: 392px;
	background-size: cover;
	background-image: url(../images/img-cobra/head-disc1200.jpg);
	margin-bottom: 10px;
	position: relative;
	background-color: rgba(249,242,242,1.00);
	box-shadow: 0px 3px 5px #888;
	background-repeat: no-repeat;
	marign: 0px;
	padding: 0px;
}
header img{
	height: auto;
	padding-top: 20px;
    float: left;
    position: relative;
}
.logo{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}
.logo a{
    font-family: 'Montserrat', sans-serif;
	font-size: 2.5em;
	color: rgba(9,13,81,1.00);
	background-color: red;
	text-decoration: none;
	border: 3px solid #fff;
	text-transform: uppercase;
	padding: 2px 10px 0 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.logo a:hover{
	background-color: #8FA8E9;
	color: red;
}
header a.logo span { display: none; }
 .title{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	width: 75%;
	padding: 0px;
	clear: both;
	margin-right: auto;
}
article {
	background-color: rgba(142,154,225,0.7);
	width: 85%;
	padding: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	border: solid thin red;
	border-radius: 20px 20px 20px 20px;
	clear: both;
	
}
article h2 {
	font-family: "Finger Paint", cursive;
	font-size: 2em;
	text-shadow: 0px 3px 2px #000;
	color: rgba(9,13,81,1.00);
}
article h3 {
   font-family: "Finger Paint", cursive;
	font-size: 1.8em;
	text-shadow: 0px 3px 2px #000;
	color: red;
	text-align: center;
}

h3 a{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(204,0,0,1);
	letter-spacing: 2px;
	text-decoration: none;
}
h4{
	font-family: 'Montserrat',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;
}

article p{
    font-family: 'Montserrat', sans-serif;
	font-size: 1.1em;
	line-height: 1.5;
	padding: 10px;
	margin-right: 15px;
	margin-left: 15px;
	text-align: left;
	color: white;
	font-weight: 700;
}
article img {
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
article p span{
	font-family: 'Cantarell', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: rgba(59,22,174,1.00);
	text-transform: uppercase;
}
article .firstcharacter {
	font-family: 'Cantarell', sans-serif;
	float: left;
	color: rgba(151,9,12,1.00);
	font-size: 4.5cm;
	line-height: 60px;
	padding-top: 30px;
	padding-right: 8px;
	padding-left: 3px;
	padding-bottom: 35px;
	font-weight: 400;
  }
article blockquote {
	background-color: rgba(233,233,233,0.8);
	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.6em;
	color: rgba(100,0,0,1);
}
 article blockquote p {
	font-family: 'Satisfy', cursive;
	margin: 30px 50px 40px 30px;
	font-size: 1.6em;
	color: rgba(100,0,0,1);
	padding-top: 40px;
	padding-left: 30px;
	}
.wrapper blockquote  p:first-letter{
	font-family: 'Satisfy', cursive;
	color: rgba(204,0,0,1);
	font-size: 1.5em;
	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:rgba(102,102,102,1);
}
article blockquote::before {
	content: '\201c';
	color:#95b8cb;
	position: absolute;
	top: 8px;
	left: 15px;
    font-size: 8em;
	font-family: serif;
	padding-right: 18px;
}
.quest{
    background-color: rgba(9,13,81,0.6);
	box-shadow: 0px 3px 5px #888;
	border-radius: 20px 20px 20px 20px;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid rgba(102,102,102,1);
	width: 80%;
	margin-bottom: 10px;
}
.quest p{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: rgba(51,51,51,1);
	text-align: left;
	padding: 10px;
}
.quest h1{
	font-family: 'Satisfy', cursive;
	margin: 0px 0px 1em 0px;
	color: rgba(255,255,255,1);
	font-size: 1.6em;
}
.quest div {
	padding: 16px;
	clear: both;
	width: 99%;
}
aside .fun blockquote{
	font-family: 'alex-brush';
	color: rgba(204,0,0,1);
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
    box-shadow: 0px 5px 10px #888;
	background-color: rgba(255,255,255,1);
	padding: 10px;
	}
aside blockquote p:first-letter{
	font-family: 'Satisfy', cursive;
	font-size: 36px;
	font-style: italic;
	color: rgba(0,0,255,1);
	text-indent: 5px;
}
img{
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	margin-bottom: 0px;
}
@media screen and (max-width: 1280px) {
    header {
    background-image: url(../images/img-cobra/head-disc1200.jpg);
    height: 390px; }
	header a.logo { width: 120px; height: 44px}
	article { width: 90%; float: none; margin-bottom: 40px; }
 }
@media screen and (max-width: 1024px) {
	header{
     background-image: url(../images/img-cobra/head-disc1200.jpg);
    height: 390px;   
    background-size: cover;
	margin-bottom: 10px;
	position: relative;
    background-repeat: no-repeat;}
    header a.logo { width: 120px; height: 44px;}}
@media screen and (max-width: 850px) {
	header{
    background-image: url(../images/img-cobra/head-disc800.jpg);
    height: 260px;
    background-size: cover;
	margin-bottom: 10px;
	position: relative;
    background-repeat: no-repeat;}
	header a.logo { width: 120px; height: 44px; }
@media screen and (max-width: 414px) {
	header{
    background-image: url(../images/img-cobra/head-disc800.jpg); 
	background-size: cover;
    margin-bottom: 10px;}
	header a.logo { width: 80px; height: 34px; }
}

img, object, embed, video {
	max-width: 100%;
	-ms-interpolation-mode:bicubic;
}
[if lt IE 9]><script>
jQuery(function($) {
    $('img').each(function(){
        // .removeAttr supports SSVs in jQuery 1.7+
        $(this).removeAttr('width height');
    });
});
</script>
	
/* Footer– */
footer{
	background-color: rgba(193,170,236,0.20);
	height: auto;
	background-size: cover;
	margin-top: 10px;
	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;
}
footer img{
	padding: 7px;
}

footer .container{
	padding: 30px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;	
}
.container a{
	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.instagram a:hover{color: rgb(81,127,237);}
ul.social li.twitter a:hover{color: rgb(0,172,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-fakily: 'Montserrat',sans-serif;
	text-align: center;
	color:dimgray;
	font-size: .8em;
}
h4 a{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: rgba(255,255,255,1);
	font-size: 0.8em;
	padding: 5px;
	text-decoration: none;
	width: 80%;
}
h4 a:hover{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: rgba(255,0,0,1);
	font-size: 0.8em;
	padding: 5px;
	text-decoration: none;
	width: 80%;
} 