/* source-sans-3-300 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-3-v19-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/source-sans-3-v19-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html,
body {
  background-color: rgb(138 150 162);
 /* font-family: 'Work Sans', sans-serif;*/
  font-family: 'Source Sans 3', sans-serif;
font-variant-numeric: oldstyle-nums;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  hyphens: auto;
  font-size: 1.4rem;
}

a {  color:white; }
a:hover {  color: #ffb600; }

a:focus, :focus {
color: #ffb600;
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(255,182,0,.5);
    box-shadow: 0 0 0 2px rgba(255,182,0,.5);
}


#intro {
  	background: #7e3676;
 }

h1, h2, h3, h4, h5 {
	font-weight: 300;
}
.cover-container { max-width: 1000px; }
@media (max-width: 767px) { 
  .cover {
    padding: 0 !important;

  }
}
.masthead {
	margin-bottom: 2rem;
	min-height: 3em; /* for XS */ 
}
.brand-name {
	display: inline-block;
	padding: 1em;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: 400;
}

.masthead-brand {   margin-bottom: 0; }

.cover {   padding: 0 1.5rem; }

.text-dark {     color: #757b8a !important; }

.text-shadow { 	text-shadow: 0 0 8px black; }

.mastfoot {   color: rgba(255, 255, 255, .5); }


.modal a {
	color: #757b8a;
}
@media (min-width: 768px) { 
	html, body {
	  height: 100%;
	}
	.brand-name {
		line-height: 1.4em;
	}
}