@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Roboto");

html {
  font: 1.1em/1.4 Roboto, sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  font-family: Roboto, sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: "Open Sans", sans-serif;
}

.l-splash {
  min-height: 500px;
}

.is-hidden {
  display: none !important;
}

.o-btn {
  margin: 10px;
  padding: 10px;
  height: 60px;
  background-color: #FFC31F;
  border-radius: 5%;
  text-align: center;
  color: #333;
}

/* Settings */
/* Components */
.c-header {
  background-color: #fff;
}

@media (min-width: 17.778em) {
  .c-header__logo {
    width: 100%;
  }

  .c-header__logo img {
    display: block;
    margin: 0 auto;
  }
}

.c-header__logo img {
  width: 300px;
}

.c-header__social {
  padding: 5px;
  float: right;
}

.c-header__motto {
  color: #333;
}

@media (min-width: 17.778em) {
  .c-header__motto {
    text-align: center;
    width: 100%;
  }
}

.c-card-list {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-card-list__card {
  margin: 5px;
  cursor: pointer;
}

@media (min-width: 41em) {
  .c-card-list__card:first-child {
    margin-left: 3%;
  }
}

.c-card-list__card--active {
  background-color: #fff;
  border-top-right-radius: 5%;
  border-top-left-radius: 5%;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.c-card-list__card h3 {
  text-align: center;
  min-height: 3em;
}

.c-card-list__card svg {
  margin: 0 auto;
  display: block;
}

@media (max-width: 41em) {
  .c-card-list__card {
    width: 100%;
    display: block;
  }
}

@media (min-width: 41em) {
  .c-card-list__card {
    width: 18%;
  }
}

#card-1 {
  order: 1;
}

@media (min-width: 17.778em) {
  #card-2 {
    order: 3;
  }
}

@media (min-width: 41em) {
  #card-2 {
    order: 2;
  }
}

@media (min-width: 17.778em) {
  #card-3 {
    order: 5;
  }
}

@media (min-width: 41em) {
  #card-3 {
    order: 3;
  }
}

@media (min-width: 17.778em) {
  #card-4 {
    order: 7;
  }
}

@media (min-width: 41em) {
  #card-4 {
    order: 4;
  }
}

@media (min-width: 17.778em) {
  #card-5 {
    order: 9;
  }
}

@media (min-width: 41em) {
  #card-5 {
    order: 5;
  }
}

.c-card__detail {
  background-color: #fff;
  padding: 20px;
  min-height: 200px;
}

@media (min-width: 17.778em) {
  .c-card__detail {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 41em) {
  .c-card__detail {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 17.778em) {
  #service-1 {
    order: 2;
  }
}

@media (min-width: 41em) {
  #service-1 {
    order: 6;
  }
}

@media (min-width: 17.778em) {
  #service-2 {
    order: 4;
  }
}

@media (min-width: 41em) {
  #service-2 {
    order: 7;
  }
}

@media (min-width: 17.778em) {
  #service-3 {
    order: 6;
  }
}

@media (min-width: 41em) {
  #service-3 {
    order: 8;
  }
}

@media (min-width: 17.778em) {
  #service-4 {
    order: 8;
  }
}

@media (min-width: 41em) {
  #service-4 {
    order: 9;
  }
}

#service-5 {
  order: 10;
}

.c-hero {
  background-size: cover;
  background-image: url(/images/headway-537308-unsplash.jpg);
  width: 100%;
  height: 600px;
}

.c-hero__content {
  text-align: center;
  padding-top: 100px;
  display: block;
  margin: 0 auto;
}

.c-hero a {
  color: #333;
}

.c-hero a:hover {
  color: #333;
}

.c-hero a:visited {
  color: #333;
}

footer {
  font-size: 0.75rem;
  background-color: #333;
  color: #fff;
  min-height: 100px;
  padding: 20px;
}

footer small {
  font-size: 0.75rem;
}

footer a {
  color: #fff;
}

footer a svg {
  vertical-align: middle;
}

footer .c-shelf {
  float: right;
}

footer .c-shelf__info {
  display: none;
}

footer .c-shelf__info h4 {
  color: #FFC31F;
}

/* Pages */
.services {
  margin: 0 auto;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
}

.services h2 {
  padding-top: 20px;
  text-align: center;
}

.services p {
  text-align: center;
}

@media (min-width: 17.778em) {
  .services {
    margin-top: -300px;
    min-height: 300px;
  }
}

@media (min-width: 41em) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .services {
    margin-top: -450px;
    min-height: 450px;
  }
}

@media (min-width: 41em) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .services {
    margin-top: -450px;
    min-height: 450px;
  }
}

.services>div {
  width: 100%;
  display: block;
}

.contact {
  width: 100%;
  display: block;
  padding: 20px;
  padding-top: 0;
}

.contact p {
  text-align: center;
}

.contact h2 {
  text-align: center;
}

.contact div {
  width: 100%;
  text-align: center;
}

@media (min-width: 41em) {
  .contact div {
    width: 100%;
    display: inline-block;
  }
}

.contact a {
  color: #333;
}

.contact a:hover {
  color: #333;
}

.contact a:visited {
  color: #333;
}

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