
body {
  font-family: "Lato", Helvetica, sans-serif;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  height: 100%;
  color: #fff;
  background-color: black;
  text-align: center;
}

/*next arrows*/
.nextdemo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.nextdemo a:hover {
  opacity: .5;
}
.next a {
  padding-top: 70px;
}
.next a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

h2 {
  font-size: 30px;
}

.content-section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.bg-primary {
  background-color: #3f3f3f !important;
  border-bottom: solid black;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.btn-primary {
  padding: 1.25rem 2.5rem;
  box-shadow: 5px 5px 10px black;
  background-color: transparent;
  border-color: #232629;
  border: 2px solid white;
}

.btn-primary:hover {
  box-shadow: none;
  background-color: white;
  border: 2px solid white;
  color: black;
}

a {
  color: #155d74;
}

a:hover, a:focus, a:active {
  color: #232629;
  text-decoration: none;
}

/*Navigation*/
#sidebar-wrapper {
  position: fixed;
  z-index: 3;
  right: 0;
  width: 250px;
  height: 100%;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: black;
  border-left: 2px solid white;
}
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  background: rgba(52, 58, 64, 0.1);
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sidebar-nav > .sidebar-brand a {
  color: #fff;
}
.sidebar-nav > .sidebar-brand a:hover {
  background: none;
}
#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}
.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;

  line-height: 50px;
  z-index: 700;
}
.menu-toggle:focus, .menu-toggle:hover {
color: white;
background: #343a40;
border-radius: 50px;
cursor: pointer;
}
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  color: white;

  line-height: 45px;
  z-index: 100;

}
.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}
.scroll-to-top:hover {
  background: #343a40;
  border-radius: 50px;
  cursor: pointer;
}
.scroll-to-top i {
  font-weight: 800;
}

