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

html {
  scroll-behavior: smooth;
}

ul {
    padding-left: 20px;
}

.bullet-list ul {
    list-style-type: none;   
    padding-left: 0px;
    margin-left: 0;
    font-size: 1em;
    display: table;
}

.bullet-list ul li {
    list-style: none;
    display: table-row;
    line-height: 45px;
}

.bullet-list ul li::before {
    content: '◆';
    display: table-cell;
    text-align: right;
    padding-right: 0.5em;
}

.hero-list {
    line-height: 1.5em;
}

.hero-list2 h3 {
    line-height: 1.4em;
    font-weight: 300;
}

li {
    color: #FC006D;
}

.white {
    color: #FDF7E5;
}

.text-cream1 {
    color: #FDF7E5;
}

.text-cream2 {
    color: #DDCDAC;
}

.text-cream3 {
    color: #C1AA84;
}

.text-cream4 {
    color: #7F6A4C;
}

.text-black {
    color: #000000;
}

pink-link {
    color: #FC006D;
}

.email-link a {
    text-decoration: none;
}

/* START NAV */

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #FDF7E5;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #FDF7E5;
}

.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: #FC006D;
}

nav .fas {
  color: #FDF7E5;
  border: none;
}

.nav-item {
  text-align: center;
}

.dropdown-menu {
  background-color: rgba(0,0,0,0.9);
  border-radius: 0;
}

