@charset "UTF-8";
/* CSS Document */

/*reset style
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
body {
	background: #fff;
}
a img {
  border: 0px;
}
a {
	/*color: #DF2630;*/
    color: #EABA15;
	text-decoration:none;
	}
a:hover {
	/*color: #DF2630;*/
    color: #EABA15;
	text-decoration:underline;
	}
p {
	margin-bottom: 1em;
}
p.piefoto {
    font-size:0.75em;
    margin-bottom: 3em;
}
@media screen and (max-width: 640px) {
        body {
            width: 640px;
        }
		h1, #content, footer {
			width: 540px;
			}
		h1 {
			font-size: 2em;
			}
		#content img {
			margin: 1em auto;
			text-align: center;
			width: 540px;
		}
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
        body {
            width: 100%;
        }
		h1, #content, footer {
			width: 640px;
		}
		h1 {
			font-size: 1.58em;
			}
		#content img {
			margin: 1em auto;
			text-align: center;
			width: 640px;
		}
}
@media screen and (min-width: 1024px) {
        body {
            width: 100%;
        }
		h1, #content, footer {
			width: 1000px;
		}
		h1 {
			font-size: 2em;
			}	
		#content img {
			margin: 1em auto;
			text-align: center;
			width: auto;
		}
}
h1 {
	color: #EABA15;
	font-weight: 700;
	margin: 0 auto;
	
}
span.light {
	font-weight: 200;
}
header {
	background: #000;
	padding: 1em;
}
#content {
	margin: 1em auto;
}

ul {
	list-style: none;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
li {
	margin-bottom: 0.5em;
}
footer {
	margin: auto;
	background: #000;
	color: #fff;
	text-align: left;
    padding-bottom: 1em;
}
h2 {
	padding-top: 1em;
    padding-left:0.8em;
	text-transform: uppercase;
}
p.info {
	font-size: 1.2em;
    padding-left:1em;
    margin-bottom: 0;
}
footer img {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}