/*
CSS TABLE
1) General
2) Navbar
3) Hero
4) About, Contact
5) Process
6) Alt color
7) Filter
8) Portfolio
9) Sample images
10) Footer
11) Image Slider
*/

/*General*/
@import url('https://fonts.googleapis.com/css?family=Material+Icons|Lato:100,400,900|Raleway:100,400,900');

html,
body {
  padding: 0;
  margin: 0;
}

body {
  color: #333;
  background: #fff;
}

.container {
  background: #fff;
  margin: 0 auto;
  box-sizing: border-box;
}

.container.work .navbar {
  height: 200px;
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.3));
  color: #fff;
}

@media (max-width: 720px) {
  .container.work .navbar {
    height: 200px;
    position: absolute;
    background: none;
    z-index: 9999;
    background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.3));
  }
  .container.work .navbar .menu-toggle {
    color: #fff;
  }
}

.container.work .navbar .logo {
  background: rgba(17, 17, 17, 0.5);
  color: #fff;
}

.container.work .navbar .menu {
  z-index: -1;
}

@media (max-width: 720px) {
  .container.work .navbar .menu {
    background: #212121;
    top: 0;
  }
}

@media (max-width: 720px) {
  .container.work .navbar .menu .content {
    margin-top: 0;
  }
}

.container.work .hero {
  height: 100vh;
}

@media (max-width: 720px) {
  .container.work .hero {
    height: 50vh;
  }
}

.container.work .hero img {
  height: 100%;
}

/*Navbar*/
.navbar {
  height: 120px;
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  opacity: 1;
}

@media (max-width: 720px) {
  .navbar {
    height: 70px;
    position: fixed;
    background: #fff;
  }
}

.navbar .logo {
  float: left;
  margin: 0;
  font-family: Raleway;
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 900;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  background: #333;
  color: #fff;
  display: inline-block;
  margin-left: 50px;
  margin-top: 35px;
  border-radius: 1px;
}

@media (max-width: 1170px) {
  .navbar .logo {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
    margin-top: 40px;
  }
}

@media (max-width: 720px) {
  .navbar .logo {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
    margin-left: 20px;
  }
}

.navbar .menu-toggle {
  color: #333;
  text-decoration: none;
  float: right;
  margin-right: 20px;
  line-height: 70px;
  font-size: 32px;
  display: none;
}

@media (max-width: 720px) {
  .navbar .menu-toggle {
    display: block;
  }
}

.navbar .menu {
  float: right;
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-right: 50px;
}

@media (max-width: 720px) {
  .navbar .menu {
    background: #e6e6e6;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 70px;
    left: 200vw;
    transition: left .5s;
    padding-top: 100px;
  }
}

@media (max-width: 720px) {
  .navbar .menu.active {
    left: 0;
  }
}

.navbar .menu li {
  display: inline-block;
  height: 120px;
  line-height: 120px;
  position: relative;
  margin-left: 45px;
}

@media (max-width: 720px) {
  .navbar .menu li {
    display: block;
    text-align: center;
    margin: 0;
    height: 60px;
    line-height: 60px;
  }
}

.navbar .menu li a {
  text-decoration: none;
  color: inherit;
  font-family: Raleway;
  font-weight: 400;
  letter-spacing: .1em;
  font-size: 15px;
}

@media (max-width: 1170px) {
  .navbar .menu li a {
    font-size: 13px;
    letter-spacing: .13em;
  }
}

@media (max-width: 720px) {
  .navbar .menu li a {
    font-size: 15px;
    text-transform: uppercase;
  }
}

/*Hero*/
.hero {
  background: #fff;
  background-size: cover;
  color: #333;
  position: relative;
  text-align: center;
  height: 100vh;
  overflow: hidden;
}

.hero img {
  width: 100%;
  object-fit: cover;
}

.hero .content {
  padding-top: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 720px) {
  .hero .content {
    padding-top: 0;
  }
}

