.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#column-container{
  display: flex;
  align-items: center;
  padding: 30pt;
}
#center-container{
  height: 100%
}

.left-layout{
  position: absolute;
  margin-left: 100px;
  top: 20%;
  right: 50%
}
.textbox{
  margin: 30px;
  margin: 30px;
}

.logo img {
  height: 24px;
  width: 150px;
}
.space {
  margin: 0px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}


h1 {
  font-size: 44pt;
  line-height: 52pt;
  color: #FFFFFF;
}

h2{
  margin-bottom: 30px;
}

h3{
  margin-top: 30px;
}

h4{
  margin-bottom: 30px;
}
h5 {
  font-size: 22px;
  color: #FFFFFF;
  margin-top: 50px;
  margin-bottom: 50px;
}


a{

  text-decoration: none;
  margin: 10px;
}
/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: white;
}
span{
  color:#FFFFFF;
}





