@font-face {
font-family: aldo;
src: url(/font/Aldo.ttf);
}

html, body {
height:100%;
font-family:aldo;
}



body {
	width: 100%;
	background: rgba(249, 255, 172, 0.89);
	overflow: hidden;
}
#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: 5px -5px 15px #666;
	padding: 20px;
	background: #000;
}
#navigation {
	margin-top: 20px;
	width: 235px;
	display:block;
	list-style:none;
	z-index:3;
}
#navigation a{
	color: #444;
	display: block;
	background: rgba(255,255,255,0.9);
	line-height: 50px;
	padding: 0px 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	box-shadow: 5px -5px 15px #666;
	font-size: 20px;
}
#navigation a:hover {
	background: rgba(249, 255, 172, 0.89);
}
.content{
	right: 40px;
	left: 280px;
	top: 0px;
	position: absolute;
	padding-bottom: 30px;
}
.content h2{
	font-size: 110px;
	padding: 10px 0px 20px 0px;
	margin-top: 52px;
	color: #376094;
	text-shadow: 5px -5px 15px #666;
}
.content p{
  font-size: 18px;
  box-shadow: 5px -5px 15px #666;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  background: #1a9607;
  padding: 10px;
  margin: 0px 5px 10px 0px;
}
.panel{
	min-width: 100%;
	height: 98%;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: -150%;
	position: absolute;
	background: #000;
	box-shadow: 5px -5px 15px #666;
	z-index: 2;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.panel:target{
	margin-top: 0%;
	background-color: #ffcb00;
}
#home:target ~ #header #navigation #link-home,
#portfolio:target ~ #header #navigation #link-portfolio,
#about:target ~ #header #navigation #link-about,
#domen:target ~ #header #navigation #link-domen,
#kampaniya:target ~ #header #navigation #link-kampaniya,
#contact:target ~ #header #navigation #link-contact{
	background: #ae381b;
	color: #fff;
}
#works {
	padding: 15px 0px;
}
#works li{
	display: inline;
}
#works li a{
	padding-right: 10px;
}
#works img {
	padding: 12px; 
	background: rgba(255,255,255,0.9);
}
#form p{
	background: #fff;
	color: #000;
}
#form input, #form textarea{
	background: #1A9607;
	color: #fff;
	border: none;
}
#form textarea{
	width: 493px;
	height: 100px;
}
#form label{
	padding-right: 10px;
	float: left;
}
.footnote a{
	color: #ddd;
}

.port{
float:left;
width: 260px;
height: 255px;
background: #1a9607;
padding: 18px 27px 69px 13px;
margin: 8px 25px 25px 0px;
box-shadow: 5px -5px 15px #666;
}

.portlink{
  font-weight: bolder;
  font-size: 21px;
  color: #fff;
  display: block;
  padding-bottom: 13px;
  text-align: center;
}

.portkamp{
  width: 540px;
  height: 535px;
  background: #1a9607;
  padding: 30px 25px 84px 15px;
  margin: 25px 25px 25px 0px;
  box-shadow: 5px -5px 15px #666;
}