/* ============Header============= */
.luxLogo {
  width: 300px;
  padding-bottom: 2%;
  z-index: 5;
}
.masthead {
  background-image: url('../img/bg-masthead.JPG');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 30rem;
  position: relative;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.masthead h1 {
  -webkit-animation: fadeIn;
  animation: fadeIn;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.masthead em {
  -webkit-animation: fadeIn;
  animation: fadeIn;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



/* ============About============= */
.about {
  font-size: 18px;
  border-left: 2px solid white;
  padding: 10px;
  width: 350px;
  height: 90%;
  margin: 5px;
  text-align: start;
}


/* Logo */
.customer-logosTwo {
  align-self: center;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slider {
  display: inline;
  align-items: center;
  padding: 5px;
}
.slide {
  margin: 0px 10px;
  height: 100%;
}



/*Services*/
#services {
  background-image: url(../img/bg-logo.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 10%;
  padding-bottom: 5%;
}
.service-icon {
  background-color: #fff;
  color: black;
  border: .5px solid black;
  height: 15rem;
  width: 15rem;
  display: block;
  line-height: 15rem;
  font-size: 6rem;
  box-shadow: 3px 5px 11px 0px black;
}
#serviceCardFlex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 10%;
  margin-bottom: 10%;
}
.serviceCard {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 18rem;
  height: 18rem;
  box-shadow: 3px 3px 6px black;
  border: 1px solid black;
  background-color: black;
  padding: 0px 10px 0px 10px;
  font-size: 15px;
}
.serviceCard:hover {
  box-shadow: none;
  background-blend-mode: overlay;
  transition: ease-out;
  transition-duration: .25s;
  -webkit-clip-path: inset(0px);
  clip-path: inset(0px);
  cursor: pointer;
}
.serviceText {
  margin-left: 25px;
  margin-right: 25px;
  display: none;
}
#serviceTitle {
  margin-left: 25px;
  margin-right: 25px;
  display: block;
}
.touring {
  background-image: url(../img/touring.PNG);
}
.corporate {
  background-image: url(../img/corporate.PNG);
}
.film {
  background-image: url(../img/film.PNG);
}
.events {
  background-image: url(../img/events.PNG);
}

@media (min-width: 1200px) {
  #serviceCardFlex {
    margin-left: 200px;
    margin-right: 200px;
  }
}

@media (max-width: 750px) {
  .serviceCard {
    border: 2px solid white;
  }
}

/*Gallery*/
.galleryFlex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.scale {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 28%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}
.gOne{
  background-image: url(../img/gallery1.jpeg);
}
.gTwo {
  background-image: url(../img/gallery2.jpeg);
}
.gThree {
  background-image: url(../img/gallery3.jpeg);
}
.gFour {
  background-image: url(../img/gallery4.jpeg);
}
.gFive{
  background-image: url(../img/gallery5.jpg);
}
.gSix {
  background-image: url(../img/gallery6.jpg);
}
.gSeven {
  background-image: url(../img/gallery7.jpeg);
}
.gEight {
  background-image: url(../img/gallery8.jpeg);
}


@media (min-width: 992px) {
  .scale {
    transition: ease-out;
    transition-duration: .25s;
    width: 25%;
    padding: 7.1%;
  }

  .scale:hover {
    transform: scale(1.5);
    z-index: 5;
    cursor: pointer;
  }
}

@media (min-width: 700px) and (max-width: 991px) {
  .scale {
    width: 50%;
    padding: 14%;
  }
}



#ninja-slider {
  width:100%;
  background:#191919;
  padding: 0;
  margin:0 auto;
  overflow:hidden;
  box-sizing:border-box;
}
#ninja-slider .fs-icon {
  top:6px;
  right:6px;
  width:60px;
  height:26px;
  background: rgba(0,0,0,0.2);
  z-index:2;
  color:white;
  text-align:center;
  text-shadow:0 0 3px black;
  font:bold 18px/36px arial;
  border-radius:2px;
  opacity:0;
  -webkit-transition:opacity 0.8s;
  transition:opacity 0.8s;
}
#ninja-slider .slider-inner:hover .fs-icon,
#ninja-slider.fullscreen .fs-icon {
  opacity: 1;
}
#ninja-slider .fs-icon::before {      
  content:"EXPAND";
  display:block;
}
#ninja-slider.fullscreen .fs-icon::before {
  content:"+";
  display:block;
  font-weight:bold;
  font-size:3em;
  transform: rotate(-45deg);
}
#ninja-slider .slider-inner {
  /*max-width:700px;*/
  margin:0 auto;/*center-aligned */
  font-size:0px;
  position:relative;
  box-sizing:border-box;
  padding-bottom:100px!important;
}
#ninja-slider.fullscreen .slider-inner {
  width:98%; /* 100% will cause a big top gap issue in iPhone*/
  max-width:900px;
}
#ninja-slider ul {
  position:relative;
  list-style:none;
  padding:0;
  box-sizing:border-box;

  overflow:visible!important; /*For showing captions outside the slider when transitionType is "fade". */
}
#ninja-slider li {
  width:100%;
  height:100%;
  top:0;
  left:0;
  position: absolute;
  font-size:12px;
  list-style:none;
  margin:0;
  padding:0;
  opacity:0;
  /*overflow:hidden;*/ /*Comment it out to show the caption*/
  box-sizing:border-box;
  margin-bottom:100px!important;
}
#ninja-slider li.ns-show {
  opacity:1;
}
/* --------- slider image ------- */  
#ninja-slider .ns-img {
  background-size:contain;/*Note: If transitionType is zoom, it will be overridden to cover.*/
  cursor:default;
  display:block;
  position: absolute;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-position:center center;
}
/*---------- Captions -------------------*/
#ninja-slider .caption {
  position:absolute;
  top:98%;
  padding:0 40px;
  margin:auto;
  width:100%;
  text-align:center;
  font-family:sans-serif;
  font-size:14px;
  color:#ccc;
  box-sizing:border-box;    
}
/* ---------Arrow buttons ------- */   
/* The arrow button id should be: slider id + ("-prev", "-next", and "-pause-play") */ 
#ninja-slider-pause-play { display:none;}  
#ninja-slider-prev, #ninja-slider-next {
  position: absolute;
  display:inline-block;
  width:42px;
  height:56px;
  line-height:56px;
  top: 40%; /* not 50% as caption at bottom should be counted.*/
  margin-top:-28px;
  background-color:rgba(0,0,0,0.4);
  /*background-color:#ccc\9;IE8 hack*/
  backface-visibility: hidden;
  color:white;
  overflow:hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select:none;
  border-radius:2px;
  z-index:10;
  opacity:0.3; 
  font-family:sans-serif;   
  font-size:13px;
  cursor:pointer;
  -webkit-transition:all 0.7s;
  transition:all 0.4s;
}
.slider-inner:hover #ninja-slider-prev, .slider-inner:hover #ninja-slider-next {
  opacity:1;
}
#ninja-slider-prev {
  left: -42px; /*set it with a positive value if .slider-inner does not have max-width setting.*/
}
#ninja-slider-next {
  right: -42px;
}
/* arrows */
#ninja-slider-prev::before, #ninja-slider-next::before {
  position: absolute;
  top: 17px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-left: 2px solid white;
  border-top: 2px solid white;
  backface-visibility:hidden;
}
#ninja-slider-prev::before {
  -ms-transform:rotate(-45deg);/*IE 9*/
  -webkit-transform:rotate(-45deg);
  transform: rotate(-45deg);
  left:16px;
}
#ninja-slider-next::before {
  -ms-transform:rotate(135deg);/*IE 9*/
  -webkit-transform:rotate(135deg);
  transform: rotate(135deg);
  right:16px;
}
/*pagination num within the arrow buttons*/
#ninja-slider-prev:hover, #ninja-slider-next:hover {width:80px;background-color:rgba(0,0,0,0.5);}
#ninja-slider-prev div {margin-right:8px;white-space:nowrap;opacity:0;float:right;}
#ninja-slider-next div {margin-left:8px;white-space:nowrap;opacity:0;float:left;}
#ninja-slider-prev:hover div, #ninja-slider-next:hover div {opacity:1;}
/*------ pager(nav bullets) ------*/      
/* The pager id should be: slider id + "-pager" */
#ninja-slider-pager { display:none;}   

