body,
button,
input,
select,
textarea {
  font-family: 'Sarala', sans-serif;
}

.title {
  font-family: 'Sarala', sans-serif;
}


a.has-text-dark {
  color: #b5b5b5 !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #363636 !important;
}


a.is-desktopmenu {
  color: #363636 !important;
}

a.is-desktopmenu:hover, a.is-desktopmenu-active, a.has-text-dark:focus {
  color: darkred !important;
  text-decoration: underline darkred !important;
}


.modal-close {
	background-color: rgba(200, 200, 200, 200);
}


.navbar-item.has-margin-horizontal {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

@media screen and (max-width: 1215px) {
  .navbar-item.has-margin-horizontal {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
