body {
	margin: 0px;
  font-family: 'Montserrat', sans-serif;
}
.bg {
	width: 100%;
	height: 100%;
	background: rgb(174,205,248);
	background: radial-gradient(circle, rgba(174,205,248,1) 0%, rgba(81,113,177,1) 100%);
}
.logo {
	fill: white;
	width: 350px;
}
.container {
  /* min-height: 400px; */
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.row {
  flex-direction: row;
} 
/* .container:after {
  display: block;
  content: " invisible node ";
  flex: 999 999 auto;
} */
.item {
  flex: 0 0 auto;
  margin: 5px;
}
.tagline {
	color: white;
	
	font-size: 13px;
	letter-spacing: 0.38em;
}

a {
    /*color: #3d5465;*/
    text-decoration: none;
}
a:hover {
    color: #22608c;
    text-decoration: none;
}

.text {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
}