html {
    -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body { 
    font-family: "DINNextLTPro-Regular";
    margin: 0px;
    background-color: ;
    font-size: 15pt;
}

/*layout*/
header {
    background-color: white;
    height: 170px;
}
#header-content {
    max-width: 1100px;
    padding: 0 24px;
    font-size: 1em;
    line-height: 22pt;
    margin: auto;
}

#block {
    background-color: yellow;
    border-top: solid black 3px;
    padding: 48px 24px;
}
#block-content {
    max-width: 698px;
    padding: 0 24px;
    font-size: 1em;
    line-height: 22pt;
    margin: auto;
}

#block-quote {
    background-image: url("images/public-space-4.png");
    background-size:100%;
    background-repeat: no-repeat;
    background-color: #4d4d4d;
    border-top: solid black 3px;
    padding: 48px 24px;
    overflow: hidden;
}
#block-content-quote {
    max-width: 900px;
    padding: 0 24px;
    font-size: 2em;
    color: white;
    line-height: 32pt;
    margin: auto;
}


#block-quote-1 {
    background-image: url("images/public-space-7.png");
    background-size:100%;
    background-repeat: no-repeat;
    background-color: #4d4d4d;
    border-top: solid black 3px;
    padding: 48px 24px;
    overflow: hidden;
}

#quote-source {
    font-size: .4em;
    vertical-align: top;
}

footer {
    background-color: rgb(238, 238, 238);
    border-top: solid black 3px;
    padding: 48px;
}
#footer-content {
    max-width: 1100px;
    margin: auto;
}

#logo { 
    float: left;
    display: inline-block;
    width: 200px;
    margin-right: 48px;
}
#credit { 
    float: left;
    display: inline-block;
    width: 450px;
    font-size: .7em;
}

#copyright {
    clear: both;
    font-size: .5em;
    text-align: right;
}

#left-aside {
    position: relative;
    width:150px;
    float:right;
    margin: auto;
    color: ;
    padding-top: 105px
}
/*#style=" display: inline-block; "*/

/*typography*/

p{
    margin:0;
    padding-bottom: .5em;
}

h1 { 
    border: solid black 5px;
    padding: 10px 12px 0px 12px;
    vertical-align:bottom;
    font-size: 2.2em;
    line-height: 1em;
    display: inline-block;
    margin: 0;
}

h2 {
    font-size: 1.75em;
    background-color: black;
    color: yellow;
    margin: 0 0 5px 0;
    padding: 10px 12px 4px 12px;
    display: inline-block;
}

h3 {
    font-size: 1.75em;
    line-height: 1.1em;
    }

a {
    color: inherit;
    text-decoration: ;
}

a:hover {
    color: grey;
    text-decoration: none;
}

ul, li {
margin: 0px;
padding: 0 0 0.5em 0;
}

#source {
    font-size: .7em;
    line-height: 1.4em;
}

text {
    font-family: "DINNextLTPro-Regular";
    font-size: .6em;
    /*transform: rotate(-30deg);*/
}

/*patternizer*/
#bgCanvas {
}

#patternizer {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

/*links*/
.genericon.genericon-twitter:before {
    position: relative;
    top: -40px;
    content: '\f202';
    float: right;
	-webkit-font-smoothing: antialiased;
	font: normal 30px/1 'Genericons';
	vertical-align: middle;
}

header img {
    display: inline-block;
    
}

/*PSPO Map*/
*, *:before, *:after {
	box-sizing: border-box;
}

/*body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 93.75%;
}*/


#map {
    width: 600px;
    margin: auto;
}

.infobox {
	width: 260px;
	height: 200px;
    font-size: .7em;
    line-height: 1.3em;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: absolute;
	top: -9999px;
	left: -9999px;
	border: solid 2px white;
	background-color: #EEE;
    overflow-y: scroll;
    overflow-x: hidden;
}
.infobox__close {
	width: 22px;
	height: 22px;
	padding: 5px 2px 2px 2px;
	font-size: 2em;
	line-height: 0.4em;
	color: white;
	background-color: #5d5c5c;
	position: absolute;
	top: 4px;
	right: 6px;
	text-decoration: none;
	display: block;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
	border: solid 1px white;
}


@media only screen and (max-width: 840px) { 
    #patternizer {
    display: none;
    }
    #bgCanvas {
    display: none
    }
}