.hero .logo {
  text-align: center;
  font-family: Lato;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 112px;
  display: inline-block;
  margin: auto;
  color: #333;
  padding: 10px 30px;
  letter-spacing: 0.1em;
}

@media (max-width: 1170px) {
  .hero .logo {
    font-size: 84px;
  }
}

@media (max-width: 720px) {
  .hero .logo {
    font-size: 54px;
  }
}

.hero .description {
  font-family: Lato;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  letter-spacing: .02em;
  line-height: 2.5em;
  position: relative;
  margin-top: 5px;
  color: rgba(51, 51, 51, 0.7);
  text-transform: uppercase;
  letter-spacing: .5em;
}

@media (max-width: 1170px) {
  .hero .description {
    font-size: 14px;
  }
}

@media (max-width: 720px) {
  .hero .description {
    font-size: 11px;
    letter-spacing: .25em;
    margin-top: 0;
    padding: 0 20px 0;
  }
}

.hero .description strong {
  font-family: Lato;
  font-weight: 400;
  color: #333;
}

/*About, Contact*/
.about {
  background: #212121;
  padding: 200px 0;
}

.about.contact {
  padding: 200px 0 130px;
}

@media (max-width: 720px) {
  .about.contact {
    padding: 70px 0;
  }
}

@media (max-width: 720px) {
  .about {
    padding: 70px 0;
  }
}

.about .intro {
  width: 920px;
  color: #fff;
  margin: 50px auto 20px;
  font-family: Lato;
  font-size: 48px;
  letter-spacing: .05em;
  line-height: 1.5em;
  font-weight: 700;
}

.about .intro.contact-intro {
  margin: 70px auto;
}

@media (max-width: 720px) {
  .about .intro.contact-intro {
    margin: 50px auto;
  }
}

@media (max-width: 1170px) {
  .about .intro {
    width: 680px;
    font-size: 42px;
  }
}

@media (max-width: 720px) {
  .about .intro {
    width: 90%;
    font-size: 32px;
    margin: 40px auto 10px;
  }
}

.about .heading {
  font-family: Lato;
  width: 920px;
  margin: auto;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .3em;
  margin-bottom: 30px;
  font-weight: 700;
  color: #fff;
}

.about .heading-small {
  font-size: 10px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: .3em;
  margin-bottom: 5px;
  line-height: 1em;
}

@media (max-width: 1170px) {
  .about .heading-small {
    font-size: 8px;
  }
}

@media (max-width: 720px) {
  .about .heading-small {
    font-size: 8px;
    margin: 0;
  }
}

@media (max-width: 1170px) {
  .about .heading {
    font-size: 10px;
    letter-spacing: .5em;
    font-weight: 700;
    width: 680px;
  }
}

@media (max-width: 720px) {
  .about .heading {
    width: 90%;
    margin-bottom: 20px;
    font-size: 10px;
  }
}

.about .description {
  font-family: Lato;
  width: 920px;
  margin: auto;
  text-align: left;
  font-size: 21px;
  line-height: 2.5em;
  font-weight: 300;
  letter-spacing: .1em;
  color: #fff;
}

.about .description.contacts {
  margin-top: 0;
  columns: 2;
  column-gap: 70px;
  font-size: 27px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 1170px) {
  .about .description.contacts {
    font-size: 21px;
  }
}

@media (max-width: 720px) {
  .about .description.contacts {
    font-size: 18px;
    columns: 1;
    line-height: .7em;
  }
}

.about .description.contacts a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 70px;
  display: inline-block;
}

@media (max-width: 720px) {
  .about .description.contacts a {
    margin-bottom: 70px;
  }
}

.about .description.contacts a:hover {
  text-decoration: underline;
}

@media (max-width: 1170px) {
  .about .description {
    font-size: 19px;
    width: 680px;
  }
}

@media (max-width: 720px) {
  .about .description {
    width: 90%;
    font-size: 17px;
    line-height: 2.3em;
    letter-spacing: .1em;
  }
}

/*process */
.process {
  background: #212121;
  padding: 50px 0;
}

@media (max-width: 720px) {
  .process {
    padding: 70px 0;
  }
}

