.page .entry-title {
	display: none;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(148, 65, 53);
}

.top-nav {
	text-align: right;
}
.top-nav a {
  display: inline-block;
  padding: 8px;
  font-size: 20px;
  color: #375670;
  border: solid 1px rgba(0, 0, 0, 0.0);
  border-radius: 4px;
}
.top-nav .btn-play:hover {
  color: #375670;
}
.top-nav a:hover {
  color: #721212;
  border-color: rgba(0, 0, 0, 0.2);
}
.top-nav .btn-play {
  font-size: 0.8rem;
  color: #9d9d9d;
  padding: 8px;
  border: 1px solid #e3e3e3;
}
.top-nav #searchBox input[type="text"] {
 border:1px solid #e3e3e3;
 height:38px;
 font-size: 18px;
 padding-left:6px;
 width:240px
}
.top-nav #searchBox button {
 height:38px;
 font-size: 18px;
 border: 1px solid #CCC;
 border-radius: 0 5px 5px 0;
}
.top-nav #searchBox {
  display: none;
  margin-top: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-nav #searchBox.open {
  display: inline-block;
  vertical-align: top;
}

#tag-line {
    color: #375670;
    text-align: center;
    font-family: "Antonio", Sans-serif;
    font-size: 1.4rem;
    padding: 12px 0 16px;
    border-bottom: solid 1px #d4d4d4;
    margin-bottom: 30px;
}

#content.site-content {
    padding-bottom: 0.75rem;
    padding-top: 1.125rem;
}

@media (min-width: 1200px) {
	.navbar-brand .navbar-brand-logo {
	  width: 320px;
	  height: auto;
	}
}
@media only screen and (max-width: 480px){
	.navbar-brand .navbar-brand-logo {
	  width: 225px;
	  height: auto;
	}
}