/******* GLOBAL *******/
* {
  font-family: Quicksand, sans-serif !important;
}

hr {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.split {
  border-top: 1px solid #a11915 !important;
}

.arrow {
  color: #a11915 !important;
}

/******* NAVIGATION *******/
.logo {
  width: 59px;
}

.nav-container {
  min-width: 800px !important;
  max-width: 1700px !important;
  margin-left: auto;
  margin-right: auto;
}

.navbar-ul > li > a {
  color: white !important;
  font-weight: bold;
}

.navbar-ul > li > a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #a11915;
}

/******* HOME *******/

.home-heading {
  color: white;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
}



.about-us-button {
  text-align: center;
  font-weight: bold;
  color: white;
  background-color: #a11915;
  border: 0;
}

.about-us-button:hover {
  color: white;
  background-color: #b71a1a;
}

/******* EDUCATION *******/
.uk-tab > .uk-active > a {
  border-color: #a11915 !important;
}

.education-headline {
  margin-bottom: 3px;
}

.education-margin {
  margin-top: 3px;
}

.first-education-accordion {
  margin-top: 100px !important;
}

.education-accordion-headline {
  color: #a11915;
}

.education-accordion-headline:hover {
  color: #b71a1a;
}
/******* CONTACT *******/
.contact-grid {
  width: 100%;
}

.contact-card {
  min-height: 300px;
}

.link-phone {
  color: #a11915 !important;
}

.link-email {
  color: #a11915 !important;
}

.link-address {
  color: #a11915 !important;
}

.contact-text-top {
  margin-top: 20px;
}

/******* FOOTER *******/
.footer {
  background-color: white;
  min-height: 300px;
  max-height: 300px !important:
}

.footer-container {
  padding-top: 40px;
}

.footer-headline {
  color: #333 !important;
}

.footer-grid > :not(.uk-first-column)::before {
  border-left: 1px solid #a11915;
}

/******* MEDIA QUERIES *******/
@media only screen and (max-width: 600px) {
  .home-heading {
    font-size: 55px !important;
  }

  .navbar-ul > li > a {
    font-size: .700rem;
    text-shadow: 0px 1px #000000;
  }

  .uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    padding: 0 8px;
  }
}
