@import url('https://fonts.googleapis.com/css?family=Poiret+One|Quicksand:300');

* {
  font-family: 'Quicksand', sans-serif;
}

body {
  padding-right: 0 !important;
  padding-top: 56px;
  font-size: 14px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 16px;
}

.navbar {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  outline: none;
}

.navbar-brand {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 400;
}

.nav-link {
  font-size: 14px;
  text-transform: uppercase;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.nav-link:hover {
  font-weight: 800;
}

/* Work */
#reel .vignette {
  background-image: url('../imgs/reel/2.jpg');
}

#showreel-modal-lg .modal-content {
  background-color: #000;
}

.cat-title {
  color: #747677;
  font-size: 14px;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 2px;
}

.wrapper .vignette {
  /* -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; */
}

.wrapper:hover .vignette {
  /* -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3); */
}

.wrapper {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}

.vignette {
  height: 400px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.wrapper:hover .filter {
  opacity: 1;
}

.title {
  position: absolute;
  top: 45%;
  width: 100%;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.wrapper:hover .title {
  opacity: 1;
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.title-xs {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
}
/* End Work */

/* Work */
.work-info p span {
  display: block;
}

.vid {
  background-color: #000;
}

.row-imgs {
  padding-bottom: 2px;
}

.gl-1 {
  padding-left: 1px;
}

.gr-1 {
  padding-right: 1px;
}

.gx-1 {
  padding-left: 1px;
  padding-right: 1px;
}

img {
  width: 100%;
}

.modal-body {
  padding: 0;
}

.modal-backdrop.show {
  opacity: 1;
}

.ekko-lightbox-nav-overlay a {
  font-size: 20px;
}
/* End Work */

/* Contact */
.contact-pic {
  height: 450px;
  background-image: url('../imgs/4.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.email,
.tel,
.imdb {
  color: #000;
}

.tel:hover {
  color: #000;
  text-decoration: none;
}
/* End Contact */

.footer {
  font-size: 10px;
  margin: 1.5rem 0 0.5rem;
}

@media (max-width: 575px) {
  .navbar-brand {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .wrapper:hover .vignette {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
