body {
 background-color: #FFFFFF;
 color: #00000;
 height: 100%;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 95%;
}


H1 { font-size: 225%}
H2 { font-size: 175%}
H3 { font-size: 95%}
H4 { font-weight: normal}



FORM {display: inline;}


.text_block {
    clear: both;
    width:75%;
    max-width:800px;
    margin-left: auto;
    margin-right: auto;

}

@media screen and (max-width: 500px){
    .text_block {
	width:95%;
    }
}

.centered_block {
    clear: both;
    padding:8px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

.centered_block1 {
    clear: both;
    padding:8px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    background-color:EEEEEE;
}


.centered_text {
    padding:8;
    text-align:center;
}

.action_button {
    padding: 3px;
    display: inline-block;
}

@media screen and (max-width: 500px){
    .action_button {
	padding: 8px;
    }
}

#main_picture {
    max-height:80%;
    max-width:100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.blurb {
   font-style: oblique;
}

.endorser {
   margin-top:-10px;
   color: #808080;
#  text-transform: uppercase;
}

.mybutton {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 6px 15px;
    border: 1px solid #a12727;
    border-radius: 10px;
    background: #ff4a4a;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4a4a), to(#992727));
    background: -moz-linear-gradient(top, #ff4a4a, #992727);
    background: linear-gradient(to bottom, #ff4a4a, #992727);
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 15px arial;
    color: #ffffff;
    text-decoration: none;
a:link {
    color: #ffffff;
}
a:visited {
    color: #ffffff;
}
a:hover {
    color: #cccccc;
}
a:active {
    color: #000000;
}
}

.mybutton:hover,
.mybutton:focus {
    background: #ff5959;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5959), to(#b62f2f));
    background: -moz-linear-gradient(top, #ff5959, #b62f2f);
    background: linear-gradient(to bottom, #ff5959, #b62f2f);
    color: #ffffff;
    text-decoration: none;
}
.mybutton:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#982727), to(#982727));
    background: -moz-linear-gradient(top, #982727, #982727);
    background: linear-gradient(to bottom, #982727, #982727);
}

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.js-video.widescreen {
  padding-bottom: 56.34%;
}

.js-video.vimeo {
  padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
