html, body {
        height: 100%;
        margin:0;
}

body {
       background-image: url('images/bg.jpg');
        background-repeat:repeat;
}

::-webkit-scrollbar {height:20px; width: 30px;}
::-webkit-scrollbar-corner {background-color:#000000;}


::-webkit-scrollbar-track-piece {
    background-color: #000000;
}


::-webkit-scrollbar-thumb {
    width:20px; height:3px;
    background-color:#ffffff;
    border: 12px solid #000000;
}



#navigation {
	position:relative;
        width:51%;
	right:0px;
	top:-60px;margin:30px;
        padding-left:40px;
        padding-right:40px;
        padding-top:40px;
        padding-bottom:40px;
        float: center;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        overflow:hidden;
        text-align:center;        opacity:0.3;
-webkit-border-radius: 30px;
-moz-border-radius: 90px;
border-radius: 60px;background-color:#000000;
}

#navigation A:link { 
        text-decoration: none; 
        color:#ffffff; 
        line-height:33px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;font-size:16px;
        padding-top:24px;
        padding-bottom:24px;
        padding-left:24px;
        padding-right:24px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#7E373E;
}

#navigation A:visited { 
         text-decoration: none; 
        color:#ffffff; 
        line-height:33px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;font-size:16px;
        padding-top:24px;
        padding-bottom:24px;
        padding-left:24px;
        padding-right:24px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#7E373E;
}

#navigation A:hover { 
         text-decoration: none; 
             color:#000000; 
line-height:33px;
font-family: 'Libre Baskerville', serif;
        font-weight: 700;font-size:16px;
        padding-top:24px;
        padding-bottom:24px;
        padding-left:24px;
        padding-right:24px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;background-color:#7889AC}


#header {
        background-image: url('images/head.jpg');
        background-repeat: no-repeat;
        background-position: center; 
        height:469px;
        width:100%;
        margin-top:-5px;
}


a:link {
        text-decoration: none; 
        color:#7889AC; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;
}

a:visited {
         text-decoration: none; 
        color:#7889AC; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:active {
        text-decoration: none; 
        color:#7889AC; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}

a:hover {
        text-decoration: none; 
        color:#965A62; 
	font-size: 13px;
font-family: 'Libre Baskerville', serif;
        font-weight: 600!important;}




b { 
        color: #965A62;  font-size: 18px;       font-weight: 400!important;font-family: 'Yellowtail', cursive;

}

i { 
        color: #965A62;   font-size: 18px;      font-weight: 400!important;font-family: 'Yellowtail', cursive;

}


#container {
	margin: -100px;
	position: relative;
	float: center;
	width:59%;
}

.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:#ffffff;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;opacity:0.4;}


blockquote {
 	background-color:#121111; 
 	padding: 8px;
	text-align:justify;
	color:#4694BE;border:3px dashed #83444B}
h1 { 
	color:#83444B;
        letter-spacing:1px;
font-family: 'Yellowtail', cursive;
        font-size:38px;
        padding:10px;}

.contentcontainer input, textarea, select {
  background-color: #121111;
  border: 2px dashed #83444B;
  padding:4px;
  color:#566B8C;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}