html {
  scroll-behavior: smooth;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Helvetica', 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: #f0f0f0;
}
.main_hero {
  background-image: url('../media/background.jpg');
  background-size: cover;
}
img {
  max-width: 100%;
}
a.is-primary {
  background-color: #03b2e3 !important;
  border: 1px solid #03b2e3 !important;
}
a.is-primary:hover {
  background-color: transparent !important;
  color: #000 !important;
}
a.button {
  font-size: 14px;
}
.main_title {
  color: #fff;
}
.columns {
  flex-wrap: wrap;
}
.slider-content {
  animation-duration: 3s;
  animation-delay: 1s;
  -webkit-animation-duration: 3s;
  -webkit-animation-delay: 1s;
}
.reception-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1em 2em;
}
.reception-item i {
  width: 20px;
}
.reception-item a {
  color: #000;
}
.reception-item .button {
  border: 1px solid #03b2e3;
  width: 50px;
}
.reception-item .button i {
  width: auto;
  padding-right: 5px;
}
.reception-item .button:hover {
  background-color: #03b2e3;
  color: #fff;
}
.mobile-only {
  display: none;
}
@media only screen and (max-width: 769px) {
  .mobile-only {
    display: block;
  }
  .reception-item {
    padding: 1em;
  }
}
@media only screen and (max-width: 350px) {
  .mobile-only {
    display: none;
  }
}
iframe {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media only screen and (min-width: 769px) {
  #contact .column {
    min-height: 360px;
  }
}
footer {
  background-color: #344157;
  border-top: 3px solid #03b2e3;
  color: #fff !important;
}
.footer_title {
  color: #fff !important;
}
.main-text {
  color: white;
  text-shadow: 4px 4px 12px #29211b;
}
.navbar {
  box-shadow: none;
}
.navbar-item {
  color: #484848;
  text-align: center;
}
.hero-foot{
  margin-bottom: 1rem;
}
