html, body {

}

.wrapper {
  height: 100%;
 min-height: 100%;
}

.header {
  background-color: rgba(255,255,255,0.7);

}

.footerwrapper {
background-color: rgba(2, 42, 63, 1);
color:lightgrey;
  border-top: 1px solid black;
}

@media (max-width: 767.98px) {
  .footerwrapper {
font-size: 80%;
  }
 }

.footerwrapper a{
  color: lightgrey;
}

.footerwrapper h4 {
  color: orange;
}

.iconbuttons  {
  color:black;
  font-size: 16px;
  display: inline-block;
  background: white;
  color: #white !important;
  line-height: 1;
  padding: 5px 0;
  margin-right: 5px;
  border-radius: 15%;
  border: 1px solid white;
  text-align: center;
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
}

.social-links-ls a {
  color:#1972a4;
  font-size: 18px;
  display: inline-block;
  background: transparent;
  color: #white !important;
  line-height: 1;
  padding: 5px 0;
  margin-right: 5px;
  border-radius: 50%;
  border: 1px solid #1972a4;
  text-align: center;
  width: 30px;
  height: 30px;

}

.social-links-ls a:hover {
  color: #022a3f;
  text-decoration: none!important;
}

.small1 {
  font-size:80%;
}

.share-button {
  background-color: #4267B2;
  border-radius:5px;
  padding-top:2px;
  padding-bottom:3px;
  color: #F2F2F2;
  font-weight:500;
  margin:0px;
}

.share-button:hover {
    color: #F2F2F2;
background-color: #314B82;
}
