
@import url(http://fonts.googleapis.com/css?family=GFS+Didot);


body, html { font-size: 100%; 	padding: 0; margin: 0;

  background: url(../images/dlcbg.jpg) no-repeat left center fixed #1b1b1b; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    font-family: 'GFS Didot', serif;
	letter-spacing:2px;
    color: #fefefe;

}


a {
		-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
}
input {
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
	width:100%;
	margin-bottom:8px;
	font-family: 'GFS Didot', serif;
	letter-spacing:2px;
	border:solid 1px white;
	background-color:black;
	color:white;
	padding:8px;

}
 input:hover, textarea:hover, select:hover {
    box-shadow:0px 0px 6px #cccccc;
    -moz-box-shadow:0px 0px 6px #cccccc;
    -webkit-box-shadow:0px 0px 6px #cccccc;
}

 input:focus, textarea:focus, select:focus, button:focus {
    outline:none;
    box-shadow:0px 0px 6px #cccccc;
    -moz-box-shadow:0px 0px 6px #cccccc;
    -webkit-box-shadow:0px 0px 6px #cccccc;
}
.placeholder
{
  color: #cccccc;
}
.emailform{
	margin-top:20px;
	height:300px;
}
