/* normalize */
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*font*/
@font-face {
    font-family: "PermanentMarker-Regular";
    src: url("../fonts/PermanentMarker-Regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/PermanentMarker-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("../fonts/PermanentMarker-Regular.otf") format("opentype"), /* Open Type Font */
      url("../fonts/PermanentMarker-Regular.svg") format("svg"), /* Legacy iOS */
      url("../fonts/PermanentMarker-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
      url("../fonts/PermanentMarker-Regular.woff") format("woff"), /* Modern Browsers */
      url("../fonts/PermanentMarker-Regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }

/*element stylings */
.center {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;    
}

h1,h2,h3,h4,h5,h6 {    
	padding:0.3em 0.5em;
}

h1 {
	font-size: 50px;	
}
h2 {
	font-size: 30px;	
}
h3 {
	font-size: 20px;
}

.underlined {

	text-decoration: underline;
}

.blue-image {
color: #0b467e;
}

.top-red {
    font-family: 'PermanentMarker-Regular';    
color: #a83232;
}

div#frame {
    max-width: 1000px;
    width: 100%;
    margin: auto;  
	padding-top: 30px;
}

div#frame img {
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

p.strophe {
/*    font-family: 'PermanentMarker-Regular'; */
    font-family: 'Verdana';
    color: #0b467e;
    font-size: 20px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 10px;
}
