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

body {
        background-image: url('images/womanbg.jpg');
        background-repeat:repeat;

}

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


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


::-webkit-scrollbar-thumb {
    width:20px; height:3px;
    background-color:#8E6559;
    border: 14px solid #EDEDED;
}



#navigation {
	position:relative;
        width:70%;
	right:0px;
	top:-60px;
        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;
}

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


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


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

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

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

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




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

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


#container {
	margin: -270px;
	position: relative;
	float: center;
	width:70%;
}

.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:#292320;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;opacity:0.8;text-shadow: 0px 1px 0px #ffffff;}


blockquote {
 	background-color:#D9C2B2; 
 	padding: 8px;
	text-align:justify;
	color:#292320;border:3px dashed #927561;}
h1 { 
	color:#927561;
        letter-spacing:1px;
  font-family: "Dancing Script", cursive;
        font-size:39px;
        padding:10px;background-color:#ffffff;opacity:0.5;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;border-bottom:3px dashed #927561}

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