@media screen and (max-width: 410px) {
  .headimages {
    display: none !important;
  }

  #findus {
    background: url(/images/map_icon.png) !important;
    width: 32px !important;
    height: 32px !important;
  }
}

@media screen and (max-width: 800px) {
  #logo_right {
    display: none;
  }

  #servicetimes {
    float: right;
  }
}

@media screen and (max-width: 520px) {
  #logo_right {
    display: none;
  }

  #servicetimes {
    display: none;
  }
}

body,
html {
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  color: #333;
  background: url(/images/bk_body.jpg);
  line-height: 135%;
  margin: 0;
}

#contents h1,
h2,
h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#contents h1 {
  font-size: 14pt;
}

#contents h2 {
  font-size: 13pt;
}

#contents h3 {
  font-size: 11pt;
}

hr {
  display: block;
  unicode-bidi: isolate;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: auto;
  -webkit-margin-end: auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}

.calign {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pointer {
  cursor: pointer;
}

.nav_backer {
  background: #45484d;
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #45484d 5%,
    #000000 82%,
    #7a0b89 96%,
    #7a0b89 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #45484d 5%,
    #000000 82%,
    #7a0b89 96%,
    #7a0b89 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #45484d 5%,
    #000000 82%,
    #7a0b89 96%,
    #7a0b89 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#7a0b89', GradientType=0);
  /* IE6-9 */
}

.navbar {
  border-radius: 0;
  margin: 0 auto;
}

#contents {
  max-width: 980px;
  margin: 0 auto 25px auto;
  padding: 0 10px;
}

#logo a img {
  vertical-align: bottom;
}

#logo_left {
  float: left;
  width: 185px;
}

#logo_right {
  float: right;
  width: 185px;
  text-align: right;
  margin-top: 30px;
}

#servicetimesframe {
  padding-top: 35px;
}

#servicetimes {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  font-family: Arial, Helvetica, sans-serif;
  border: solid silver 1px;
  width: 300px;
  margin: 0 auto;
  padding: 15px;
  background-color: white;
  box-shadow: 5px 5px 5px #888888;
  border-radius: 5px;
}

#slider {
  margin-top: 15px;
  box-shadow: 0 10px 10px #000;
  width: 960px;
}

#findus {
  float: right;
  margin-left: 10px;
  width: 202px;
  height: 50px;
  background: url(/images/but_blurb.png);
  background-repeat: no-repeat;
  cursor: pointer;
}

#footer {
  position: fixed;
  margin: 0;
  padding-top: 5px;
  height: 20px;
  background-color: black;
  color: white;
  bottom: 0px;
  width: 100%;
  margin-top: 3px;
  font-size: 12px;
  background: #000;
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #959595 0%,
    #0d0d0d 46%,
    #010101 50%,
    #0a0a0a 53%,
    #4e4e4e 76%,
    #383838 87%,
    #1b1b1b 100%
  );
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #959595),
    color-stop(46%, #0d0d0d),
    color-stop(50%, #010101),
    color-stop(53%, #0a0a0a),
    color-stop(76%, #4e4e4e),
    color-stop(87%, #383838),
    color-stop(100%, #1b1b1b)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #959595 0%,
    #0d0d0d 46%,
    #010101 50%,
    #0a0a0a 53%,
    #4e4e4e 76%,
    #383838 87%,
    #1b1b1b 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #959595 0%,
    #0d0d0d 46%,
    #010101 50%,
    #0a0a0a 53%,
    #4e4e4e 76%,
    #383838 87%,
    #1b1b1b 100%
  );
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #959595 0%,
    #0d0d0d 46%,
    #010101 50%,
    #0a0a0a 53%,
    #4e4e4e 76%,
    #383838 87%,
    #1b1b1b 100%
  );
  /* IE10+ */
  background: linear-gradient(
    to bottom,
    #959595 0%,
    #0d0d0d 46%,
    #010101 50%,
    #0a0a0a 53%,
    #4e4e4e 76%,
    #383838 87%,
    #1b1b1b 100%
  );
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#959595', endColorstr='#1b1b1b', GradientType=0);
  /* IE6-9 */
}

#copyright {
  text-align: right;
  padding-right: 15px;
}

#logo {
  height: 145px;
}

#blurb {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-top: 1px solid #bdbdbd;
  border-left: 1px solid #bdbdbd;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 15px 20px 25px;
  text-align: justify;
  font-size: 12pt;
  line-height: 130%;
  margin-bottom: 25px;

  background: #fff;
  /* Old browsers */
  background: linear-gradient(to bottom, #fff 0%, #e7e7e7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: -webkit-linear-gradient(top, #fff 0%, #e7e7e7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -moz-linear-gradient(top, #fff 0%, #e7e7e7 100%);
  /* FF3.6-15 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffff', endColorstr='#e7e7e7', GradientType=0);
  /* IE6-9 */
}

#blurb img {
  border: none;
  margin: 10px;
}

#blurb .r {
  float: right;
}

#blurb .l {
  float: left;
}

#staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#staff a {
  color: black;
}

.staff_image {
  border: solid black 1px;
  padding: 5px;
  margin: 20px 0px 20px 20px;
  background: color #e7e7e7;
  border-radius: 5px;
  font-size: 10pt;
  text-align: center;
}

.staff_image img {
  border: solid silver 1px !important;
}

/* homeboxes */

#homeBoxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.homeBox {
  margin: 5px;
  width: 310px;
}

/* NEWSLETTER */
div .frame {
  border-radius: 20px;
  border: solid black 5px;
  padding: 10px;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 5px 5px 5px #888888;
}

.title {
  font-weight: bold;
  font-size: 12pt;
  margin: 0 0 0.5em;
}

.mhr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sep {
  margin-top: 20px;
  margin-bottom: 10px;
}

#officialacts {
  margin-left: auto;
  margin-right: auto;
  border: solid black 1px;
  border-collapse: collapse;
  background-color: white;
  box-shadow: 5px 5px 5px #888888;
  min-width: 300px;
}

#officialacts th {
  background-color: black;
  color: white;
}

#officialacts td {
  padding-left: 7px;
  padding-right: 7px;
}

#officialacts td:nth-child(1) {
  font-weight: bold;
}

.birthdays {
  border: solid black 1px;
  background-color: white;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 5px 5px 5px #888888;
}

.birthdays > tbody > tr:first-of-type {
  cursor: pointer;
}

.birthdays th {
  background-color: black;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.birthdays td:nth-child(odd) {
  padding-left: 10px;
  padding-right: 10px;
}

.birthdays td {
  padding: 2px 5px 2px 5px;
  white-space: nowrap;
}

.serving {
  font-size: 12pt;
  border: solid black 1px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  box-shadow: 5px 5px 5px #888888;
}

.serving th {
  background-color: black;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.serving tr:nth-child(2) {
  background-color: #dedede;
  color: black;
  border-bottom: solid #aaa 1px;
}

.serving tr:nth-child(2) td {
  text-align: center;
}

.serving td {
  padding: 3px 10px 3px 10px;
  vertical-align: top;
}

.serving tr:nth-child(n + 3) td:nth-child(1) {
  font-weight: bold;
}

.open_date {
  border-bottom: solid black 1px;
  width: 200px;
}
