@import url(https://fonts.googleapis.com/css?family=Oswald:400,600);
@import url(https://fonts.googleapis.com/css?family=Heebo:300,400,600);

h1 
  {font-family: "Oswald";
}
 .home-header .subtitle,
  .subpage-header .subtitle {
    font-size: 26pt;
	font-weight: 300;
  }


h2 {  text-transform: none;
  font-size: 24px;
  }


h3 {  text-transform: none;
  font-size: 24px;
  }

h4 {  
  font-size: 20px;
  }


home-header a {
  color: #000026;
}

.m-0 {
  text-transform: none;
  }

.bg-dark {
  background-color: #fafbfc !important;
}
.text-light {
  color: #7b93b4 !important;
}

.sidebar ul.hex > li {
  color: #002255;
  border-color: white;
}

.sidebar a {
  color: #002255;
}

.sidebar a:hover {
  color: #94a7c2;
  text-decoration: none;
}


.btn-accent-green {
  display: none;
}
.spacer {
  margin-top: 5px;
}
.bare {
  margin-bottom: 40px;
  }
  
.btn-accent-orange {
  border-color: #fafbfc;
  background-color: #fafbfc;
  color: #fafbfc;
}

.btn-accent-orange:hover {
  border-color: #eef0f5;
  background-color: #eef0f5;
  color: #fafbfc;
}

a.event-card:hover .card {
  background-color: #eef0f5;
}

a.work-title:hover .card,
a.album-link:hover .card {
  background-color: #eef0f5;
}



.date-box {
  background-color: #e0e5ed;
  border-color: #e0e5ed;
 }

.date-box .day {
  font-size: 20pt;
}

.date-box .month {
  font-size: 15pt;
}

.date-box .year {
  font-size: 13pt;
}

.card {
 border-color: #ffffff;
}