body {
	min-height: 75rem;
	padding-top: 56px;
	color: #383838;
}
/* fonts */

/* jost-regular - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/jost-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/jost-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/jost-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/jost-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/jost-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/jost-v14-latin-regular.svg#Jost') format('svg'); /* Legacy iOS */
}
/* jost-600 - latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/jost-v14-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/jost-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/jost-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/jost-v14-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/jost-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/jost-v14-latin-600.svg#Jost') format('svg'); /* Legacy iOS */
}
/* jost-italic - latin */
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/jost-v14-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/jost-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/jost-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/jost-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/jost-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/jost-v14-latin-italic.svg#Jost') format('svg'); /* Legacy iOS */
}

html {
    font-size: 100%
}

body {
    font-size: 1.5em;
}

html, body, .tooltip, .popover {
  font-family: "Jost", sans-serif
}

code, kbd, pre, samp, .text-monospace {
  font-family: "Jost", monospace
}

button, input, optgroup, select, textarea {
  font-family: inherit
}

/* Headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3,
.display-4, .display-5, .display-6 {
  font-family: "Jost", sans-serif;
  font-weight: 600
}

h2 span {
	font-weight: 400
}

blockquote {
	margin: 1.5em;
	line-height: 22px;
}

.mst-feature {
	font-size: 2.8rem;
	text-align: center;
}

.small {
	font-size: 1.4rem;
}

.nav-link {
	font-size: 1.4rem;
}

.dropdown-item {
	font-size: 1.2rem;
}


/* Links */
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #1D5578;
}
a:focus, a:hover {
	color: rgba(0, 0, 0, 0.9);
}


/* IMAGES */
img.thumb {
	max-width: 25%;
	max-height: 75%;
}

/* navbar */
.navbar-brand {
	font-weight: 600
}
.navbar-brand span {
	font-weight: 400
}

/* splash */
.splash {
	color: #383838;
}

.overview p {
	font-size: 24px;
}

.stripe {
	color: #EEF0F2;
	background-color: #1D5578;
}

.feature-background-photo {
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
}

.photo-credit {
	bottom   : 0;
}

.feature-background-color-primary {
	background-color: #DCE0E5;
  	min-height: 500px;
}

.feature-background-color-secondary {
	color: #EEF0F2;
	background-color: #444444;
}

.feature-team {
	background-image: url("/images/mst-team.jpg");
	min-height: 800px;
}

.feature-industries {
	background-image: url("/images/chuttersnap-9cCeS9Sg6nU-unsplash.jpg");
}

.feature-card {
	background-color: #EEF0F2;
	color: #444444;
	border: none;
	border-radius: 0;
}

.contact-card {
	background-color: #EEF0F2;
	color: #444444;
	border: none;
	border-radius: 0;
}


/* footer */
footer {
	color: #EEF0F2;
}

.footer-top, .footer-middle {
	background-color: #1D5578;
}

.footer-bottom {
	background-color: #080f18;
}

footer a:link, footer a:visited {
	color: rgb(238, 240, 242)!important;
}
footer a:focus, footer a:hover {
	text-decoration: underline;
}

/* Icons
Scale FontAwesome SVGs to be approximately the size of whatever text element it’s in;
feels like an “icon font” without using web fonts
*/
span.fontawesome-inline-svg {
  display: inline-block;
  height: 0.9em;
  width: 0.9em;
  top: 0.1em;
  position: relative;
}
