html, body {
  height: 100%;
}

#page-wrapper .main-wrap {
  max-width: 1600px;
  margin: 0 auto;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1px;
}

header {
  display: flex;
}
header img {
  width: 150px;
  height: 40px;
  margin-left: auto;
  display: block;
  margin-right: 0px;
  margin-top: 10px;
}
header p {
  display: block;
  margin-left: 15px;
  margin-right: auto;
  text-align: center;
  font-size: 19px;
  color: #284735;
}

.tiles {
  display: flex;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
}
.tiles a {
  text-decoration: none;
}
@media only screen and (max-width: 40em) {
  .tiles {
    flex-direction: column;
    width: 94%;
  }
}
.tiles a {
  border: 2px solid black;
  width: 25%;
}
@media only screen and (max-width: 40em) {
  .tiles a {
    width: 90%;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tiles a .overlay {
  background-image: url("data:image/svg+xml,%3csvg width='449' height='295' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3cpath id='a' d='M0 0h449v295H0z'/%3e%3cpath id='c' d='M0 0h450v746H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cmask id='b' fill='white'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cg mask='url(%23b)'%3e%3cg transform='translate(-1 -275)'%3e%3cmask id='d' fill='white'%3e%3cuse xlink:href='%23c'/%3e%3c/mask%3e%3cg fill='white' mask='url(%23d)'%3e%3cpath d='M484.681 184s-12.546 169.58-224.38 178.025C48.454 370.455-95 264.615-95 264.615S34.94 529.32 268.907 507.2c233.967-22.12 246.24-236.407 215.774-323.2'/%3e%3cpath d='M597.974 192.484s-14.57 196.92-260.57 206.727C91.386 409-75.204 286.096-75.204 286.096S75.695 593.477 347.398 567.79c271.704-25.686 285.957-274.52 250.576-375.306' opacity='.42'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 25%;
  max-width: 400px;
  height: 300px;
  position: absolute;
  margin-top: -111px;
}
@media only screen and (max-width: 40em) {
  .tiles a .overlay {
    display: none;
  }
}
.tiles a .titles {
  border: none;
  width: 100%;
  height: 300px;
}
@media only screen and (max-width: 64em) {
  .tiles a .titles {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 40em) {
  .tiles a .titles {
    height: 100px;
  }
}
.tiles a .titles .title {
  color: white;
  margin-left: 10%;
  margin-right: 10%;
}
.tiles a .titles .subtitle {
  color: #284735;
  margin-left: 10%;
  margin-top: 0;
  text-transform: uppercase;
  padding-top: 15%;
}
@media only screen and (max-width: 40em) {
  .tiles a .titles .subtitle {
    padding-top: 2%;
  }
}
.tiles a .bckgrimg {
  object-fit: cover;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 40em) {
  .tiles a .bckgrimg {
    height: 140px;
    display: none;
  }
}
.tiles a .logo {
  margin: 0 auto;
  width: 50%;
  display: block;
}
@media only screen and (max-width: 40em) {
  .tiles a .logo {
    margin-top: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
.tiles .tile1 {
  text-decoration: none;
  border-color: #FCD406;
}
.tiles .tile1 .titles {
  background-color: #FCD406;
}
@media only screen and (max-width: 50em) {
  .tiles .tile1 .titles .title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 40em) {
  .tiles .tile1 .logo {
    margin-top: 0%;
  }
}
@media only screen and (min-width: 40em) {
  .tiles .tile1 .logo {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 50em) {
  .tiles .tile1 .logo {
    margin-top: 10%;
  }
}
.tiles .tile2 {
  border-color: #5AAA46;
}
.tiles .tile2 .titles {
  background-color: #5AAA46;
}
.tiles .tile2 .logo {
  width: 83%;
}
@media only screen and (max-width: 40em) {
  .tiles .tile2 .logo {
    margin-top: 0%;
  }
}
@media only screen and (min-width: 40em) {
  .tiles .tile2 .logo {
    margin-top: 10%;
  }
}
@media only screen and (min-width: 50em) {
  .tiles .tile2 .logo {
    margin-top: 10%;
  }
}
.tiles .tile3 {
  border-color: #FAAD1B;
}
.tiles .tile3 .titles {
  background-color: #FAAD1B;
}

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