BODY {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #969696;
  padding-top: 66px; }

a:visited {
  color: inherit;
  text-decoration: none; }
a:hover {
  color: #4d9725 !important; }

h1,
h2,
h3 {
  color: #3face4; }

h4,
h5,
h6 {
  color: #4d9725; }

label {
  margin-top: 0.5rem;
  margin-bottom: 0; }

.btn {
  margin: 1px; }
  .btn:hover {
    color: inherit !important; }
  .btn.btn-success {
    color: #ffffff !important;
    background-color: #4d9725 !important; }
  .btn.btn-info {
    color: #ffffff !important;
    background-color: #3face4 !important; }

.alert {
  border-radius: 0 !important; }

.text-black {
  color: #000; }

.text-bold {
  font-weight: 700; }

.error-message {
  color: #ff0000;
  font-weight: bold; }

.mt-66 {
  margin-top: 66px; }

.mt-100 {
  margin-top: 100px; }

.input.checkbox label {
  margin-left: 1.25em; }

.navbar {
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  font-size: 14px; }
  .navbar a.nav-link {
    color: #000;
    text-transform: uppercase; }

.main-slider {
  width: 100%;
  height: 93vh;
  background-image: url(../img/slider-background.jpg);
  background-repeat: none;
  background-position: right top;
  background-size: cover;
  padding-top: 30vh; }
  .main-slider .main-slider-text-1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 100%;
    color: #3face4;
    margin-bottom: 15px; }
  .main-slider .main-slider-text-2 {
    font-size: 4rem;
    font-weight: 900;
    color: #4d9725;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 15px; }
  .main-slider .main-slider-text-3 {
    margin-bottom: 15px; }

.opening-hours li {
  padding: 5px;
  border-bottom: 1px solid #ccc; }

.appointment-days,
.appointment-hours {
  width: 100%;
  max-width: 400px;
  margin: auto; }
  .appointment-days li,
  .appointment-hours li {
    text-align: center;
    margin-bottom: 3px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1rem; }
    .appointment-days li .appointment-days-date,
    .appointment-hours li .appointment-days-date {
      font-size: 1.3rem;
      font-weight: bold;
      color: #000; }
    .appointment-days li:hover,
    .appointment-hours li:hover {
      background-color: #4d9725;
      color: #fff !important;
      cursor: pointer; }
      .appointment-days li:hover .appointment-days-date,
      .appointment-hours li:hover .appointment-days-date {
        color: inherit; }

footer {
  margin-top: 5rem;
  background-color: #4d9725;
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  footer a {
    color: inherit !important; }
    footer a:hover {
      color: inherit !important; }

/*# sourceMappingURL=styles.css.map */
