body {
	font-family: 'NowieVremena-Bold', Arial, Helvetica, Verdana, sans-serif;
	margin-top: 80px;
	margin: 120px 15px 0 15px;
	font-size: 18px;
	min-width: 450px;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
}

a:hover {
    color: black;
    border-bottom: 2px solid black;
    margin-bottom:5px;
    text-decoration: none;
}

a:active {
    color: black;
}

h1 {
	font-size: 22px;
    margin: 0 0 5px 0;
}

h2 {
	font-size: 24px;
	margin: 0 0 0 0;
	border-bottom: 2px solid black;
    font-weight:normal;
    margin-bottom:3px;
    display: table;
    line-height: 24px;

}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 24px;
	}

h4 {
	border-bottom: 2px solid black;
    margin-bottom:5px;
    text-decoration: none;
	display: table-cell;
	font-weight: normal;
	}
	
	
h4.first {
	padding-top: 0;
}	

hr {
	display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0px;
    border-width: 1px;
    border-style: solid;
    width: 5px;
    }


.nav-container {
	z-index: 10000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 15px;	
    background-color: rgba(255,255,255,0.9);

}

ol {

}

ul.nav {
	list-style-type: none;
    margin: 0;
    padding: 0;	
}

ul.nav li {
	float: left;
}

ul.nav li:first-child:before {
    content: none;
}

ul.nav li:before {
	float: left;
    content: "/";
    margin-left: 10px;
    margin-right: 10px;
}


ul.nav li a {
	color: black;
	text-decoration: none;
}

ul.nav li a:hover {
	text-decoration: none;
}

.brief-page a.brief-link, .works-page a.works-link, .schedule-page a.schedule-link, .reference-page a.reference-link, .resources-page a.resources-link, .fonts-page a.fonts-link, .contact-page a.contact-link {
	color: black;
    border-bottom: 2px solid black;
    margin-bottom:5px;
    text-decoration: none;
}

.quote {
	font-size: 36px;
	max-width: 700px;	
}

.brief {
	max-width: 700px;
}


/* WORKS PAGE */

.works-page p {
	text-align: center;
	margin-top: 5px;
}


/* SINGLE WORK PAGE */

.single-work-page {
	max-width: 700px;
	min-width: 300px;
	}
	
	
.single-work-page img {
	max-width: 700px;
	padding-bottom: 30px;
	
}

.schedule-page p {
	padding-left: 20px;	
	margin-top: 0px;
}

.schedule-page ul, ol {
	margin-top: 0px;
}

.schedule {
	font-size: 24px;
	max-width: 500px;	
}

.reference {
	max-width: 700px;
}

.contact {
	max-width: 700px;
}

.left {
	clear: both;
	width: 450px;
}

.right {
	float: right;
	width: 450px;
}

.now {
	color: limegreen;
}

.main .images .image {
	float: left;
	margin: 10px;

}
.main .images .image > div {
	/*float: left;*/
	display: table-cell;
	vertical-align: middle;
	width: 200px;	
	height: 200px;
	text-align: center;	
	
}


.main .images .image * {
	vertical-align: middle;
}


.works-page .images .image {
	float: left;
	margin: 10px;

}
.works-page .images .image > div {
	/*float: left;*/
	display: table-cell;
	vertical-align: middle;
	width: 300px;	
	height: 225px;
	text-align: center;	
	
}

.works-page .images .image * {
	vertical-align: middle;
	text-align: center;	
}

.works-page .images .image a:hover {
	opacity: 0.5;

}



.main .images .image img {	
}

.main .images .image .helper {	
}