body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 1.15;
	font-size: 10px;
  background-color: #2171C1;
}

body,h1,h2,h3,h4,h5,h6 {font-family: sans-serif}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "metropolis-semibold", sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: normal;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin-top: 6rem;
  margin-bottom: 1.8rem;
}

.white {
  color: #FFFFFF;
  font-size: 16px;
}

.txt50px {
	font-size: 50px;
  color: #FFFFFF;
}

/* Full height image header */
.b1-image {
  /*background-image: url("../images/b1.jpg");*/
  background-color: #2171C1;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.welcome-text {
  text-align: left;
  top: 40%;
  left: 25%;
  transform: translate(-50%, -50%);
  color: white;
}

.center {
  border: 0px solid #FFFF00;
  text-align: center;
  margin-top: 200px;
  }
