/* Main CSS */
/* Z Plus Construction Website */
/* Created by Marko Zeljkovic */

html, body {
	margin: 0;
	background-color: black;
	color: white;
    font-family: "Stolzl-Regular";
    font-size: 16pt;
    letter-spacing: 0.05em;
	line-height: 1.5; }

body * {
	max-height: 1000000em;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none; }

a {
	text-decoration: underline;
	color: #808080; }

a:visited {
	color: #808080; }
  
a:focus {
	outline: 0; }

a:hover, a:active {
	outline: 0;
	color: #808080; }
    
h1 {
    font-family: "Stolzl-Bold";
    font-size: 2em;
    text-align: center;
    margin-top: 0; }
    
.biggered {
    font-size: 1.75em; }    
    
.bolded {
    font-family: "Stolzl-Bold"; }
    
.centered {
    text-align: center; }
    
.justified {
    text-align: justify;
    text-justify: inter-word; }
    
.spacer {
    width: 900px;
    height: 50px;
    margin-right: 0;
    margin-left: 0; }

#header {
	text-align: center;
	font-size: 2em;
    margin-right: auto;
    margin-left: auto;
	align-items: center;
	justify-content: center;
    width: 900px;
    padding: 50px; }

#header img {
	margin: 0px 50px 0px 0px;
	float: left; }
    
#aboutus {
	width: 900px;
	margin-right: auto;
    margin-left: auto;
	background-color: white;
	color: black;
	padding: 30px 50px; }
    
#aboutus img {
    margin: 0px 20px 0px 0px;
    float: left; }
    
#contactus {
	width: 900px;
	margin-right: auto;
    margin-left: auto;
	background-color: white;
	color: black;
	padding: 30px 50px; }
    
#footer {
	width: 900px;
	margin-right: auto;
    margin-left: auto;
    text-align: center;
	padding: 0px 50px; }
    
#footer p {
    margin: 0; }
    