html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


/* Sociokings */
.btn-sk,
.btn-sk:hover,
.btn-sk:focus {
    color: white;
    background-color: #65C3EB;
    box-shadow: none;
}

a, a:focus {
    color: #65C3EB;
    text-decoration: none;
}