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

img {
  width: 100%;
}

html {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-smooth: auto;
  font-weight: 300;
  line-height: 1.5;
  color: #444;
}

body {
  position: relative;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
a {
  font-family: "Roboto Slab", serif;
}

a {
  text-decoration: none;
  color: #272e36;
}

.header {
  position: fixed;
  width: 100%;
  padding: 1rem 0;
  background: #383e48;
  transition: 0.25s;
  z-index: 9999;
}

.header.sticky {
  background: #6195f0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.header-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header-logo a {
  display: inline;
  margin: 0;
  color: #ffffff;
  line-height: 1;
}

.header-logo a img {
	width: 130px;
}

.header-nav {
  position: fixed;
  top: 0;
  left: -100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 90vw;
  height: 100vh;
  padding-top: 4rem;
  background-color: rgba(228, 80, 93, 0.95);
  transition: 0.25s;
  z-index: 0;
}

@media (min-width: 40rem) {
  .header-nav {
    width: 40vw;
  }
}

.header-nav.is-open {
  left: 0%;
}

.header-nav.is-open .header-navClose {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.header-navOpen {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 0.9375rem;
  height: 0.8125rem;
  margin-top: 0.125rem;
  margin-right: 0.5rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.header-navOpen span {
  display: block;
  width: 15px;
  height: 2px;
  background-color: whitesmoke;
}

.header-navOpen span:first-child {
  transform: translateY(-3px);
}

.header-navOpen span:last-child {
  transform: translateY(3px);
}

.header-navClose {
  position: fixed;
  top: 1.675rem;
  left: 1rem;
  width: 0.9375rem;
  height: 0.8125rem;
  background-color: transparent;
  border: 0;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
  cursor: pointer;
}

a.card {
  box-shadow: -1px 1px 36px -12px rgba(0, 0, 0, 0.82);
}

.card img {
  object-fit: cover;
  height: 300px;
  object-position: top;
  transition: 8s;
  border-radius: 6px 6px 0px 0px !important;
}


.card:hover img {
  object-position: bottom;
}


@media (min-width: 40rem) {
  .header-navClose {
    left: 1.25rem;
  }
}

.header-navClose span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.header-navClose span:first-child {
  transform: rotate(45deg);
}

.header-navClose span:last-child {
  transform: rotate(-45deg);
}

.header-navLink {
  position: relative;
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
}

.header-navLink:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: 0.25s linear;
}

.header-navLink.is-active {
  font-weight: bold;
}

.header-navLink.is-active:after,
.header-navLink:hover:after {
  width: 100%;
}

.header-cta {
  display: flex;
  justify-content: flex-end;
}

.header-ctaLink {
  padding: 5px 20px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
	background: #efefef;
	padding: 40px 20px;
}

.hero-title {
  margin-top: 0rem;
  text-align: center;
}

.hero-title h1,
.hero-title h2 {
  margin: 0;
  color: #fff;
}

.hero-title h1 {
  font-size: 30px;
}

.hero-title h2 {
  font-weight: 300;
}

.slant {
  position: relative;
  display: block;
	padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .slant {
		padding-top: 60px;
		padding-bottom: 30px;
	}
}

.slant h1 {
  font-size: 36px;
}

.slant h2 {
  font-size: 32px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  background-color: whitesmoke;
  border-radius: 0.5rem;
  text-align: center;
}

@media (min-width: 40rem) {
  .card {
    height: 100%;
  }
}

.card h3 {
  margin-bottom: 0;
}

.card h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.card-button {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0.75rem 2rem;
  background-color: #f46d4c;
  border: 0;
  border-radius: 0.25rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.grid-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 40rem) {
  .grid-container {
    padding: 0 1.25rem;
  }
}

.grid-container.full {
  width: 100%;
  padding: 0 !important;
}

.grid-container .grid-x {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 40rem) {
  .grid-container .grid-x {
    flex-direction: row;
  }
}

.grid-container .grid-x.align-left {
  justify-content: flex-start;
}

.grid-container .grid-x.align-right {
  justify-content: flex-end;
}

.grid-container .grid-x.align-justify {
  justify-content: space-between;
}

.grid-container .grid-x.align-top {
  align-items: flex-start;
}

.grid-container .grid-x.align-bottom {
  align-items: flex-end;
}

.grid-container .grid-x.align-middle {
  align-items: center;
}

.grid-container .grid-x.align-center {
  align-items: center;
  justify-content: center;
}

.grid-container .grid-x.align-stretch {
  align-items: stretch;
}

.grid-container .grid-x.grid-margin-x .cell {
  margin-left: 10px;
  margin-right: 10px;
}

.grid-container .grid-x.grid-padding-x .cell {
  padding-left: 10px;
  padding-right: 10px;
}

.grid-container .grid-x.grid-margin-y .cell {
  margin-top: 10px;
  margin-bottom: 10px;
}

.grid-container .grid-x.grid-padding-y .cell {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cell {
  display: block;
  width: 100%;
}

.cell.auto {
  flex: 0 0 auto;
  width: auto;
}

.cell.grow {
  flex: 1 0 auto;
  width: auto;
}

.cell.shrink {
  flex: 0 1 auto;
  width: auto;
}

@media (min-width: 0rem) {
  .cell.small-1 {
    width: 8.3333%;
  }
}

@media (min-width: 0rem) {
  .cell.small-2 {
    width: 16.6666%;
  }
}

@media (min-width: 0rem) {
  .cell.small-3 {
    width: 25%;
  }
}

@media (min-width: 0rem) {
  .cell.small-4 {
    width: 33.3333%;
  }
}

@media (min-width: 0rem) {
  .cell.small-5 {
    width: 41.6666%;
  }
}

@media (min-width: 0rem) {
  .cell.small-6 {
    width: 50%;
  }
}

@media (min-width: 0rem) {
  .cell.small-7 {
    width: 58.3333%;
  }
}

@media (min-width: 0rem) {
  .cell.small-8 {
    width: 66.6666%;
  }
}

@media (min-width: 0rem) {
  .cell.small-9 {
    width: 75%;
  }
}

@media (min-width: 0rem) {
  .cell.small-10 {
    width: 83.3333%;
  }
}

@media (min-width: 0rem) {
  .cell.small-11 {
    width: 91.666612%;
  }
}

@media (min-width: 40rem) {
  .cell.medium-1 {
    width: 8.3333%;
  }
}

@media (min-width: 40rem) {
  .cell.medium-2 {
    width: 16.6666%;
  }
}

@media (min-width: 40rem) {
  .cell.medium-3 {
    width: 25%;
  }
}

@media (min-width: 40rem) {
  .cell.medium-4 {
    width: 33.3333%;
  }
}

@media (min-width: 40rem) {
  .cell.medium-5 {
    width: 41.6666%;
  }
}

@media (min-width: 40rem) {
  .cell.medium-6 {
    width: 50%;
  }
}

@media (min-width: 40rem) {
  .cell.medium-7 {
    width: 58.3333%;
  }
}

@media (min-width: 40rem) {
  .cell.medium-8 {
    width: 66.6666%;
  }
}

@media (min-width: 40rem) {
  .cell.medium-9 {
    width: 75%;
  }
}

@media (min-width: 40rem) {
  .cell.medium-10 {
    width: 83.3333%;
  }
}

@media (min-width: 40rem) {
  .cell.medium-11 {
    width: 91.666612%;
  }
}

@media (min-width: 64rem) {
  .cell.large-1 {
    width: 8.3333%;
  }
}

@media (min-width: 64rem) {
  .cell.large-2 {
    width: 16.6666%;
  }
}

@media (min-width: 64rem) {
  .cell.large-3 {
    width: 25%;
  }
}

@media (min-width: 64rem) {
  .cell.large-4 {
    width: 33.3333%;
  }
}

@media (min-width: 64rem) {
  .cell.large-5 {
    width: 41.6666%;
  }
}

@media (min-width: 64rem) {
  .cell.large-6 {
    width: 50%;
  }
}

@media (min-width: 64rem) {
  .cell.large-7 {
    width: 58.3333%;
  }
}

@media (min-width: 64rem) {
  .cell.large-8 {
    width: 66.6666%;
  }
}

@media (min-width: 64rem) {
  .cell.large-9 {
    width: 75%;
  }
}

@media (min-width: 64rem) {
  .cell.large-10 {
    width: 83.3333%;
  }
}

@media (min-width: 64rem) {
  .cell.large-11 {
    width: 91.666612%;
  }

}

@media (max-width: 600px) {
  .slant .grid-container {
    margin-top: unset !important;
  }

}


.cell.align-self-right {
  display: flex;
  justify-content: flex-end;
}

.cell.align-self-left {
  display: flex;
  justify-content: flex-start;
}

.cell.medium-4 {
  margin-bottom: 25px;
}

header .grid-container .grid-x.align-middle {
  justify-content: center;
}