#site-description:after {
 content: "";
  display: block;
  font-weight: normal !important;
  font-size: 1em !important;
  text-transform: none !important;
  /*white-space: nowrap !important;*/
	white-space: pre-wrap !important;
  word-wrap: normal;
  color: #00aeef;
}

@media (min-width:768px){
 #conference-logo {
	margin-bottom: 15px;
  }
}

@media (min-width:992px){
  #conference-logo {
	margin-bottom: 15px;
  }
}

#conference-logo {
  margin-top: 12px;
}


.entry-meta {
  display: none;
}

#site-name {
  font-size: 1.1em;
  font-weight: bold;
}

#site-description {
  font-size: 1.1em;
  font-weight: 300;
  text-transform: none;
}

a.btn:visited {
  color: #fff !important;
}

html :where(img) {
    height: 100%;
    max-width: 100%;
}