@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

a {
    color: #0077cc;
}
a:hover {
    color: #0044aa;
}

.form-language > label,
.form-language > select {
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.25rem;
}
.form-language > select:hover {
    border-color: darkgray;
}
