/* stylelint-disable selector-list-comma-newline-after */
html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 75px;
	  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
 /* font-family: "Playfair Display", Georgia, "Times New Roman", serif;*/
	 font-family: "mr-eaves-xl-modern", "europa",sans-serif;
  font-size: 2.25rem;
}
.modal-font {
	font-family: "mr-eaves-xl-modern", "europa",sans-serif;
	font-weight: 800;
	font-size: 1.5rem;
}
.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	/*  font-family: "Playfair Display", Georgia, "Times New Roman", serif;*/
	font-family: "mr-eaves-xl-modern", "europa",sans-serif;
	/* [disabled]font-weight: 800; */
}
.jumbotron.intro-header .container h1 {
	font-weight: 800;
}
.jumbotron.intro-header-secondary .container h1, .jumbotron.intro-header-funding.border .container h1, .jumbotron.intro-header-contactus.border .container h1, .jumbotron.intro-header-maps.border .container h1,  .jumbotron.intro-header-news.border .container h1, .jumbotron.intro-header-webex h1 {
	font-weight: 800;
}

/*.blog-main {
	font-family: "mr-eaves-xl-modern", "europa",sans-serif;
}*/
/*the is the mobile view for the top header section.  needs a larger top margin for the expanded nav in mobile view*/
.header-plan {
padding-top: 75px;
padding-bottom: 25px;
margin-bottom: 25px;
	margin-top: 25px;
	
}
/*use this if the jumbotron is at the top of the page.  this sets the mobile view  needs a larger top margin to account for expanded nav in mobile view*/
.intro-header {
	margin-top: 25px;
	background-image: url(/MNTI/assets/initiatives-header-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	/* [disabled]border: thin solid #000000; */
}
.intro-header-secondary {
	margin-top: 25px;
	background-image: url(/MNTI/assets/partners-jumbotron.png);
	background-repeat: no-repeat;
	background-size: cover;

	}
.intro-header-funding {
	margin-top: 25px;
	background-image: url("/MNTI/assets/funding-jumbotron.png");
	background-repeat: no-repeat;
	background-size: cover;

	}
.intro-header-webex {
	margin-top: 25px;
	background-image: url("/MNTI/assets/webex-jumbotron.png");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	}
.intro-header-contactus {
	margin-top: 25px;
	background-image: url("/MNTI/assets/contactus-jumbotron.png");
	background-repeat: no-repeat;
	background-size: cover;

	}
.intro-header-maps {
	margin-top: 25px;
	background-image: url("/MNTI/assets/maps-jumbotron.png");
	background-repeat: no-repeat;
	background-size: cover;

	}
.intro-header-news {
	margin-top: 25px;
	background-image: url("/MNTI/assets/news-jumbotron.png");
	background-repeat: no-repeat;
	background-size: cover;

	}
.display-4 {
  font-size: 2.5rem;
}
.row .col-sm ul {
	margin-bottom: 0px;
}





@media (min-width: 768px) {
	/*added the extra margin at the top */
	.header-plan {
	margin-top: 0px;
	}


	.intro-header, .intro-header-secondary, .intro-header-funding, .intro-header-contactus, .intro-header-maps, .intro-header-news {
	margin-top: 0px;
}
.row .col-sm ul {
	margin-bottom: 16px;
}
	
  .display-4 {
    font-size: 3rem;
  }
}

.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-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
/*.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}*/
.blog-footer p:last-child {
  margin-bottom: 0;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here. this was initially 60 but was too small and caused a white space at the bottom of the page */
	height: 60px;
	line-height: 40px; /* Vertically center the text there */
	background-color: #333333;
	color: #FFFFFF;
}
