/*@media (min-width:768px){
  #site-name {
    padding-top: 10px;
  }
}


@media (min-width:992px){
  #site-name {
    padding-top: 0;
  }
}*/

@media (min-width:768px){
 #conference-logo {
	margin-bottom: 15px;
  }
}

@media (min-width:992px){
  #conference-logo {
	margin-bottom: 15px;
  }
}

#conference-logo {
  margin-top: 12px;
}

@media (min-width:1200px){
  #site-name {
    padding-top: 10px;
  }
}

.entry-meta {
  display: none;
}

#site-name {
  font-size: 1.2em;
  font-weight: bold;
}

#site-description {
  font-size: 1.2em;
  font-weight: 300;
  text-transform: none;
}

#site-description:after {
 content: "Network Softwarization Coming of Age: New Challenges and Opportunities";
  display: block;
  font-weight: normal !important;
  font-size: 16px !important;
  text-transform: none !important;
  white-space: nowrap !important;
  word-wrap: normal;
  color: #00aeef;
}

a.btn:visited {
  color: #fff !important;
}

html :where(img) {
    height: 100%;
    max-width: 100%;
}