* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font: 14px "Hind" sans-serif Lucida "Grande", Helvetica, Arial;
  color: #727272;
}

.xyz-logo {
  height: 4rem;
  width: 4rem;
}

.xyz-logo-small {
  height: 2rem;
  width: 2rem;
}

.top-bar-container {
  background-color: #ededed;
}

.header-contact-icon {
  color: #f8c12c;
}

.header-contact-content {
  font-size: 14px;
  color: #727272;
  margin-left: 24px;
  margin-right: 10px;
}

.header-sm-link {
  color: #222222;
}

.section-header {
  color: #383838;
}

.header-sm-link:hover {
  text-decoration: underline;
  color: #dc143c;
}

.navbar-bg-color {
  background-color: rgba(0, 0, 0, 0.99) !important;
}

.xyz-navbar__toggler.navbar-toggler,
.xyz-navbar__toggler.navbar-toggler:active {
  border-color: transparent;
}

.xyz-navbar__toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar__link-item {
  color: #dedede !important;
  text-transform: uppercase;
  font-size: 12px;
}
.navbar__ctn--link:hover,
.navbar__ctn--link:focus,
.navbar__ctn--link:link {
  background-color: #131313;
  color: #f8c12c;
}

/* Not Found */

.container-image-404 {
  background-image: linear-gradient(
      to right bottom,
      rgba(28, 29, 28, 0.8),
      rgba(28, 29, 28, 0.8)
    ),
    url("/images/sites/xyz-003.jpg");
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content-404 {
  color: #ededed;
  text-align: center;
}

.content-404__title {
  font-size: 5rem;
  font-weight: 900;
}

.content-404__sub-title {
  font-size: 1.5rem;
  font-weight: 300;
}

.content-404__home-link {
  display: inline-block;
  padding: 12px 18px;
  background-color: #f8c12c;
  color: rgba(255, 255, 255, 0.9);
}

/* Footer */

.footer {
  background-color: #242424;
  padding: 0;
}

.footer__xyz-tag {
  color: #fdfdfd;
  font-size: 15px;
  font-weight: 300;
}

.footer__header {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 35px;
  color: #f8c12c;
}

.footer__link-item {
  list-style: none;
}

.footer__link-item a {
  color: #b2b2b2;
  font-size: 13px;
  font-weight: 200;
}

.footer__link-item a:hover {
  color: #f8c12c;
}

.footer__contact {
  color: #fdfdfd;
  font-size: 10px;
  font-weight: 300;
}

.footer__contact--icon {
  color: #f8c12c;
}

.footer__copyright {
  background-color: #131313;
}

.footer__copyright--text {
  color: #838383;
  font-size: 13px;
  font-weight: 300;
}

/*
* Utitlies
*/

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
}

.hero-content__title {
  font-size: 3rem;
  font-weight: 900;
}

.hero-content__sub-title {
  font-size: 1.3rem;
  color: #f8c12c;
}

.container-title {
  color: #383838;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.container-title--small {
  font-size: 1.5rem;
}

.container-subtitle {
  color: #383838;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.content-title {
  font-size: 2rem;
  font-weight: 900;
}

.content-title-sub {
  font-size: 2rem;
  font-weight: 500;
}

.image-text {
  color: #fff;
  font-weight: 400;
}

.description {
  margin-top: 4rem;
}

.description__content {
  line-height: 1.7;
  font-size: 0.9rem;
  font-weight: 300;
}

.portfolio-image {
  width: 100%;
  height: 120px;
}

.section-tag {
  list-style-type: none;
}

.section-tag__link,
.section-tag__link:link,
.section-tag__link:hover {
  display: inline-block;
  padding: 12px 18px;
  background-color: #f8c12c;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 5px;
  width: 20rem;
}

.display-section {
  margin: 8rem 0;
}

.display-section__card {
  width: 100%;
  margin: 0.2rem;
}

.display-section__image {
  width: 100%;
  border-radius: 2px;
  height: 15rem;
}

.horizontal-gutter-0 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.center-content {
  margin: 0 auto;
  text-align: center;
}

.link__black,
.link__black:hover,
.link__black:link {
  color: #000;
}

.gutter-sm-top {
  margin-top: 1rem;
}

.display-card-image {
  width: 100%;
  height: 8rem;
}

.display-card-desc {
  font-size: 0.8rem;
}

@media only screen and (max-width: 600px) {
  .hide-content {
    display: none;
  }

  .hero-content__title {
    font-size: 2rem;
  }

  .hero-content__sub-title {
    font-size: 1rem;
  }

  .description {
    margin-top: 1rem;
  }

  .section-tag__link {
    width: 18rem;
  }

  .sm-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0;
  }
}

@media only screen and (min-width: 700px) {
  .xyz-logo-small {
    height: 3rem;
    width: 3rem;
  }
}