.process .intro {
  width: 920px;
  color: #fff;
  margin: 50px auto 20px;
  font-family: Lato;
  font-size: 48px;
  letter-spacing: .05em;
  line-height: 1.5em;
  font-weight: 700;
}

@media (max-width: 1170px) {
  .process .intro {
    width: 680px;
    font-size: 42px;
  }
}

@media (max-width: 720px) {
  .process .intro {
    width: 90%;
    font-size: 32px;
    margin: 40px auto 10px;
  }
}

.process .intro2 {
  width: 920px;
  color: #fff;
  margin: 50px auto 20px;
  font-family: Lato;
  font-size: 38px;
  letter-spacing: .05em;
  line-height: 1.5em;
  font-weight: 700;
}

@media (max-width: 1170px) {
  .process .intro2 {
    width: 680px;
    font-size: 32px;
  }
}

@media (max-width: 720px) {
  .process .intro2 {
    width: 90%;
    font-size: 22px;
    margin: 40px auto 10px;
  }
}

.process .heading {
  font-family: Lato;
  width: 920px;
  margin: auto;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .3em;
  margin-bottom: 30px;
  font-weight: 700;
  color: #fff;
}

.process .heading-small {
  font-size: 10px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: .3em;
  margin-bottom: 5px;
  line-height: 1em;
}

@media (max-width: 1170px) {
  .process .heading-small {
    font-size: 8px;
  }
}

@media (max-width: 720px) {
  .process .heading-small {
    font-size: 8px;
    margin: 0;
  }
}

@media (max-width: 1170px) {
  .process .heading {
    font-size: 10px;
    letter-spacing: .5em;
    font-weight: 700;
    width: 680px;
  }
}

@media (max-width: 720px) {
  .process .heading {
    width: 90%;
    margin-bottom: 20px;
    font-size: 10px;
  }
}

.process .description {
  font-family: Lato;
  width: 920px;
  margin: auto;
  text-align: left;
  font-size: 21px;
  line-height: 2.5em;
  font-weight: 100;
  letter-spacing: .1em;
  color: #fff;
}

@media (max-width: 1170px) {
  .process .description {
    font-size: 19px;
    width: 680px;
  }
}

@media (max-width: 720px) {
  .process .description {
    width: 90%;
    font-size: 17px;
    line-height: 2.3em;
    letter-spacing: .1em;
  }
}

.hero .description .xBold {
  font-family: Lato;
  font-weight: 900;
}

a {
  color: #fff;
  font-weight: 900;
}

/*Alt color*/
.altColors {
  background: #fff;
}

.process .altColors .heading,
.process .altColors .intro2,
.process .altColors .description {
  color: #212121;
}

.process .altColors .intro2 {
  padding-top: 40px;
}

.process .altColors .description,
process .altColors .heading {
  font-weight: 400;
}

/*Filter*/
.filter {
  text-align: center;
  background: #fff;
  margin: 0;
  padding: 50px 0;
}

@media (max-width: 720px) {
  .filter {
    padding: 25px 0;
  }
}

.filter li {
  padding: 15px 15px;
  margin: 0 20px;
  font-size: 11px;
  letter-spacing: .3em;
  border-radius: 2px;
  font-family: Lato;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}

@media (max-width: 1170px) {
  .filter li {
    font-size: 10px;
  }
}

@media (max-width: 720px) {
  .filter li {
    font-size: 11px;
    letter-spacing: .2em;
    font-weight: 400;
    margin: 0 15px;
    padding: 15px 0;
  }
}

.filter li a {
  position: relative;
  color: #333;
  text-decoration: none;
}

.filter li a:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  height: 2px;
  width: 0%;
  background: #333;
  transition: width .4s;
}

.filter li a:hover:after,
.filter li a.active:after {
  width: 100%;
}

/*Portfolio*/
.portfolio {
  background: #e6e6e6;
  transition: height .2s linear;
  overflow: hidden;
}

.portfolio:after {
  content: '';
  display: block;
  clear: both;
}

