.abovelogo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: transparent;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	width: 100%;
}

.widget_ent-news-ticker-widget {
    float: left;   
    width: 100%;
    background-image: url('http://emanbaptist.org/wp-content/uploads/2014/12/box.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding: 10px;
}

@media only screen and (max-width: 768px) {
  header {
      z-index: 1000;
      min-height: 110px;
  }

  .selectnav ul {
    min-height: 280px;
  }
}