#mobile-header, #mobile-menu-wrapper, #mobile-title, #mobile-footer {
  display: none;
}

@media only screen and (max-width: 799px) {
  #banner, #masthead, #nav-wrapper, #footer {
    display: none;
  }
  #body {
    margin: 0;
    padding: 0;
  }
  #page {
    width: 100%;
    margin: 0;
    background-color: #F3EFEB;
    color: #010000;
  }
  #bar{
	width: 100%;
	position: absolute;
	margin: 0;
	top: 0;
	z-index:-2;
  }
  #mobile-header, #mobile-menu-wrapper { display: block; }
  #mobile-header {
    width: 100%;
    background-color: #800000;
  }
  #mobile-logo {
    text-decoration: none;
  }
  #headcontent {
    width: 90%;
    z-index: -100;
    overflow: hidden;
    margin: auto;
  }
  #headcontent, #headcontent img, #bar { height: 3rem; }
  #headcontent img { width: auto; }
  #mobile-nav {
    display: inline;
    float: right;
    text-align: right;
  }
  #mobile-nav a.hamburger {
    display: block;
    background-color: transparent;
    color: white;
    text-decoration: none;
    font-size: 2em;
    margin-top: 5px;
  }
  #mobile-menu {
    display: none;
    background-color: #9A1A1A;
    margin-top: 0;
  }
  #mobile-menu li {
    padding: .3rem;
    text-align: center;
    list-style: none;
  }
  #mobile-menu li:first-child {
    padding-top: 1rem;
  }
  #mobile-menu li:last-child {
    padding-bottom: 1rem;
  }
  #mobile-menu li a {
    text-decoration: none;
    color: white;
    font-size: 1em;
  }
  #mobile-title {
    display: block;
    text-align: center;
    margin: 2rem auto;
    font-family: Arial, sans-serif;
    font-size: 2em;
    color: #800000;
  }
  #mobile-footer {
    display: block;
    width: 100%;
    background-color: #800000;
    margin-top: 2rem;
  }
  #mobile-footer p {
    clear: both;
    color: white;
    text-align: center;
    padding: .5rem;
    margin: 0;
    font-size: .9em;
    line-height: 1.5;
  }
  #mobile-footer p a {
    color: white;
  }
  #mobile-header, #mobile-footer {
    background: #43545C;
  }
  #mobile-menu { background-color: #8CA2AC; }
}
@media only screen and (max-width: 389px) {
  #mobile-title { font-size: 1.5em; margin: 1.5rem auto; }
  #mobile-footer p { font-size: .8em; }
}
@media only screen and (max-width: 299px) {
  #mobile-title { font-size: 1.25em; margin: 1.25rem auto; }
  #mobile-footer p { font-size: .7em; }
}
