@font-face {
  font-family: 'SugarPlum';
  src: url('../webfonts/sugarplum.eot'); /* IE9 Compat Modes */
  src: url('../webfonts/sugarplum.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/sugarplum.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/sugarplum.woff') format('woff'), /* Pretty Modern Browsers */
       url('../webfonts/sugarplum.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/sugarplum.svg#svgFontName') format('svg'); /* Legacy iOS */
}

#main {
  background-image: url("../images/stgeorgesbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

a {
  color: #400040;
  text-decoration: none;
  font-size: 1em;
}

body {
  font-family: 'Aptos', Fallback, sans-serif;
  margin: 10px;
  padding: 10px;
}

audio {
    vertical-align:middle;
}

#subhead {
    font-size: .8em;
    font-weight: normal;
}

div {
  background: rgba(221,221,221,0);
  margin: 10px;
  padding: 10px;
}

#page_header {
  padding: 0px;
}

#meat {
  background: rgba(221,221,221,0.95);
  padding-bottom: 20px;
}

iframe {
  border: none;
/*  height: 620px; */
  width: 80%;
  font-family: 'Aptos', Fallback, sans-serif;
}

h1 {
  font-family: Calibri;
  font-size:2.6em;
  color:#17173e;
}

#player{
    margin:0px 0px 0px 10px;
    padding:0px 0px 0px 10px;
}
button {
    display: inline-block;
    margin: 15px;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    padding: 7px 20px 7px 20px;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.35);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255,0.3)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0));
    background-color: #400040;border-color: #400040;color: #FEF3E5;
}

input[type=submit] {
    display: inline-block;
    margin: 15px;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    padding: 7px 20px 7px 20px;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.35);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255,0.3)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0));
    background-color: #400040;border-color: #400040;color: #FEF3E5;
}

td {
    vertical-align:top;
}

#searchresultsframe {
    max-height:400px;
    overflow-y:scroll;
    transform:scaleX(-1);
}

#innerresults {
    transform:scaleX(-1);
}


  @media screen and (min-width: 601px) {
    button {
      width: 200px; height: 50px; 
        font-size: 1.25em;
}      
input[type=submit] {
      width: 200px; height: 50px; 
        font-size: 1.25em;
} 
select {
  border: 1px solid;
  background-color: #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 120px;
  height: 30px;
  padding-top: 0px;
  background-size: 15px;
  color: #400040;
  font-size: .97em;
}

input[type=text]  {
  border: 1px solid;
  background-color: #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 180px;
  height: 30px;
  padding-top: 0px;
  background-size: 15px;
  color: #400040;
  font-size: .97em;
}      

#searchOptions  {
  border: 1px solid;
  background-color: #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 180px;
  height: 30px;
  padding-top: 0px;
  background-size: 15px;
  color: #400040;
  font-size: .97em;
}      
  }
  @media screen and (max-width: 600px) {
    button {
      width: 300px; height: 125px; 
      font-size: 40px;
    }
input[type=submit] {
      width: 300px; height: 125px; 
      font-size: 40px;
    }
select {
  border: 1px solid;
  background-color: #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 150px;
  height: 40px;
  padding-top: 0px;
  background-size: 15px;
  color: #400040;
  font-size: 30px;
}

input[type=text]  {
  border: 1px solid;
  background-color: #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 220px;
  height: 40px;
  padding-top: 0px;
  background-size: 15px;
  color: #400040;
  font-size: 30px;
}      
#searchOptions  {
  border: 1px solid;
  background-color: #eeeeee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 180px;
  height: 30px;
  padding-top: 0px;
  background-size: 15px;
  color: #400040;
  font-size: .97em;
}      
      
}