.portfolio .works {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  overflow: hidden;
}

.portfolio .works .work {
  box-sizing: border-box;
  height: 25vw;
  width: 25vw;
  overflow: hidden;
  position: relative;
  opacity: 1;
  /*float: left;*/
  margin: auto;
  display: inline-block;
  transition: opacity .5s, transform .5s, width 0s;
}

@media (max-width: 720px) {
  .portfolio .works .work {
    width: 100vw;
    height: 100vw;
  }
}

.portfolio .works .work.hide {
  transition: opacity .5s, transform .5s, width 0s .5s;
  opacity: 0;
  transform: translateY(-100%);
  width: 0;
}

.portfolio .works .work:hover .card {
  opacity: 1;
}

.portfolio .works .work .card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  text-align: left;
  transition: opacity .4s ease-in-out;
  cursor: pointer;
  opacity: 0;
  font-family: Lato;
}

.portfolio .works .work .card .content {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 30px;
  text-align: left;
}

.portfolio .works .work .card .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .2em;
  font-weight: 700;
  margin: 0;
  margin-bottom: 7px;
}

@media (max-width: 1170px) {
  .portfolio .works .work .card .title {
    font-size: 14px;
  }
}

@media (max-width: 720px) {
  .portfolio .works .work .card .title {
    margin-bottom: 7px;
  }
}

.portfolio .works .work img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}

/*Sample images*/
.sampleImg {
  width: 920px;
  margin: 20px auto;
}

.sampleImg img {
  max-width: 920px;
  object-fit: contain;
}

@media (max-width: 1170px) {
  .sampleImg {
    width: 680px;
  }
  .sampleImg img {
    max-width: 680px;
    object-fit: contain;
  }
}

@media (max-width: 720px) {
  .sampleImg {
    width: 90%;
    margin: 10px auto;
    object-fit: contain;
  }
  .sampleImg img {
    max-width: 100%;
    object-fit: contain;
  }
}

/*Footer*/
.footer {
  height: 120px;
  clear: both;
  padding: 0 50px;
  background: #111;
  position: relative;
}

@media (max-width: 720px) {
  .footer {
    padding: 0 20px;
  }
}

.footer .copy {
  margin: 0;
  top: 50%;
  line-height: 120px;
  display: inline-block;
  font-family: Raleway;
  color: #fff;
  letter-spacing: .3em;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 1170px) {
  .footer .copy {
    font-size: 11px;
  }
}

@media (max-width: 720px) {
  .footer .copy {
    float: none;
    display: block;
    line-height: 1.5em;
    padding-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
}

.footer .copy a {
  text-decoration: none;
  color: #fff;
}

.footer .social-links {
  float: right;
  padding: 0;
  margin: 0;
}

@media (max-width: 720px) {
  .footer .social-links {
    text-align: center;
  }
}

.footer .social-links li {
  display: inline-block;
  height: 120px;
  margin-left: 20px;
  width: 30px;
  line-height: 120px;
  text-align: center;
}

@media (max-width: 720px) {
  .footer .social-links li {
    margin: 0 10px;
  }
}

.footer .social-links li a {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

@media (max-width: 720px) {
  .footer .social-links li a {
    font-size: 16px;
  }
}

@media (max-width: 720px) {
  .footer .social-links {
    float: none;
    display: block;
  }
  .footer .social-links li {
    height: 1em;
    line-height: 1em;
  }
}

/*Image Slider */
.slide-button {
  border: none;
  display: inline-block;
  outline: 0;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap
}
.slide-button {
  -webkit-touch-callout: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.slide-button:disabled {
  cursor: not-allowed;
  opacity: 0.3
}
.slide-button {
  white-space: normal
}
.slide-button:hover {
  color: #000 !important;
  background-color: #ccc !important
}
.slide-black {
  color: #fff !important;
  background-color: #000 !important
}
.slide-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(-0%, -50%)
}
.slide-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%)
}
.slide-display-container {
  position: relative
}
.slide-display-container:hover {
  display: block
}