@media only screen and (min-width: 50em) {
  .page-id-4 { 
  background: url("/wp-content/uploads/2017/05/img-about.jpg") right top no-repeat;
}
.site-content {
  background: none; 
}
}
.site-footer {
   display:none; 
  }
  #footerwrapper {
height: auto !important;
min-height: 50%;
padding-bottom: 50px; /* The Submit button was disappearing on my blog pages. */
}
.footerwrappermobile {
  display: none;
}
#footer {
position: fixed;
bottom: 0px;
margin: 0px;
padding: 10px;
height: 20px;
width: 100%; /* It stopped filling the page without this. */
z-index: 9000;
}

#footer .copyright img {
	max-width:30px;
	height: 20px; /* I wanted to shrink it a little--it was pretty huge. */
	overflow:hidden;
	float:left;
	margin:0 10px 0 0; /* Also brought it a little closer to the text. */
}
.footer-bar-bottom {
  position: fixed;
}
.widget.widget_archive label {
  display: none;
}
.navbar-nav { 
  float: right;
}
#footerwrapper img {
    
}
@media screen and (max-width: 1000px) {
.navbar-nav { 
  padding-right: 35%;
    text-align: center;
}
#menu-navigation-v001 {
  text-align: center;
}
.footer-bar-bottom {
  position: relative;
}
}

@media screen and (max-width: 500px) {
 #menu-navigation-v001 {
  text-align: center;
	}
.footerwrapper { 
    display: none;
  }
.footerwrappermobile {
    max-width: 90%; margin-left: auto; margin-right: auto; background: #f8f8f8;
    visibility: visible;
  }

.navbar-nav { 
  float: none;
    padding-right: 0%;
}
#footerwrapper img {
    max-width: 150px;
    float: left;
}
@media screen and (max-width: 350px) {
.navbar-nav { 
  float: none;
}
}
.navbar-nav .open .dropdown-menu {
  text-align: center;
}
.posts-pro-pagination .current { background-color: #b81925 !important; color: #fff; }
.wpp_post a { color: #b81925; }
.posts-pro-pagination span, .posts-pro-pagination a { color: #b81925; }
.posts-pro-pagination span, .posts-pro-pagination a:hover { background-color: #b81925 !important; color: #fff; }