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

body {
        background-color:#CFCFCF;
}

// <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:#E0E0E0;}


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


::-webkit-scrollbar-thumb {
    width:20px; height:3px;
    background-color:#000000;
    border: 14px solid #E0E0E0;
}



#navigation {
	position:relative;
        width:90%;
	right:0px;
	top:20px;
        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: #000000;
border-top:23px solid #CF8748;-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;

}

#navigation A:link { 
        text-decoration: none; 
        color:#CF8748; 
        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:#CF8748; 
        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:#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;
}


#header {
        background-image: url('images/head.jpg'),url('images/bg1.jpg');
        background-repeat: no-repeat,repeat-x;
        background-position: center; 
        height:460px;
        width:100%;
        margin-top:-5px;
}


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

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

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

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




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

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


#container {
	margin: -40px;
	position: relative;
	float: center;
	width:71%;
}

.contentx{
        margin-left:0px;
        margin-right:0px;
        margin-bottom: 70px;padding:25px;
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 500!important;
        text-align:justify; color:#373737;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;}


blockquote {
 	background-color:#C0C0C0; 
 	padding: 8px;
	text-align:justify;
	color:#373737;}
h1 { 
	color:#58504E;
        letter-spacing:1px;
  font-family: "Dancing Script", cursive;
        font-size:39px;
        padding:10px;}

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