html, body {
	height:100%;
}
body {
	width: 100%;
	background: #000; /*#b1e583*/
	overflow-x: hidden;
	overflow-y: auto;
}
#menu-toc{
    font-size: 35px;     
    z-index: 1002; 
    position: absolute; 
    right: 10px;
    width: 50px; 
    margin: 20px;
}
#menu-toc a, visited{color: #fff;}

#header{
	position: absolute;
	z-index: 2000;
	width: 235px;
	top: 50px;
}
#header h1{
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
	padding: 20px;
	background: #000;
}
#navigation {
	width: 100%;
	list-style:none;
	z-index:3;
    text-align: center;
    position: relative;
    margin-top: 100px;
}
#navigation a{
	color: #fff;
	display: block;
	line-height: 60px;
	padding: 0px 20px;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-size: 20px;
}
#navigation a:hover {
	color: rgba(77,162,202,0.8);
}
.content{
	right: 80px;
	left: 80px;
	top: 0px;
	position: absolute;
	padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
    .content{
	    right: 0px;
	    left: 0px;
	    top: 0px;
	    position: absolute;
	    padding-bottom: 30px;
    }
}
.content h2{
	font-size: 32px;
	padding: 10px 0px 20px 0px;
	margin-top: 12px;
	color: #fff;
	color: rgba(77,162,202,0.8);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    display:inline-block;
}
@media screen and (max-width: 500px) { 
  .content h2{font-size: 30px;} 
}
.content h3{
	font-size: 32px;
	color: #fff;
	color: rgba(255,255,255,0.9);
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    display:inline-block;
}
.content p{
	font-size: 18px;
	padding: 10px; padding-left: 0px;
	line-height: 24px;
	color: #fff;	
	margin: 3px 0px;
}
.panel{
	width: 100%;
	min-height: 100%;
	position: absolute;
	background-color: #000; /*161616*/
	box-shadow: 4px -4px 4px rgba(0,0,0,0.2);
	margin-left: -102%;
	z-index:2;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;    
    /*background-image: url("../Images/bg-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;*/
}
.panel:target{
	margin-left: 0%;
	background-color: #000; /*b1e583*/
}
#home:target ~ #navigation #link-home,
#documentmanagement:target ~ #navigation #link-documentmanagement,
#estatemanagement:target ~ #navigation #link-estatemanagement,
#taxcollection:target ~ #navigation #link-taxcollection,
#services:target ~ #navigation #link-services,
#contact:target ~ #navigation #link-contact,
#menu:target ~ #bars #link-menu{
	background: #000;
	color: #fff;
}
#works {
	padding: 15px 0px;
}
#works li{
	display: inline;
}
#works li a{
	padding-right: 10px;
}
#works img {
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	padding: 12px; 
	background: rgba(255,255,255,0.9);
}

.footnote a{
	color: #ddd;
}

.contact p{
    margin: 0px; padding: 5px 0px 5px 0px; font-size: 1.2em; 
    background-color: transparent;
}
.contact .txtbox{
    border: 1px solid #c4c4c4; 
    color: #ccc; width: 100%; padding: 10px; 
    max-width: 840px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}
.contact .txtbox:focus{
    outline: none;
    border: 1px solid #7bc1f7;
    box-shadow: 0px 0px 8px #7bc1f7;
    -moz-box-shadow: 0px 0px 8px #7bc1f7;
    -webkit-box-shadow: 0px 0px 8px #7bc1f7;
}