@import url("https://fonts.googleapis.com/css?family=Lato");

* {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #23bdb2;
}

body {
  font-family: Lato, Arial, Helvetica, sans-serif;
  background: #fff;
  color: #222;
  line-height: 1.5;
}

.container {
  width: 100%;
  height: 100%;
}

.navbar {
  position: fixed;
  top: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  font-size: 1.2rem;
}

.navbar ul {
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: center;
}

.navbar ul li {
  margin: 0 1rem;
  padding: 1.5rem 2rem;
}

.navbar ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #23bdb2;
}

.navbar ul li a:hover {
  color: #222;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

#showcase .container {
  padding: 20vh 0;
  text-align: center;
}

#showcase .header-img img {
  height: 50vh;
  width: auto;
}

#showcase .header-img {
  margin: auto;
  width: 100%;
}

#showcase .title {
  padding-top: 2rem;
  color: #23bdb2;
  line-height: 1.2;
}

#showcase .lg-heading {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 5rem;
}

#showcase .sm-heading {
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: lighter;
}

#about .container {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("../img/about-bg.jpg") no-repeat center/cover;
  padding: 15vh 0;
}

#about h2 {
  padding: 0 20vw;
  text-transform: lowercase;
  letter-spacing: 0.1rem;
  font-style: italic;
  font-weight: normal;
  font-size: 2rem;
  color: #fff;
  line-height: 1.25;
}

#work .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 50vw;
}

#work h3 {
  color: #fff;
  padding-top: 22vw;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.25;
}

#work .fas {
  color: #23bdb2;
  padding-top: 22vw;
  font-size: 5rem;
}

#work .box-6 .fas:hover {
  transition: 0.25s ease;
  color: #222;
}

#work .overlay {
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.25s ease;
  background-color: #23bdb2;
}

#work .box-1:hover .overlay,
#work .box-2:hover .overlay,
#work .box-3:hover .overlay,
#work .box-4:hover .overlay,
#work .box-5:hover .overlay,
#work .box-6:hover .overlay {
  opacity: 0.95;
}

#work .box-1 {
  background: url("../img/ucd-preview.jpg") no-repeat center/cover;
}

#work .box-2 {
  background: url("../img/anim-preview.jpg") no-repeat center/cover;
}

#work .box-3 {
  background: url("../img/ss-preview.jpg") no-repeat center/cover;
}

#work .box-4 {
  background: url("../img/mwl-preview.jpg") no-repeat center/cover;
}

#work .box-5 {
  background: url("../img/ll-preview.jpg") no-repeat center/cover;
}

#work .box-6 {
  background: #fff;
}

#contact .container {
  padding: 10vh 0;
}

#contact h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #23bdb2;
}

#contact p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

#contact a {
  color: #222;
}

#contact a:hover {
  transition: 0.25s ease;
  color: #23bdb2;
}

#contact .fab {
  font-size: 2rem;
  padding: 0 1rem;
  color: #444;
}

#contact .fab:hover {
  transition: 0.25s ease;
  color: #23bdb2;
}

footer .footer {
  background: #222;
  text-align: center;
  color: #666;
  padding: 1rem 0;
}

.back-btn {
  text-align: left;
  font-size: 2rem;
  color: #23bdb2;
  padding: 2rem 3rem;
  margin-top: 3rem;
}

.back-btn a:hover {
  transition: 0.25s ease;
  color: #222;
}

.project-desc {
  padding: 2rem 20vw;
}

.project-desc h1 {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 2.5rem;
  color: #23bdb2;
  line-height: 1.25;
}

.project-desc h2 {
  font-weight: lighter;
  font-size: 1.75rem;
  line-height: 1.25;
  padding: 0.5rem 0;
}

.project-desc .small-text {
  font-size: 1rem;
  color: #444;
  text-align: center;
}

.project-desc p {
  font-size: 1.25rem;
  text-align: left;
  padding: 1rem 0;
}

.project-desc a:hover {
  color: #222;
}

.project-image {
  width: 70vw;
  margin: 2rem auto;
  padding: 2rem 0;
}

.project-image img {
  margin: -2.6rem 0;
}

.project-image-grid {
  margin: auto;
  max-width: 500px;
  padding: 1rem 0;
}

.project-image-grid img {
  padding: 2rem 0;
}

.project-image-list {
  width: 70vw;
  margin: auto;
  padding: 2rem 0;
}

.project-image-list img {
  padding: 2rem 0;
}

.project-image-vids {
  max-width: 1200px;
  margin: auto;
  margin-top: -2rem;
  padding-bottom: 2rem;
}

.project-image-vids img {
  padding: 2rem 0;
}

@media screen and (max-width: 768px) {
  .navbar ul li {
    font-size: 1.1rem;
    padding: 1.5rem 0.5rem;
  }

  #showcase .header-img img {
    height: 40vh;
    width: auto;
  }

  #showcase .title {
    padding-top: 1rem;
    color: #23bdb2;
    line-height: 1.2;
  }

  #showcase .lg-heading {
    font-size: 4rem;
  }

  #showcase .sm-heading {
    font-size: 2rem;
  }

  #work h3 {
    padding-top: 22vw;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 560px) {
  #work h3 {
    padding-top: 22vw;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  .navbar ul li {
    font-size: 1rem;
    padding: 1.5rem 0.25rem;
  }

  #showcase .container {
    padding: 10vh 0;
  }

  #showcase .header-img img {
    height: 40vh;
  }

  #showcase .title {
    padding-top: 1rem;
    color: #23bdb2;
    line-height: 1.2;
  }

  #showcase .lg-heading {
    font-size: 3rem;
  }

  #showcase .sm-heading {
    font-size: 1.5rem;
  }

  #about .container {
    padding: 10vh 0;
  }

  #about h2 {
    font-size: 1rem;
    padding: 0 15vw;
  }

  #work .grid {
    display: grid;
    grid-template-columns: 1fr;
    height: 200vw;
  }

  #work .box-6 {
    background: #222;
  }

  #work .fas {
    color: #23bdb2;
    padding-top: 45vw;
    font-size: 3rem;
  }

  #work h3 {
    padding-top: 45vw;
    font-size: 1.5rem;
  }

  #contact h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #23bdb2;
  }

  #contact p {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  #contact .fab {
    font-size: 1.75rem;
    padding: 0 1rem;
    color: #444;
  }

  footer p {
    font-size: 0.8rem;
  }
}
