@import url('http://fonts.googleapis.com/css?family=Paytone+One');


input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

blockquote, q { quotes: none; -webkit-margin-start: 25px;
    -webkit-margin-end: 25px; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 {
  display: block;
  font-family: 'Paytone One', Tahoma, sans-serif;
  font-size: 3.75em;
  line-height: 1.45em;
  margin-bottom: 25px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
}

h2 .test{
	color: #363636;
	
	margin: 0 0 30px 0;
	text-transform: uppercase;
	display: block;
	font-family: 'Paytone One', Tahoma, sans-serif;
	font-size: 3.75em;
	line-height: 1.45em;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
}
.pl15 {
	padding: 25px 0px 0px 15px;
}

p {
  display: block;
  font-size: 20px/26px;
  line-height: 1.3em;
  margin-bottom: 22px;
}


/** page structure **/
#wrapper {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.bigtext {
  display: block;
  overflow: hidden;
  color: #787878;
}

.expand, .contract {
  cursor: pointer;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  color: #555;
}
.expand:hover, .contract:hover {
  color: #121212;
}

.hide {
  display: none;
}