﻿body.about {
background: #141414 url('../ress/about_bg.jpg') fixed;
}

body.about #container{


	color:#aaa;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 14px;
	margin-left:50px;
}

body.about hr{
	display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #444;
}

body.about .quote{
	font-weight:bold;
	font-style: italic;
}

body.about h2 {
margin-top:0;
font-family: Georgia, serif;
font-weight:100;
font-size: 30px;
font-style: italic;
-webkit-font-smoothing: antialiased; 
  }
  
h2 .p80{font-size:80%}
h2 .p50{font-size:50%}
 .img img {width:85%;margin-top:5px;}
 
body.about a{color:#ff7700; transition: .5s;}
body.about a:hover{color:white;}
 
	
	@media only screen and (max-width: 720px) {
	body.about #container{margin-left:10px;}
	}
	@media only screen and (max-width: 480px) {
		 .img img {width:70%;margin-top:5px; margin-bottom:15px;}
		 
	}
.detail {font-size:90%}

input[type=text],
input[type=password] {
	font-family: "Century Gothic";
	color:#bbb;
	border: 0;
	background: transparent;
	border-bottom: 1px dashed #777;
	font-size: 14px;
	padding: 4px;
}

textarea{
	font-family: "Century Gothic";
	color:#bbb;
	background: transparent;
	border-bottom: 1px dashed #777;
	border-left: 1px dashed #777;
	border-top: 1px dashed black;
	border-right: 1px dashed black;
	max-width:100%;
	max-height:200px;
}

.form_error{font-size:12px; color:red;}
#success{font-size:12px; color:#ff7700;}

input[type=button],
input[type=submit] {
	font-family: "Century Gothic";
	background: #ff7700;
	border: 0;
	color: #000005;

	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	text-transform: uppercase;
	transition: .5s;
}

input[type=button]:hover,input[type=submit]:hover{
	cursor: pointer;
	background: white;
}

#contactform label{padding:4px;}