/* Colors
Primary BG / Light Text: #f0f4ef
Light BG Alt / Light Border:#e8e8e8
Light Accent: #ffffff
Accent: #c75146
Dark BG: #2e2e2e
Dark Text 1 / Dark Accent: #444444
Dark Text 2:#000000
*/

body {
  margin: 0;
  padding: 0;
  background: #f0f4ef;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: #444444;
}

.site-header {
  position: fixed;
  width: 100%;
  background: #f0f4ef;
  z-index: 999;
}

.noSelect {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.noSelect:focus {
  outline: none !important;
}

.header-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 20px;
  max-width: 1440px;
}

.header-wrap a {
  text-decoration: none;
}

.logo-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.logo-wrap img {
  margin-right: 10px;
  width: 50px;
}

.logo-wrap .logo-title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.nav-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.nav-wrap ul li {
  margin: 0 15px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000000;
  cursor: pointer;

  -o-transition: color 150ms ease-in-out;
  -moz-transition: color 150ms ease-in-out;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.nav-wrap ul li:after {
  display: block;
  content: "";
  margin-top: 5px;
  border-bottom: 3px solid #c75146;
  transform: scaleX(0);
  transform-origin: left top;
  -o-transition: transform 150ms ease-in-out;
  -moz-transition: transform 150ms ease-in-out;
  -webkit-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}

.nav-wrap ul li:hover {
  color: #c75146;
  -o-transition: color 150ms ease-in-out;
  -moz-transition: color 150ms ease-in-out;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.nav-wrap ul li:hover:after {
  transform: scaleX(1);
  -o-transition: transform 150ms ease-in-out;
  -moz-transition: transform 150ms ease-in-out;
  -webkit-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}

.nav-toggle {
  display: none;
  width: 48px;
  text-align: center;
  color: #000000;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.nav-toggle .nav-hamburger {
  width: 24px;
}

.nav-toggle .nav-hamburger path {
  fill: #000000;
}

.nav-toggle .close {
  display: none;
  outline: none;
  font-size: 32px;
  line-height: 16px;
}

.nav-toggle.active .nav-hamburger {
  display: none;
}

.nav-toggle.active .close {
  display: block;
}

.mobile-wrap {
  display: none;
  position: fixed;
  top: 70px;
  left: 0px;
  width: 100%;
  background: #f0f4ef;
  border-top: 2px solid rgba(0, 0, 0, 0);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.05);
  z-index: 999;
}

.mobile-wrap ul {
  margin: 0;
  padding: 0 !important;
  list-style-type: none;
  text-align: center;
}

.mobile-wrap ul li {
  margin: 0;
  padding: 15px 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .site-nav {
    display: none;
  }

  .logo-wrap img {
    margin-right: 5px;
    width: 30px;
  }

  .logo-wrap .logo-title {
    font-size: 14px;
  }

  .nav-toggle {
    display: block;
  }
}

/****************/
/* Home Content */
.welcome-hero {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 600px;
  background: #f0f4ef;
  background: url("../images/tile_background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden;
}

.welcome-hero svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

.hero-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 80px auto 0;

  padding: 60px 30px 90px;
  width: 100%;
  max-width: 1440px;
  z-index: 10;
}

.hero-title {
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #f0f4ef;
}

.hero-description {
  margin-top: 20px;
  max-width: 800px;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height: 32px;
  color: #f0f4ef75;
}

.hero-description strong {
  color: #f0f4ef98;
}

.hero-cta {
  margin-top: 40px;
}

.hero-cta button {
  padding: 15px 30px;
  background: #c75146;
  border: 3px solid #c75146;
  outline: none;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #f0f4ef;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -o-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.hero-cta button:hover {
  background: none;
  -o-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

@media screen and (max-width: 600px) {
  .hero-title {
    text-align: center;
  }
  .hero-wrap {
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
  .hero-title {
    font-size: 48px;
  }
}

.site-container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1440px;
}

.portfolio-title,
.portfolio-description {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.portfolio-title {
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #000000;
}

.portfolio-description {
  max-width: 800px;
  font-size: 18px;
  line-height: 26px;
  color: #444444;
}

.portfolio-wrap {
  margin: 50px auto 70px;
  padding: 30px 0;
  width: 100%;
}

.portfolio-filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 40px 0 20px;
}

.portfolio-filters-option {
  position: relative;
  margin: 5px 10px;
  padding: 5px 10px;
  min-width: 60px;
  border: 2px solid #444444;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #444444;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.portfolio-filters-option:not(.active):hover {
  border: 2px solid #c75146;
}

.portfolio-filters-option.active {
  background: #444444;
  border: 2px solid #444444;
  font-weight: 500;
  color: #f0f4ef;
}

.portfolio-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  min-height: 280px;
}

.portfolio-item {
  position: relative;
  margin: 10px;
  width: 100%;
  max-width: 360px;
  height: 280px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.portfolio-item .cover-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.portfolio-item .cover-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.portfolio-item .cover-img.centered img {
  object-position: center;
}

.portfolio-item .overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
}

.portfolio-item .overlay .overlay-title-wrap {
  position: absolute;
  bottom: 0;
  padding: 10px 15px 15px;
  width: 100%;
  background: #444444;
  opacity: 1;
  visibility: visible;
  text-align: left;
}

.portfolio-item .overlay .overlay-title-wrap .overlay-title {
  font-size: 18px;
  font-weight: 500;
  color: #f0f4ef;
}

.portfolio-item .overlay .overlay-title-wrap .overlay-category {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 400;
  color: #f0f4ef;
  opacity: 0.5;
}

.portfolio-item .overlay .overlay-bg,
.portfolio-item .overlay .overlay-title-wrap {
  -o-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.portfolio-item:hover .overlay > .overlay-bg,
.portfolio-item:focus .overlay > .overlay-bg,
.portfolio-item:hover .overlay > .overlay-title-wrap,
.portfolio-item:focus .overlay > .overlay-title-wrap {
  visibility: visible;
  -o-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.portfolio-item:hover .overlay > .overlay-title-wrap,
.portfolio-item:focus .overlay > .overlay-title-wrap {
  opacity: 1;
  background: #c75146;
}

.portfolio-item:hover .overlay > .overlay-bg,
.portfolio-item:focus .overlay > .overlay-bg {
  opacity: 0.35;
}

.portfolio-contact-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.portfolio-contact-item {
  text-align: center;
}

.portfolio-contact-item .contact-icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #444444;
  border-radius: 500px;
  text-align: center;
  font-size: 24px;
  color: #f0f4ef;
}

.portfolio-contact-item .contact-title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c75146;
}

.portfolio-contact-item .contact-info {
  margin-top: 10px;
}

.portfolio-contact-item .contact-info,
.portfolio-contact-item .contact-info a {
  font-size: 18px;
  font-weight: 700;
  color: #444444;
  text-decoration: none;
}

/***************/
/* SITE FOOTER */
.site-footer {
  width: 100%;
  background: #2e2e2e;
}

.footer-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 60px;
  font-size: 18px;
  color: #f0f4ef;
}

.footer-logo {
  margin: 40px auto 30px;
  width: 100%;
  text-align: center;
}

.footer-logo a {
  text-decoration: none;
}

.footer-logo a img {
  width: 100px;
}

.footer-copyright,
.footer-nav,
.footer-social {
  width: 33.3%;
}

.footer-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.footer-nav ul li {
  margin: 10px;
  padding: 0;
  cursor: pointer;
}

.footer-social {
  text-align: right;
}

.footer-social a {
  text-decoration: none;
  color: #ffffff;
}

.footer-social i {
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .footer-wrap {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-wrap div {
    width: 100%;
  }

  .footer-copyright {
    margin-top: 30px;
    order: 4;
  }

  .footer-nav {
    margin-top: 0px;
    order: 1;
  }

  .footer-nav ul {
    flex-direction: column;
  }

  .footer-social {
    margin-top: 30px;
    text-align: center;
    order: 3;
  }
}

.scrollTop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  background: #2e2e2e;
  border-radius: 12px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 60px;
  color: #f0f4ef;
  opacity: 0.5;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  z-index: 999;
}
