html,
body {
  height: 100%;
  background: #ECE9E6;  /* fallback for old browsers */
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  background-repeat: no-repeat;
    background-attachment: fixed;
}

body {
  font-family: 'Titillium Web', serif;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
}

.center-container {
  max-width: 54em;
}


.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }

  .nav-masthead {
    float: right;
  }
}

.container {
  padding: 0 1.5rem;
}

.brand-title {
  font-size: 62px;
  color: #13547a;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .1);
}

.brand-slogan {
  font-size: 20px;
  font-weight: 400;
  color:  rgb(133, 133, 133);
  padding-top: 15px;
}

.text {
  font-size: 16px;
  font-weight: 200;
}

.badges {
  padding-top: 45px;
}

.badge-primary {
  font-size: 13px;
  font-weight: 400;
  color: lightgrey;
  background-color: #13547a;
}

.card {
  margin-bottom: 15px;

}

.card-body {
  text-align: left;
}

a {
  color:  rgb(133, 133, 133);
  text-decoration: none;
}

a:focus,
a:hover {
  color: #13547a;
  text-decoration: none;
}

h4.card-title {
  color: #13547a;
  font-weight: 400;
  font-size: 26px;
  padding-bottom: 15px;
}
h5.card-title {
  color: #13547a;
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 15px;
}
.card-text {
  color: #000000;
  padding-bottom: 0px;
}

.mastfoot {
  color: #13547a;
  font-weight: 400;
  font-size: 13px;
}
/* titillium-web-200 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/titillium-web-v8-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web ExtraLight'), local('TitilliumWeb-ExtraLight'),
       url('../fonts/titillium-web-v8-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v8-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v8-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v8-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v8-latin-200.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
       url('../fonts/titillium-web-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v8-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}