body {
	font-family: sans-serif;
	font-weight: normal;
	color: black;
	background-color: white;
	margin: 0px 0px 10px 0px;
	}

div.body {
	margin: 0px 10px 0px 10px;
	display: inline-block;
	}

div.block {
	border-bottom-style: solid;
	border-color: #800000;
	border-width: 3px;
	}

div.color {
	background-color: beige;
	}
	
@font-face {
    font-family: 'inkpen2_script';
    src: url('fonts/inkpen2_script-webfont.woff') format('woff'),
         url('fonts/inkpen2_script-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	}

/* If the screen size is 601px or more */
@media only screen and (min-width: 601px) {
  	body {font-size: 3vw;}
  	h1 {font-size: 8vw;}
  	h2 {font-size: 5vw;}
  	}

/* If the screen size is 600px or less */
@media only screen and (max-width: 600px) {
  	body {font-size: 5vw;}
  	h1 {font-size: 10vw;}
  	h2 {font-size: 8vw;}
  	}

h1 {
	font-family: inkpen2_script;
	margin-top: 0vw;
	margin-bottom: 1vw;
	color: #800000;
	text-shadow: 1px 1px gray;
	}

h1.border {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #800000;
	}

h2 {
	font-family: inkpen2_script;
	margin-top: 0vw;
	margin-bottom: 0vw;
	}

p {
	margin: 0vw 0vw 3vw 0vw;
	}	
	
p.band {
	margin: 0vw 0vw 0vw 0vw;
	}	
	
p.address {
	text-align: center;
	}

p.date {
	margin-bottom: 0vw;
	}
	
p.past {
	font-size: 4vw;
	margin-bottom: 3vw;
	}
	
	
img.logo {
	width: 100%;
	margin-bottom: 0px;
	}

img.full {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0px 0px 30px 0px;
	width: 100%;
	height: auto;
	}

img.half {
	position: relative;
	vertical-align: bottom;
	display: inline-block;
	margin: 10px 0px 5px 0px;
	width: 50%;
	height: auto;
	}

img.border {
	border-style: solid;
	border-width: 1px;
	}
	
img.fpo {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0px 0px 30px 0px;
	width: 100%;
	height: 100px;
	}
	
img.past {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 44%;
	height: auto;
	}

hr	{
	column-span: all;
	}
	