.blog-header {
line-height: 1;
border-bottom: 1px solid #e5e5e5;
}
#header {
  height: 90px;
  background-color: floralwhite;
}

.footer {

  position: fixed;
   bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;

}


.logo-text {
    /* font-family: "Playfair Display", Georgia, "Times New Roman", serif; */
font-size: 2rem;
}
.blog-header {
    border-bottom:1px solid #e5e5e5;
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  /* -webkit-overflow-scrolling: touch; */
}
.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}
.card {
    padding: 5px;
}
.card-img-top:hover {
    transform: scale(1.1);
    transition: transform .5s;
}
.footer a:hover {
	color:floralwhite;
}