body {
  background-color: #fff;
}

p{
  color: black;
  text-align: center;
  padding: 0em;
}

ol {
  margin: 0 40px;
}

#xMainContainer{
  font-family: 'Raleway',Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size:48px;
  margin-top: 0px;
  padding: 0 20px;
}


.xHeader{
  color:#48627a;
  font-weight: 400;
  font-size: 1.5em;
}

.xBanner{
  font-size: 1.5em;
  margin: 0px;
  padding: 26px 0;
  background-color: #48627a;
  color: #fff;
}

.button{
  font-family: 'Raleway',Arial, Helvetica, sans-serif;
  background-color:#48627a;
  border: none;
  color: white;
  padding: 15px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 200;
  margin-top: 35px;
  cursor: pointer;
  box-shadow: 5px 5px 10px #888888;
}

.xLight{
  font-weight: 300;
  font-size: 1em;
}

.xLeft{
  text-align: left;
}

.xLogoImg{
  margin-top: 10px;
}


