@import url("https://use.typekit.net/ywo4dxm.css");
h1 {
  font-family: "europa", sans-serif !important;
  font-weight: 800;
  display: inline-block;
  position: relative;
  color: #00000096;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 5px;
  font-size: 30px;
}

h2 {
  font-family: "europa", sans-serif;
  color: #00000096;
  font-weight: 800;
  letter-spacing: 5px;
  font-size: 40px;
}

.brands-container {
  padding: 0px;
}

.title {
  position: relative;
}

.title::before {
  position: absolute;
  height: 2px;
  background-color: #00000096;
  content: '';
  z-index: 1;
  width: 50%;
  left: -136px;
  top: 16px;
}

.title::after {
  position: absolute;
  height: 2px;
  background-color: #00000096;
  content: '';
  z-index: 1;
  width: 50%;
  right: -130px;
  top: 18px;
}

body {
  background-image: url("../img/bgpattern.png");
  background-repeat: repeat;
}

#gray-nav {
  min-height: 40px;
  max-height: 60px;
  display: block;
}

#gray-nav img {
  max-height: 50px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#co-splash {
  background-color: transparent;
  position: relative;
}

.title {
  margin-top: 90px;
  margin-bottom: 50px;
  overflow-x: hidden;
}

#red-bg .img-fluid {
  max-width: 80vw;
  margin-top: 10vw;
  margin-bottom: 10vw;
}

#children .center-text {
  text-align: center;
}

#children .child {
  padding-left: 0px;
  padding-right: 0px;
}

#children .child a {
  display: block;
  text-align: center;
  border: 1px solid white;
  margin: 20px;
  padding: 60px 40px 10px;
}

#children .child:nth-child(1) {
  background-color: #4a5662;
}

#children .child:nth-child(2) {
  background-color: #376832;
}

#children .child:nth-child(3) {
  background-color: #5e6e72;
}

footer {
  height: 100vh;
  background: radial-gradient(ellipse at center, rgba(48, 56, 59, 0.8) 0%, #30383a 100%);
  box-shadow: inset -1px 7px 20px black;
}

.blurb {
  color: white;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: normal;
  display: inline-block;
  margin: 1rem 0;
}

@media only screen and (min-width: 768px) {
  .title {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #children {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 996px) {
  .child-pad {
    margin-top: 21px;
  }
  .child:hover {
    display: block;
    transition: all 0.25s ease;
    margin-top: -90px;
    z-index: 1;
  }
  .child:hover a {
    transition: all 0.25s ease;
    height: 94%;
  }
  .child:hover a img {
    transition: all 0.25s ease;
  }
  .child {
    transition: all 0.15s ease;
  }
  .child a {
    transition: all 0.15s ease;
  }
  .child a img {
    transition: all 0.15s ease;
  }
}

@media only screen and (min-width: 1200px) {
  body {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #red-bg .img-fluid {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 730px;
  }
  #co-splash {
    padding: 8vh 0;
  }
  #children {
    padding-bottom: 0px;
  }
  #children .child .img-fluid {
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }
  .child-pad {
    margin-top: 29px;
  }
  .blurb {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

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