html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.socialsharing {
    text-align: center;
    float:right;
}

.socialsharing a {
    display: inline-block;
    padding: .2em;
    line-height: 0;
}

.socialsharing path {
    fill: gray;
}

.socialsharing svg {
    width: 18px;
    height: 18px;
}