.dropdown-menu a {
  color: #FDF7E5;
  font-size: 0.9em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-menu a {
    &:hover, &:focus {
      color: #FDF7E5;
      background-color: #FC006D;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
    &:active {
      color: #FDF7E5;
      background-color: #FC006D;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
  }

.nav-logo img:last-child {
    display: none;
}

.nav-logo:hover img:last-child {
    display: block;
}

.nav-logo:hover img:first-child {
    display: none;
}

.email-icon a i {
    color: #FDF7E5;
}

.email-icon a i:hover,
.email-icon a i:active {
    color: #FC006D;
}

/* END NAV */

.black-bg {
    background-color: #000000;
}

/* a:not([href]):not([tabindex]) {
    color: #000000;
} */

.xl-heading-fluid {
    font-size: calc(56px + 2vw);
    padding-left: 2vw;
}


/* FONTS */

h1, h2, h3, h4, h5, a, li, ul, p, .email, button, form, span {
  font-family: 'objektiv-mk2', sans-serif; 
}

.about-villain h1 {
  font-weight: 900;
  letter-spacing: -1px;
}

h1, h2, h3 {
  font-weight: 700;
}

h4, h5 {
  font-weight: 400;
}

a, li, ul, p, .email, button {
  font-weight: 400;
}

h1 {
  font-size: 3.5em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.25em;
  letter-spacing: 1px;
  margin: 0;
  line-height: 1.5;
}

h5 {
  font-size: 1em;
  letter-spacing: 2px;
  margin: 0;
}

p {
  font-size: 1.2em;
  line-height: 1.75;
}

button a,
button:hover a {
  text-decoration: none;
  color: inherit;
}

.pink {
    color: #FC006D;
}

.highlight-pink {
    background-color: #FC006D;
    padding: 5px 10px;
}

.prev-next-project-images article {
    font-size: 0.75em;
}

.portfolio article {
    font-size: 0.75em;
}

/* END FONTS */

.border-pink {
  border-color: #FC006D !important;
}

.hero a:hover {
  text-decoration: none;
}

.about-villain {
    padding-top: 20vh;
    padding-bottom: 20vh;
    padding-right: 5vw;
    padding-left: 5vw;
}

.hero-statement {
    text-transform: uppercase;
}

.link {
    color: #FDF7E5;
}

.link:hover {
    color: #FC006D;
    cursor: pointer;
    text-decoration: none;
}

.statement-link a {
    color: #FDF7E5;
}

.statement-link-alt a {
  color: #000000;
}

.statement-link a:hover,
.statement-link-alt a:hover {
    color: #FC006D;
    cursor: pointer;
    text-decoration: none;
}

.about-villain h2,
.headline {
    line-height: 1.35;
}

.anchor {
  display: block;
  height: 65px; /*same height as header*/
  margin-top: -65px; /*same height as header*/
  visibility: hidden;
}

.email {
    font-size: 1.25em;
    color: #FDF7E5;
}

.social-icons {
    font-size 1.5em;
}

@media (min-width: 321px) {
    .email {
        font-size: 1.75em;
    }
}

.hero a:hover {
  text-decoration: none;
}

.services-drop i {
  color: #FDF7E5;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
}

.services-drop:hover i {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
}

.services-drop p {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}

.services-drop:hover p {
  opacity: 1.0;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

.service-ico {
    height: 120px;
    width: auto;
}

.service-ico2 {
    height: 120px;
    width: auto;
}

.dumbell {
    padding: 30px;
}

a.btn-b {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
  color: initial;
}

#controls-next a, #controls-prev a {
  text-decoration: none;
  color: black;
}

#controls-next:hover a, #controls-prev:hover a {
  text-decoration: none;
  color: #FDF7E5;
}

i {
  color: black;
  font-size: 16pt;
}

.fa-li i {
    color: #FDF7E5;
}

.fa-ul {
    line-height: 3em;
}

.jumbotron .fas {
  color: #FDF7E5;
}

/* ABOUT PAGE */

.about-header {
    font-size: 14em;
    line-height: 1.0;
}

.about-header-2 {
    font-size: 2.3em;
    line-height: 1.3;
    font-weight: 400;
}

.established {
    text-transform: uppercase;
    line-height: 0;
}

.about-divider {
    margin-top: 10%;
    margin-bottom: 10%;
}

.about-us {
    margin-top: 15%;
    margin-bottom: 6%;
}

.pink-line-list {
    border-left: 4px solid #FC006D;
    padding: 0 0 0 20px;
    margin: 0;
}

.hero-alt {
  position: relative;
  background-color: #FDF7E5;
  height: 80vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.hero-alt .container {
  position: relative;
  z-index: 2;
}

.hero-alt .down-button i {
    position: absolute;
    font-size: 2em;
    bottom: 60px;
    color: black;
    z-index: 3;
}

.signature {
    align-self: center;
}

.villain-sm {
  height: 80px;
  width: auto;
  transform: rotate(-0deg);
}

@media (min-width: 321px) {
    .villain-sm {
        height: 120px;
        width: auto;
        transform: rotate(-0deg);
    }
}

@media (min-width: 576px) {
    .villain-sm {
        height: 180px;
        width: auto;
        transform: rotate(-0deg);
    }
}

@media (min-width: 992px) {
    .signature {
        align-self: flex-end;
    }
}

.statement {
    -webkit-animation: scale-down-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-down-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.about-down-chevron {
    width: 30px;
    height: auto;
    align-self: center;
    margin-top: 10%;
}


@keyframes slide {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 60px 0;
    background: black;
    white-space: nowrap;
    position: relative;
    animation-play-state: running;
}

.what-we-do-list li {
    font-size: 1.25em;
    letter-spacing: 1px;
    line-height: 1.75;
}

/* ABOUT PAGE LOGO SLIDER */
.logos:hover .logos-slide {
   animation-play-state: paused; 
}

.logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
}

.logos-slide img {
    margin: 0 40px;
    height: 50px;
}

/* CLIENT LOGO GRID */

.clients {
    background-color: black;
}

.logo-grid {
    background-color: black;
    margin-top: 5%;
    margin-bottom: 5%;
}

.brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    list-style: none;
    text-decoration: none;
    padding-left: 40px;
    padding-right: 40px
}

.brands__item {
  background: #000000;
  flex: 0 0 100%; /* originally 50% */
  padding-top: 30px;
  padding-bottom: 30px;
}

.brands__item img {
  display: block;
  max-width: 40%;
  width: 180px;
  height: 75px;
  object-fit: contain;
}

.brands__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.about-link {
    color: #FDF7E5;
    text-decoration: underline;
    font-weight: 700;
}

.about-link:hover {
    color: #FDF7E5;
}

.about-link2 {
    color: black;
    text-decoration: underline;
    font-weight: 700;
}

.about-link2:hover {
    color: black;
}

@media (min-width: 600px) {
    .brands__item {
        flex: 0 0 50%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .brands {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .brands__item img {
        display: block;
        max-width: 70%;
        width: 180px;
        height: 75px;
        object-fit: contain;
    }
}

@media (min-width: 1200px) {
    .brands__item {
        flex: 0 0 33.33%;
    }
    
    .brands {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .brands__item img {
        display: block;
        max-width: 70%;
        width: 180px;
        height: 75px;
        object-fit: contain;
    }
}

@media (min-width: 1600px) {
    
  .brands {
    padding-left: 160px;
    padding-right: 160px;
  }
    
    .brands__item img {
        display: block;
        max-width: 100%;
        width: 180px;
        height: 75px;
        object-fit: contain;
    }
}

@media (min-width: 1800px) {
  .brands {
    padding-left: 360px;
    padding-right: 360px;
  }
}

@media (min-width: 2000px) {
  .brands__item {
    flex: 0 0 25%;
  }
    
  .brands {
    padding-left: 600px;
    padding-right: 600px;
  }
}

/* HERO VIDEO */

.hero {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 1;
}

/* Old Down Arrow */

.hero .down-button {
    width: 30px;
    margin: auto;
}

.hero .down-button i {
    position: absolute;
    font-size: 2em;
    bottom: 60px;
    color: #FDF7E5;
    z-index: 3;
}

/* New Down Arrow */

.header-down-chevron {
    /* animation: pulse 1s 3s ease-out infinite; */
    position: absolute;
    bottom: 4vh;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.header-down-chevron svg {
  /* animation: fade-slide-up 1s 1s ease-out forwards;
  opacity: 0; */
}

.chevron-sm {
    animation-name: lead;
    animation-duration: 1.2s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    opacity: 0;
}

.chevron-lg {
    animation-name: trail;
    animation-duration: 1.2s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    opacity: 0;
}

/* Down Arrow Animations  */


@keyframes fade-slide-up {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes lead {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 100;
    }
    40% {
        opacity: 100;
    }
    60% {
        opacity: 100;
    }
    80% {
        opacity: 100;
    }
    100% {
        opacity: 0;
    }
}

@keyframes trail {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    40% {
        opacity: 100;
    }
    60% {
        opacity: 100;
    }
    80% {
        opacity: 100;
    }
    100% {
        opacity: 0;
    }
}

/* HERO VIDEO END */


/* FOOTER */

footer {
  background-color: black;
  background-color: black;
  /*background-image: url("../img/branding/map.png");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
}

.legal {
  font-size: 0.8em;
  color: #C1AA84;
  text-transform: uppercase;
}

.legal a {
  color: #C1AA84;
}

footer a:hover {
    text-decoration: none;
}

footer h3:hover,
footer i:hover,
footer a:hover {
    color: #FC006D;
    cursor: pointer;
}

footer h3:active,
footer i:active,
footer a:active {
    color: #FC006D;
}

/* FOOTER END */

hr {
    margin-block-start: 0.33em;
    margin-block-end: 0.33em;
}

.hero-logo {
  -webkit-animation: scale-down-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: scale-down-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* Villain Logo Size Start */

.villain {
      height: 400px;
      width: auto;
    }

@media (max-width: 1200px) {
    .villain {
      height: 250px;
      width: auto;
    }
}

@media (max-width: 900px) {
    .villain {
      height: 200px;
      width: auto;
    }
}

@media (max-width: 600px) {
    .villain {
      height: 150px;
      width: auto;
    }
}

@media (max-width: 320px) {
    .villain {
      height: 125px;
      width: auto;
    }
}

.elementToFadeInAndOut {
    -webkit-animation: fadeinout 54s linear infinite;
    animation: fadeinout 54s linear infinite;
    opacity: 0;
}

@-webkit-keyframes fadeinout {
    0% {
        opacity: 0;
    }
    
    1% {
        opacity: 0;
    }
    
    2.5% {
        opacity: 1;
    }
    
    5.55555555556% {
        opacity: 1;
    }
    
    8% {
        opacity: 0;
    }
}

@keyframes fadeinout {
    0% {
        opacity: 0;
    }
    
    1% {
        opacity: 0;
    }
    
    2.5% {
        opacity: 1;
    }
    
    5.55555555556% {
        opacity: 1;
    }
    
    8% {
        opacity: 0;
    }
}

/* Villain Logo Size End */

.jumbotron {
  position: relative;
  overflow: hidden;
  background-color:black;
  height: 90vh;
}

.jumbotron video {
  position: absolute;
  z-index: 0;
  top: 0;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity:0.5;
}

.jumbotron-content {
  z-index: 2;
  position: relative;
  padding-left: 10%;
  padding-right: 10%;
}

.jumbotron .container {
  z-index: 1;
  position: relative;
}

.service {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.service-header {
    padding-top: 20vh;
    padding-bottom: 20vh;
    background: url(/img/services/service-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #FDF7E5;
}

.service-branding, .service-outdoor, .service-video, .service-unique {
    background-color: black;
    color: #FDF7E5;
}

.service-digital, .service-concept, .service-pr, .service-challenge {
    background-color: #FDF7E5;
    color: black;
}

.service-branding {
    background: url(/img/services/service-branding.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service-outdoor {
    background: url(/img/services/service-outdoor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service-video {
    background: url(/img/services/service-video.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service-unique {
    background: url(/img/services/service-unique.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.services, .black-bg {
  background-color: black;
}

.services h2,
.services h3,
.services h4,
.services p {
  color: #FDF7E5;
}

.services h4 {
  font-weight: 400;
  line-height: 1.75;
}

.foo h4, 
.foo a {
  font-size: 0.8em;
}

.foo2 h4, 
.foo2 a {
  font-size: 0.8em;
}

.btn-w {
  border-color: #FDF7E5;
  background-color: transparent;
  color: #FDF7E5;
  padding: 15px 30px;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
}

.btn-w:hover {
  border-color: transparent;
  background-color: black;
  color: #FDF7E5;
  cursor: poInter;
}

.btn-b {
  border-color: black;
  background-color: transparent;
  color: black;
  padding: 15px 30px;
  -webkit-transition-duration: 0.2s; /* Safari */
  transition-duration: 0.2s;
}

.btn-b:hover {
  border-color: transparent;
  background-color: black;
  color: #FDF7E5;
  cursor: poInter;
}

.btn-b:hover i {
  color: #FDF7E5;
}

.caption {
  font-variant: small-caps;
  color: #7F6A4C;
  margin-bottom: 0;
}

/* Dictionary */

.definition {
    padding-top: 7%;
    padding-bottom: 7%;
    background: #000000;
    color: #FDF7E5;
}

.definition h1,
.definition ul,
.definition li {
    font-weight: 400;
    line-height: 1.4;
    font-kerning: normal;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Vollkorn', serif;
    margin: 0;
}

@media (max-width: 996px) {
    .definition h1 {
        font-size: 1.75em;
    }
}

.text-definition {
    position: relative;
    padding-left: 20px;
    text-indent: -40px;
}

.entry {
    padding-top: 20px;
}

@media (min-width: 1200px) {
    .definition h1,
    .definition ul,
    .definition li {
            line-height: 1.2;
        }
    .entry {
            padding-top: 0px;
        }
    }

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.entry-number {
    font-size: 0.5em;
}

.hanging-indent {
  padding-left: 40px;
  text-indent: -40px;
}

/* Portfolio */

.hidden {
  display: none;
}

.show {
    display: block;
}

.filterBtn {
    border: none;
    outline: none;
    padding: 0 10px;
    text-transform: uppercase;
    background-color: #000000;
    color: #C1AA84;
    cursor: pointer;
    font-size: 1em;
    letter-spacing: 1px;
    margin: 5px 0;
}

.filterBtn:hover {
    color: #DDCDAC;
    cursor: pointer;
}

.filterBtn.filterActive {
    color: #FDF7E5;
}

.filterBtn.filterActive:hover {
    color: #FDF7E5;
    cursor: auto;
}

.showme h4 {
    text-transform: uppercase;
    color: #FC006D;
}

.showme h4, .showme h2 {
    text-align: center;
}

button:focus {
    outline:0;
}

.slash {
    color: #FC006D;
}

.special-project {
    background-color: black;
    color: #FDF7E5;
}

body {
    background-color: #fcfaf5;
    color: black;
}

.navbar-nav {
    color: #fdf7e5;
}

.project {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.note {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.note img {
    transform: scale(1.02);
    transition: transform .4s ease;
    transition: transform .4s ease;
    -webkit-filter: brightness(30%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

a.iframe-link {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.project iframe {
  transform: scale(1.02);
  display: block;
  overflow: hidden;
  margin: 0;
  transition: transform .4s ease;
  -webkit-filter: brightness(100%);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

.project img {
  transform: scale(1.02);
  transition: transform .4s ease;
  -webkit-filter: brightness(100%);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

.project article {
  opacity: 0.0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: max-content;
  color: #FDF7E5;
  text-align: center;
  pointer-events: none;
  padding-left: 20%;
  padding-right: 20%;
  transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
}

.note article {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  height: max-content;
  color: #FDF7E5;
  text-align: left;
  pointer-events: none;
}

.note article p {
    padding-top: 0;
    border-left: solid 6px #FC006D;
    padding-left: 20px;
    max-width: 800px;
    margin: 0 auto;
}

@media (max-width: 1000px) {
      .note article p {
        font-size: 10pt;
    }
}

.project article p {
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transition: transform .4s ease-in-out;
}

.project article h2 {
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  transition: transform .4s ease-in-out;
}

.project article h4 {
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transition: transform .4s ease-in-out;
}

.project-client {
  font-size: 1em;
  font-family: 'objektiv-mk2', sans-serif;
  letter-spacing: 0px;
  margin: 0;
}

.project-title {
  text-transform: uppercase;
  margin: 0;
}

.project-subtitle {
  font-size: 1em;
  font-family: 'objektiv-mk2', sans-serif;
  letter-spacing: 2px;
  margin: 0;
  padding-top: 5px;
}

.project-desc {
  font-size: 1.2em;
  font-family: 'objektiv-mk2', sans-serif;
  letter-spacing: 0px;
  margin: 0;
  padding-top: 5px;
}


/* to make homepage project tile descriptions look more like a block of text at wider browser sizes! */
@media (min-width: 993px) {

    .text-mw {
        padding-left: 20%;
        padding-right: 20%;
    }
    
}
/* */

.logo-mw {
    max-width: 475px;
}

.logo-mw2 {
    max-width: 800px;
}

.logo-mw3 {
    max-width: 630px;
}

.replaced-portrait {
    max-width: 600px;
}

hr.solid {
    border-top: 1px solid #e5e5e5;
}

hr.cream {
  border-top: 1px solid #7F6A4C;
}

hr.pink {
    border-top: 1px solid #FC006D;
}

hr.about-divider {
    border-top: 1px solid #ffffff;
}

#vt-vegas {
  background-image: url("../img/project-thumbs/vegas.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#vt-nlc {
  background-image: url("../img/project-thumbs/nlc-alt.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#vt-lor {
  background-image: url("../img/project-thumbs/lor.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#vt-lr {
  background-image: url("../img/project-thumbs/lr.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#vt-kards {
  background-image: url("../img/project-thumbs/kards.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#vt-powerplay {
  background-image: url("../img/project-thumbs/powerup-pp.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#vt-csr {
  background-image: url("../img/project-thumbs/csr.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#vt-uklc {
  background-image: url("../img/project-thumbs/uklc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#vt-psvr {
  background-image: url("../img/project-thumbs/psvr-launch-02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#vt-psvr2 {
  background-image: url("../img/project-thumbs/psvr-logo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#vt-eagle {
  background-image: url("../img/project-thumbs/eaglevision.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#vt-pu {
  background-image: url("../img/project-thumbs/powerup-trailer.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#vt-foc {
  background-image: url("../img/project-thumbs/forge.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-nav:hover .fa-envelope,
.contact-nav .fa-envelope-open {
  display: none;
}

.contact-nav:hover .fa-envelope-open {
  display: inline;
  cursor: poInter;
}

.lock:hover .icon-unlock,
.lock .icon-lock {
    display: none;
}
.lock:hover .icon-lock {
    display: inline;
}

.testimonial {
  font-weight: 400;
  line-height: 1.75;
  font-style: italic;
}

.testimonial-about {
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}

.testimonials {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: black;
  color: #FDF7E5;
}

.testimonials .container-fluid .row .col,
.services .container-fluid .row .col {
  padding-left: 10%;
  padding-right: 10%;
}

.testimonials-about {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: black;
  color: #FDF7E5;
}

.testimonials-about .container-fluid .row .col,
.services .container-fluid .row .col {
  padding-left: 10%;
  padding-right: 10%;
}

.carousel .carousel-item .img-circle {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.client-details {
  font-size: 0.8em;
  color: #C1AA84;
  text-transform: uppercase;
  padding-top: 20px;
}

/* PROJECT PAGE */

.project-header {
  margin-top: 120px;
}

.first-item {
  margin-top: 40px;
}

.first-item-carousel {
  margin-top: 130px;
}

.carousel-vert {
  padding-left: 20%;
  padding-right: 20%;
}

.controls .btn-b {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.controls .btn-b i {
  color: #e9e9e9;
  padding-left: 10px;
  padding-right: 10px;
}

.controls h3 {
  font-size: 1.25em;
}

.view-project {
  border: 0.5px solid #d8d8d8;
  width: 190px;
  overflow: hidden;
}

.view-project i {
  color: #d8d8d8;
  padding-left: 10px;
}

#controls-prev {
  border-top: 0.5px solid #e9e9e9;
  border-right: 0.5px solid #e9e9e9;
}

#controls-prev:hover, #controls-next:hover {
  border-color: black;
}

#controls-share {
  border-top: 0.5px solid #e9e9e9;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #e9e9e9;
}

#controls-share i {
  color: #e9e9e9;
  padding-left: 10px;
}

#controls-share i:hover {
 color: black;
}

#controls-share a:hover {
 text-decoration: none;
}

#controls-next {
  border-top: 0.5px solid #e9e9e9;
  border-right: 0.5px solid #e9e9e9;
}

#carouselLogoFlick {
  width: 300px;
  height: auto;
}

.slide-control {
  left: 10%;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

.slide-control.right {
  left: auto;
  right: 10%;
}

.slide-control i {
  color: #C1AA84;
  font-size: 24px;
}

.slide-control.left:hover i {
  color: #FDF7E5;
}

.slide-control.right:hover i {
  color: #FDF7E5;
}

.b2t i {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
}

.b2t:hover i {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
}

.t17-logos img {
  width: auto;
  height: 300px;
  display: block;
  margin: auto;
}

.vi-logo-animation {
  -moz-transform:scale(1.15);
  -webkit-transform:scale(1.15);
  -o-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}

/* TESTIMONIAL MOBILE */
.client-logo {
  width: auto;
}

im {
  height: 60px;
}

.t17 {
  height: 70px;
}

.thunderful {
    height: 70px;
}

.coatsink {
  height: 50px;
}

.riot {
    height: 35px;
}

.dreamhaven {
    height: 20px;
}

.ntn {
  height: 70px;
}

.king {
  height: 70px;
}

.king-sm {
  height: 45px;
}

.t17-sm {
  height: 50px;
}

.riot-sm {
    height: 30px;
}

.dreamhaven-sm {
    height: 15px;
}

.coatsink-sm {
  height: 40px;
}

.ntn-sm {
  height: 50px;
}

.thunderful-sm {
    height: 50px;
}

#carouselMagicEscapeIGP {
    background-color: lightcyan;
    padding: 5%;
}

.carousel-indicators .active {
    background-color: #FC006D;
}

.carousel-indicators li {
    background-color: #C1AA84;
}

.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 0%;
    line-height: 30px;
    color: #fff;
    background-color: #C1AA84;
    transition: all 0.25s ease;
    text-align: center;
}

.carousel-indicators-numbers li .active {
    margin: 0 2px;
    width: 30px;
    height: 30px;
}

.carousel-indicators-numbers li:hover {
    margin: 0 2px;
    width: 30px;
    height: 30px;
    background-color: #7F6A4C;
}

#carouselAlba .carousel-indicators .active {
    background-color: rgb(36, 207, 248);
}

#carouselAlba .carousel-indicators li {
    background-color: rgb(36, 207, 248, 0.3);
}

/* 404 */

.404-message {
    text-align: center;
}

/* BLOG */

.blog-preview {
    background-color: #fcfaf5;
    color: #000000;
}

.blog-preview-link,
.blog-control-link {
    font-family: 'objektiv-mk2', sans-serif;
    font-weight: 400;
}

.blog-preview-link {
    color: #FC006D;
}

.blog-control-link {
    color: #000000;
}

.blog-preview-link:hover,
.blog-control-link:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #FC006D;
    font-family: 'objektiv-mk2', sans-serif;
    font-weight: 400;
}

.carousel-blog-posts-inner {
    padding-bottom: 80px;
}

.author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px #7F6A4C;
}

.author2 {
  display: flex;
  align-items: center;
  border-top: solid 1px #7F6A4C;
  border-bottom: solid 1px #7F6A4C;
}

.author img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.author2 img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.author p {
  padding-left: 10px;
  padding-top: 12px;
}

.author2 p {
  padding-left: 10px;
  padding-top: 12px;
}

.article-category {
    margin-top: 25px;
    font-size: 12px;
    text-transform: uppercase;
    color: #FDF7E5;
}

.post-preview-title {
  padding-top: 5px;
    text-transform: uppercase;
}

.post-preview-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
   overflow: hidden;
    margin-bottom: 10px;
}

.post-preview-desc {
   padding-top: 5px;
}

.post-preview-footer a,
.article-info {
  color: #FC006D;
}

.post-preview-footer a:hover {
    color: #FC006D;
    text-decoration: underline;
}

.post-preview-date p {
    font-size: 12px;
}

.post-preview-link a {
    text-decoration: none;
}

.bottom-border {
  padding-top: 10px;
  border-bottom: solid 1px #7F6A4C;
}

/* BLOG ARTICLE */

.left-arrow,
.right-arrow {
  width: 20px;
  height: auto;
}

.article-hero {
  padding-top: 70px;
}

@media screen and (min-width: 576px) {
      .article-hero {
      padding-top: 120px;
    }
}

/* Scaling Fonts - Article Title */

.article-title h1 {
  text-transform: uppercase;
  font-size: 7.5vw;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  padding-bottom: 38px;
}

@media screen and (min-width: 1200px) {
  .article-title h1 {
     font-size: 80px;
  }
}

@media screen and (max-width: 576px) {
  .article-title h1 {
     font-size: 48px;
  }
}

/* Scaling Fonts - Article Lead */

.article-lead h2 {
  font-size: 4vw;   
  padding-top: 20px;
  padding-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .article-lead h2 {
     font-size: 40px;
     padding-top: 30px;
     padding-bottom: 40px;
  }
}

@media screen and (max-width: 576px) {
  .article-lead h2 {
     font-size: 30px;
     padding-top: 10px;
     padding-bottom: 20px;
  }
}

/* Scaling Fonts - Article Details */

.article-details p {
  color: #FC006D;
  font-size: 12px;
  padding-top: 10px;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .article-details p {
     font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  .article-details p {
     font-size: 11px;
  }
}

/* End Scaling Fonts */

.article-hero-image {
  padding-bottom: 46px;
}

.article-copy p,
.article-copy ul {
  padding-bottom: 30px;
}

.email-sign-up {
  background-color: #FC006D;
}

.email-sign-up {
  color: #FDF7E5;
}

.user-box {
  position: relative;
  color: #FDF7E5;
}

.user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #FDF7E5;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #FDF7E5;
  outline: none;
  background: transparent;
}

.user-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #FDF7E5;
  pointer-events: none;
  transition: .3s;
}

.user-box input:focus ~ label,
.user-box input:valid ~ label {
  top: -20px;
  left: 0;
  font-size: 12px;
}

.user-box small {
  color: #FDF7E5;
}

.user-box button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
}

.up-right-icon {
  padding-top: 10px;
  height: 35px;
  width: auto;
}

.user-box button:hover {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #FDF7E5;
}
.brush-stroke-ltor {
  width: 170px;
  height: auto;
  margin-left: 0px;
}

@media (min-width: 1200px) {
  .brush-stroke-ltor {
    width: 170px;
    margin-left: 45px;
    height: auto;
  }
}

/* MEDIA QUERIES */

.container {
  max-width: 360px;
}

@media (max-width: 576px) {
  .scrollable-menu {
      height: auto;
      max-height: 200px;
      overflow-x: hidden;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 520px;
  }

    .services .container-fluid .row .col {
        padding-left: 10%;
        padding-right: 10%;
        height: 325px;
    }
    
    .testimonials .container-fluid .row .col {
        padding-left: 10%;
        padding-right: 10%;
        height: 400px;
    }

@media (min-width: 768px) {
  .container {
    max-width: 520px;
  }

  .foo h4,
  .foo a {
    font-size: 1.25em;
  }
    
    .foo2 h4, 
    .foo2 a {
      font-size: 2.0em;
    }

    .foo2 p {
      font-size: 1.5em;
    }


    .services .container-fluid .row .col {
        padding-left: 25%;
        padding-right: 25%;
        height: 475px;
    }
    
    .testimonials .container-fluid .row .col {
        padding-left: 25%;
        padding-right: 25%;
        height: 550px;
    }

  /* TESTIMONIAL DESKTOP/TABLET */

  .king {
    height: 120px;
  }

  .t17 {
    height: 140px;
  }
    
    .thunderful {
        height: 140px;
    }

  .pokerstars {
    height: 90px;
  }

  .coatsink {
    height: 100px;
  }
    
    .riot {
        height: 70px;
    }
    
    .dreamhaven {
        height: 40px;
    }

  .ntn {
    height: 140px;
  }

  .client-details {
    font-size: 0.8em;
  }

}

@media (min-width: 992px) {
  .container {
    max-width: 760px;
  }

  .dropdown-menu a {
    text-align: left;
  }

  .nav-item {
    text-align: left;
  }

  .dropdown-menu a {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
  }

    .services .container-fluid .row .col {
        padding-left: 25%;
        padding-right: 25%;
        height: 425px;
    }
    
    .testimonials .container-fluid .row .col {
        padding-left: 25%;
        padding-right: 25%;
        height: 500px;
    }

.grey-border {
    border-color: #808080;
    border-style: solid;
    border-width: 1px;
}
    
.project video {
    display: block;
    overflow: hidden;
    margin: 0;
    transition: transform .4s ease;
    -webkit-filter: brightness(100%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
  }
    
.project:hover video {
    transform: scale(1.1);
    -webkit-filter: brightness(15%);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    cursor: pointer;
  }

.project iframe {
    transform: scale(1.02);
    display: block;
    overflow: hidden;
    margin: 0;
    transition: transform .4s ease;
    -webkit-filter: brightness(100%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
  }

.project:hover iframe {
    transform: scale(1.1);
    -webkit-filter: brightness(15%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: poInter;
  }

  .project img {
    transform: scale(1.02);
    transition: transform .4s ease;
    -webkit-filter: brightness(100%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
  }

  .project img:hover {
    transform: scale(1.1);
    -webkit-filter: brightness(15%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
  }

  .note img:hover {
    transform: scale(1.1);
    -webkit-filter: brightness(15%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
  }

  .project article {
    opacity: 0.0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: max-content;
    color: #FDF7E5;
    text-align: center;
    poInter-events: none;
    padding-left: 20%;
    padding-right: 20%;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
  }

  .project:hover article {
    opacity: 1.0;
    transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
  }

  .project article p {
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transition: transform .4s ease-in-out;
  }

  .project:hover article p {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
  }

  .project article h2 {
    transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    transition: transform .4s ease-in-out;
  }

  .project:hover article h2 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
  }

  .project article h4 {
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transition: transform .4s ease-in-out;
  }

  .project:hover article h4 {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
  }
    
    .service-ico2 {
        max-height: 60px;
        width: auto;
    }
    
}

@media (min-width: 1200px) {
    .container {
        max-width: 940px;
    }

    .services .container-fluid .row .col {
        padding-left: 25%;
        padding-right: 25%;
        height: 400px;
    }
    
    .testimonials .container-fluid .row .col {
        padding-left: 25%;
        padding-right: 25%;
        height: 475px;
    }

}
    
/* LEGALS */
    
    .legals h2 {
        font-size: 1.4em;
    }

/* ANIMATION KEYFRAMES */

@-webkit-keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1;
  }
}

@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

