html, body {
        height: 100%;
        margin:0;
}

body {
        background-color:#B5EEEB;

}

// <uniquifier>: Use a uniquifier for the class name
// <weight>: Use a value from 400 to 700

.dancing-script-<uniquifier> {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}



::-webkit-scrollbar {height:20px; width: 30px;}
::-webkit-scrollbar-corner {background-color:#B5EEEB;}


::-webkit-scrollbar-track-piece {
    background-color: #B5EEEB;
}


::-webkit-scrollbar-thumb {
    width:20px; height:3px;
    background-color:#55A5A1;
    border: 14px solid #B5EEEB;
}



#navigation {
	position:relative;
        width:70%;
	right:0px;
	top:-30px;
        padding-left:20px;
        padding-right:20px;
        padding-top:20px;
        padding-bottom:20px;
        float: center;
font-family: 'Pacifico', cursive;
        font-weight: 700;
        overflow:hidden;
        text-align:center;         background: #55A5A1;
  transform: skew(20deg);border-top:3px solid #6FC4C0;

}

#navigation A:link { 
        text-decoration: none; 
        color:#ffffff; 
        line-height:33px;
font-family: 'Pacifico', cursive;
        font-weight: 700;font-size:16px;
        padding-top:24px;
        padding-bottom:24px;
        padding-left:24px;
        padding-right:24px;
 
}

#navigation A:visited { 
         color:#ffffff; 
        line-height:33px;
font-family: 'Pacifico', cursive;
        font-weight: 700;font-size:16px;
        padding-top:24px;
        padding-bottom:24px;
        padding-left:24px;
        padding-right:24px;
  
}

#navigation A:hover { 
         text-decoration: none; 
        color:#6FC4C0; 
        line-height:33px;
font-family: 'Pacifico', cursive;
        font-weight: 700;font-size:16px;
        padding-top:24px;
        padding-bottom:24px;
        padding-left:24px;
        padding-right:24px;
}


#header {
        background-image: url('premade/catshead.jpg');
        background-repeat: no-repeat;
        background-position: center; 
        height:586px;
        width:100%;
        margin-top:-5px;
}


a:link {
        text-decoration: none; 
        color:#6FC4C0; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        color:#6FC4C0; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        color:#6FC4C0; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#957054; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}




b { 
        color: #957054;  font-size: 21px;       font-weight: 400!important;  font-family: "Dancing Script", cursive;
}

i { 
        color: #957054;   font-size: 21px;      font-weight: 400!important;  font-family: "Dancing Script", cursive;
}


#container {
	margin: 10px;
	position: relative;
	float: center;
	width:65%;
}

.contentx{
        margin-left:0px;background-image:url(premade/catsbg1.jpg);        background-repeat: no-repeat;background-color:#C2F5F2;border-right:9px solid #6CCAC4;border-bottom:6px solid #6CCAC4;
        margin-right:0px;
        margin-bottom: 70px;padding:25px;
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 500!important;
        text-align:justify; color:#2F696D;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;opacity:0.8;}


blockquote {
 	background-color:#8DE3E8; 
 	padding: 8px;
	text-align:justify;
	color:#2F696D;border-left:3px dashed #2F696D;}
h1 { 
	color:#2F696D;
        letter-spacing:1px;
  font-family: "Dancing Script", cursive;
        font-size:39px;
        padding:10px;}

.contentx input, textarea, select {
  background-color: #8DE3E8;
  border: 2px dashed #2F696D;
  padding:4px;
  color:#2F696D;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}