/* Move down content because we have a fixed navbar that is 3.5rem tall */
html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 3.5rem;
	  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/*main > .container {
  padding: 60px 15px 0;
}*/
.intro-header {
	padding-top: 60px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 25px;
	text-align: center;
	color: #f8f8f8;
	margin-bottom: 25px;
	/*max-height: 400px;*/
	   text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.jumbotron{
	background-size: cover;
/*	background-image: url("/MNTI/assets/IMG_9412-504B.jpg");*/
	background-image: url("/census2020/assets/hero-image-shaded.png");
	/*background-image: url("/MNTI/assets/lptoday-screen.jpg");*/
	background-repeat: no-repeat;
	background-position: center center;
	}
/*This changes the mobile version*/
.intro-header h1{
	font-weight: 700;
	font-size: 3.5rem;
	color: #262258;
	font-family: mr-eaves-xl-modern, sans-serif;
	line-height: 1;
}
.intro-header h3{
	font-weight: 500;
	font-size: 1.5rem;
	color: #262258;
	font-family: mr-eaves-xl-modern, sans-serif
}
/*custom button in hero area*/
.btn-primary.custom-btn {
	background-color: #262258;
	border-color: #fff;
}
.intro-message {
    position: relative;
   /* padding-top: 20%;
    padding-bottom: 20%;*/
}
/*.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}*/

.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;
}

code {
  font-size: 80%;
}
/*body > .container {
  padding: 60px 15px 0;
}*/

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing{
	 font-family: "mr-eaves-xl-modern", "europa",sans-serif;
}
.marketing h4 {
	font-weight: 300
}
.marketing h5 {
	font-weight: 700
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-3 p {
  margin-right: 10px;
  margin-left: 10px;
}
.marketing .col-lg-2 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing p {
font-size: 1.25em;	
font-weight: 300;
}
.featureHead{
	 font-family: "mr-eaves-xl-modern", "europa",sans-serif;
}
.container.featureHead.mb-3 .text-center h2 {
	font-weight: 700;
	font-size: 3.0rem;
	color: #262258;
}
.container.featureHead.mb-3 .text-center h4 {
	font-weight: 700;
	font-size: 1.5rem;
	color: #262258;
}
.container.featureHead.mb-3 .text-center h5 {
	font-weight: 400;
	font-style: italic;
	font-size: 1.5rem;
	color: #262258;
}
.container.featureHead.mb-3 p {
	font-weight: 400;
	font-size: 1.25rem;
	/*color: #262258;*/
}
.container.featureHead.mb-3 ul, li {
	font-weight: 400;
	font-size: 1.25rem;
	/*color: #262258;*/
	line-height: 2.5rem;
}
.container.featureHead.mb-3 h3 {
	font-weight: 700;
	font-size: 2.0rem;
	/*color: #262258;*/
}
.container.featureHead.mb-3 blockquote {
	font-weight: 700;
	font-size: 2.0rem;
	/*color: red;*/
	border-left: 10px solid red;
	padding-left: 20px;
	margin-left: 25px;
}
#101 div h3 {
	font-weight: 700;
	font-size: 1.5rem;
	/*color: #262258;*/
}
	div h2 {
	font-weight: 700;
	font-size: 3.0rem;
}
.container.marketing .row .col-md-4 {
	text-align: center;
	margin-bottom: 1.5rem;
}
.container.marketing .row .col-md-3 {
	text-align: center;
	margin-bottom: 1.5rem;
}
.container.marketing .row .col-lg-3 {
	text-align: center;
	margin-bottom: 1.5rem;
}
.container.marketing .row .col-sm-3 {
	text-align: center;
	margin-bottom: 1.5rem;
}
.container.marketing .container h3 {
	font-weight: 400;
	/*font-style: italic;*/
	font-size: 2.0rem;
	color: #262258;
	text-align: center;
	}



@media (min-width: 768px) {
	/*added this code to allow the jumbotron text to be larger in desktop view*/
	.intro-header h1{
	font-weight: 700;
	font-size: 6.0rem;
	color: #262258;
	font-family: mr-eaves-xl-modern, sans-serif
}
.intro-header h3{
	font-weight: 700;
	font-size: 2.0rem;
	color: #262258;
	font-family: mr-eaves-xl-modern, sans-serif
}
	/*custom button in hero area*/
.btn-primary.custom-btn {
	background-color: #262258;
	border-color: #fff;
}

	
	
}
