html {
  font-weight: lighter;

}

body {
  background: rgb(204, 204, 204);
  background: linear-gradient(90deg, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(204, 204, 204, 1) 100%);
}

.logotext{
  color:#678b83
}
.hero {
  background: url('../images/pexels-pixabay-434337.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:0 0 ;
  color: #526655;
  font-size: 1.6em;
  text-shadow: -1px -1px 1px rgb(255, 255, 255);
}

.main-container{
  background-color: white;
  -webkit-box-shadow: 0px 13px 45px -22px rgba(0,0,0,1);
-moz-box-shadow: 0px 13px 45px -22px rgba(0,0,0,1);
box-shadow: 0px 13px 45px -22px rgba(0,0,0,1);
}

footer {
  background-color: #102019;
  font-size: 0.8em;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}

.sub-hero {
  background-color: #678b83;
  color: #fff;
  border-top: 1px solid #fff;
  background-image: url('../images/grid.svg');
}

.sub-hero svg {
  width: 45%;
  height: auto;
}

.btn-primary {
  background-color:#284035;
  border-color: #284035;
  color: #fff;
}

.btn-primary:hover {
  background-color: #485e54;
  border-color: #21312a;
  color: #fff;
}

ul>li {
  list-style: none;
  margin-bottom: 0.5em;
  /* font-size: 2em; */
}

ul>li>img {
  width: .9em;
  height: auto;

}

.sub-footer {
  color: white;
  background-color: #284035;
  min-height: 350px;
  background-image: url('../images/grid.svg');
  background-position: 90% -30%
}

.padlock {
  width: 40%;
}

a.btn svg{
  margin-right: 0.5em;
  display: inline-block;
  width: 20px;
  height: auto;
}

.icon-fill{
  fill:currentColor
}

.img-fluid{
  width: 100%;
  height: auto;
  border: 2px solid #284035
}

h3{
  font-size: 1.5em;
  /* font-weight: bold; */
  color:#415b4f;
}

.white{
  color: white;
}