  body {
  margin:0;
  font-family: museo-slab, serif;
  font-weight: 300,700;
  font-style: normal;

    }

.spacer {
    flex: 1;
}


.fwh-slide {
  height:100vh; /*viewport height 100% of the viewport area*/
  background:white;
  box-sizing: border-box;
  text-align:center;
  padding-top:50px;
  background:url("bg.svg");
background-repeat:no-repeat;
background-size:cover;

   
}
.logo-img {

text-align:center;
max-width:300px;
}

hr {

  height: 1.5px;
  background-color: black;
  border: none; 
  max-width:400px;
  margin:0 auto;
  margin-top:10px;
}

section p {
font-size:16px;

}

a.btn {

background-color:black;
color:white;
padding:6px 14px 6px 10px;
font-weight:bold;
border-radius:5px; 
text-decoration:none;

}

a:hover.btn {
background-color:#27BBB7;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height:35px;
  background-color: black;
  color: white;
  text-align: center;
}
.footer-txt{
  margin:10px;
  font-size:11px;
}