 body{   
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
    color: #555555;
    text-rendering: optimizeLegibility;
 }


.logo {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

.banner_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url('lacite-test.jpg');
}

.footer{
    margin-top: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.85;
}

.main {
  text-align: center;
}

.content {
 margin: 20px 20px;
}

h1 {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.25;  
}

h3{
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  color: #3f8edb;
}


a {
  color: #3f8edb;
}
a:hover,
a:focus {
  color: #357cce;
}
a.link--dark,
.link--dark a {
  color: #357cce;
}
a.link--dark:hover,
.link--dark a:hover,
a.link--dark:focus,
.link--dark a:focus {
  color: #3f8edb;
}
a.link--bordered,
.link--bordered a {
  border-color: #3f8edb;
}
.text--dark {
  color: #357cce;
}
