
body {
    background: url("../img/screen-bg.jpg") no-repeat top center fixed; 
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover; 
    }

@font-face {
    font-family: 'voltaireregular';
    src: url('../fonts/voltaire-regular-webfont.eot');
    src: url('../fonts/voltaire-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/voltaire-regular-webfont.woff') format('woff'),
         url('../fonts/voltaire-regular-webfont.ttf') format('truetype'),
         url('../fonts/voltaire-regular-webfont.svg#voltaireregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.semi-opaque-bg{
	background-color:rgba(0,0,0,0.7);
}
h2  {
	font-family: 'voltaireregular';
	color: #ABC507;
	font-weight: normal;
	margin-bottom: 0em;
}
h3 small  {
	font-family: 'voltaireregular';
	color: #bbb;
	font-weight: normal;
}
h6  {
	font-family: 'voltaireregular';
	color: #BCA98B;
	font-weight: normal;
	margin-top: 0em;
	font-size: 1em;
}
.project-summary {
	display: inline-block;
	margin: 10px 0;
	background: #000;
	padding: 10px 10px;
	color: #6BB8AF;
	font-family: 'voltaireregular';
}


.scrollup {
    background: url("../admin/uploads/image/icon-top.png") no-repeat scroll 0 0 transparent;
    bottom: 15px;
    display: none;
    height: 60px;
    opacity: 0.7;
    position: fixed;
    right: 15px;
    text-indent: -9999px;
    width: 60px;
}
.footer  {
	color: #aaa;
	font-family: 'voltaireregular';
	padding-bottom: 20px;
}