#ninja-slider-prev, #ninja-slider-next, #ninja-slider-pause-play
{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
/*Responsive settings*/
@media only screen and (max-width:1050px){
  #ninja-slider-prev {
      left:0;
  }
  #ninja-slider-next {
      right:0;
  }
}
@media only screen and (max-width:600px){
  #ninja-slider-prev, #ninja-slider-next, #ninja-slider-pager {
      display:none;
  }
  #ninja-slider li .cap1 {
      font-size:20px;
  }
}

/* Creatives */
#creativeCardFlex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}

.creativeCard {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 310px;
  height: 310px;
  box-shadow: 3px 3px 6px black;
  border: 1px solid black;
  background-color: #00000090;
  padding: 0px 10px 0px 10px;
  font-size: 13px;
}

.creativeCard:hover {
  box-shadow: none;
  background-blend-mode: overlay;
  transition: ease-out;
  transition-duration: .25s;
  -webkit-clip-path: inset(0px);
  clip-path: inset(0px);
  cursor: pointer;
}

.creativeText {
  margin-left: 25px;
  margin-right: 25px;
  display: none;
}

.dusty {
  background-image: url(../img/Dusty1.jpg);
}
.jacob {
  background-image: url(../img/Jacob1.jpg);
}
.dustin {
  background-image: url(../img/Dustin2.jpg);
}

@media (min-width: 1200px) {
  #creativeCardFlex {
    margin-left: 200px;
    margin-right: 200px;
  }
}



/* Footer */
footer.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: #797979;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
  background-color: #155d74;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 600px) , screen and (max-height: 500px) {
  .masthead {
    background-attachment: local;
  }
  #services {
    background-attachment: local;
  }
  #studio {
    background-attachment: local;
  }
}