body {
    font-size: 1rem !important;
}

.blog-header, .blog-post, .blog-pagination {
  margin-bottom: 2rem;
}

/* pushes the jumbotron up */
.jumbotron-up {
  margin-top:-2rem;
}

/* Make sure the image size is reasonable. */
.blog-post img {
  max-width: 100%;
}

/* jumbotron Specific */

.container-jumbotron {
  background-color: rgba(234, 234, 234, 0.8);
  padding-bottom: 0.2cm;
  padding-left: 0.6cm;
  padding-top: 0.3cm;
  border-radius: 0.1cm;
}

.default-image {
  background-image: url("/img/default_image1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}


.footer-bs {
  background-color: #3c3d41;
	padding: 60px 40px;
	color: rgba(255,255,255,1.00);
  width: 100%;
}

/* agenda */

.agenda .agenda-date {
  width: 170px;
}

.agenda .agenda-date .dayofmonth {
  width: 40px;
  font-size: 36px;
  line-height: 36px;
  float: left;
  text-align: right;
  margin-right: 13px;
}

.agenda .agenda-date .agenda-time {
  width: 40px;
  font-size: 20px;
}

.agenda .agenda-date .shortdate {
  font-size: 0.75em;
}

/* agenda that hides if screen is too smal */
@media (max-width: 12cm) {
    .display-main{
	font-size: 1.3rem;
    }

    .hideagenda {
	display: none;
    }
}

.indexhtml .agenda .agenda-date {
  width: 170px;
}

.indexhtml .agenda .agenda-date .dayofmonth {
  width: 40px;
  font-size: 36px;
  line-height: 36px;
  float: left;
  text-align: right;
  margin-right: 13px;
}

.indexhtml .agenda .agenda-date .agenda-time {
  width: 40px;
  font-size: 20px;
}

.indexhtml .agenda .agenda-date .shortdate {
  font-size: 0.75em;
}

.dark-link {
  color: black;
}

.footer-link {
  color: rgba(255,255,255,.5)!important;
}

.display-main {
    font-weight: 400;
    line-height: 1.2;
}

/* center images */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}


/* header css hambuger menu */
/* navbar for mobiles is composed of*/
.navbar-mobile {
  text-align: center;
  padding-top: 0.5rem;
  font-size: 2.5vw;
}
@media (min-width: 620px) {
  .navbar-mobile {
    display: none;
  }
}

/* navbar for desktops */
@media (max-width: 619px) {
  .navbar-desktop {
    display: none;
  }
  body {
      font-size: 0.6rem;
  }
  .btn-lg, .btn-group-lg > .btn {
      font-size: 0.6rem;
  }
}


@media (min-width: 100px) { /* made this smaller */
  .navbar-expand-mobile .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;

  }
  .navbar-expand-mobile .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-mobile .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}


/* end header hamburger menu */
