/* Top header area */
* {
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;

}

header, nav, footer, section, article, div {
  box-sizing: border-box;
}

body {
  background-color: #f9f9f9;
  font-family: 'Open Sans', sans-serif;
}


a {
  text-decoration: none;
}

.header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
}

.header.active {
    width: 100%;
    background-color: black;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

header div {
  width: 30%;
  text-align: left;
}

header div img {
  max-width: 200px;
  padding-left: 20px;
  padding-top: 10px;
}

header nav {
  width: 70%;
  text-align: right;
}

header nav ul li {
  display: inline-block;
  padding-top: 20px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header nav ul li a:hover {
  color: #861E75;
}


header nav ul li a {
  color: #fff;
}

header nav ul li a:visited {
  color: #fff;
}


/* First section **/



.main-video-container {
z-index: -100;
width:100%;
height:100%;
overflow:hidden;
position:relative;
top:0;
left:0;
background-color: black;
}

#video-bg {
  width:100%;
  margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.aboutTitle {
  padding-top: 0px;
  background-color: black;
}

section {
  color: #171717;
  width: 100%;
}

section h2, .services-title,
.clients-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.35em;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

section p {
  font-size: .875rem;
  letter-spacing: .4px;
  line-height: 20px;
  width: 65%;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
}

.about-image-container {
  width: 100%;
  text-align: center;
}

.about-image-container img {
  width: 50%;
  max-width: 390px;
  margin: 35px 25px;
  padding-bottom: 35px;
}

/* Services Area on Home Page  */

section h2, .services-title,
.clients-title {
  padding: 32px 0 25px;
}

.servicesButton {
  width: 100%;
  padding: 15px 0 15px;
  background-color: #902f9d;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.servicesButton:focus {
  outline: none;
}

.servicesButton:hover {
  background-color: black;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.servicesButton a {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1.2px;
}

.servicesButton a:visited {
  color: #fff;
}

.services-title {
  color: black;
  padding-top: 70px;
}


.servicesContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;

}

.serviceBox-one, .serviceBox-two,
.serviceBox-three, .serviceBox-four,
.serviceBox-five, .serviceBox-five,
.serviceBox-six {
  width: 30%;
  background-color: #fff;
  padding: 12px;
  margin-bottom: 30px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.serviceBox-one-image, .serviceBox-two-image,
.serviceBox-three-image, .serviceBox-four-image,
.serviceBox-five-image, .serviceBox-six-image {
  min-width: 200px;
  min-height: 200px;
  background-size: cover;
}

.serviceBox-one-image {
  background-image: url("https://images.pexels.com/photos/1916824/pexels-photo-1916824.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
}

.serviceBox-two-image {
  background-image: url("https://images.pexels.com/photos/167491/pexels-photo-167491.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
}

.serviceBox-three-image {
  background-image: url("https://images.pexels.com/photos/946530/pexels-photo-946530.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
}

.serviceBox-four-image {
  background-image: url("https://images.pexels.com/photos/2510428/pexels-photo-2510428.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
}

.serviceBox-five-image {
  background-image: url("https://images.pexels.com/photos/2608517/pexels-photo-2608517.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
}

.serviceBox-six-image {
  background-image: url("https://images.pexels.com/photos/1102797/pexels-photo-1102797.png?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");
}

.serviceBox-one img {
  max-width: 330px;
  max-height: 180px;
}

.moreContainer {
  width: 100%;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.moreButton {
  width: 225px;
  padding: 15px;
  background-color: #fff;
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 2px;
  letter-spacing: .8px;
  border: 1px solid #902f9d
}

.moreButton a {
  color: black;
}

.moreButton a:visited {
  color: black;
}

.moreButton:hover {
  background-color: #902f9d;
  border: none;
  color: #fff;
  }

  .moreButton a:visited {
    color: black;
  }

/* Services Boxes on Home page */

.servicesContainer {
  width: 100%;
}

.services-box {
  width: 30%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}

.services-box:hover {
  background-image: linear-gradient(rgba(20,20,20, .5),
  rgba(20,20,20, .5)));
  opacity: 0.7;
}

.services-image {
  width: 100%;
}

.services-image img {
  width: 100%;
}

.service-title {
  padding: 3px 20px;
  width: 100%;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
}


/* Clients Section */

.clients-title {
  background-color: #fff;
}

.brands {
  padding: 50px 0 55px;
  color: black;
}

.client-container {
  width: 95%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 45px;
}

.client {
  width: 25%;
  vertical-alig: center;
  padding: 32px 0;
}

.chevy, .pat, .buddy,
.ronnie {
  min-width: 150px;
  max-width: 150px;
  text-align: center;
}

.cisco, .nyle, .luke, .live,
.bass, .earth {
  min-width: 130px;
  max-width: 130px;
}

.dell {
  min-width: 180px;
  max-width: 180px;
}

.soft, .tim {
  min-width: 230px;
  max-width: 230px;
}

.abbott, .metallica, .aretha,
.johnson {
  min-width: 170px;
  max-width: 170px;
}

.c3, .peppers, .cody, .drew,
.gary {
  min-width: 100px;
  max-width: 100px;
}

.rob {
  min-width: 240px;
  max-width: 240px;
}

.hospital {
  min-width: 190px;
  max-width: 190px;
}

/*  Home page Network Section ******/

.networkList-container {
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 auto;
  padding-bottom: 65px;
  justify-content: center;
}

.networkBox {
  width: 20%;
  padding: 15px 15px;
  text-align: center;
  background-color: #902f9d;
  margin: 30px 30px 30px 30px;
  border-radius: 4px;
  -webkit-box-shadow: 3px 4px 4px -3px rgba(0,0,0,0.72);
  -moz-box-shadow: 3px 4px 4px -3px rgba(0,0,0,0.72);
  box-shadow: 3px 4px 4px -3px rgba(0,0,0,0.72);
  cursor: pointer;
}

.networkList-container a {
  color: #DAB483;
  font-size: 18px;
}

.networkList-container a:visited {
  color: #DAB483;
}

.networkBox:hover {
  background-color: #fff;
  border: .5px solid #902f9d;
}



/* Production Home Page Section ***/

.productions {
  background-color: #902f9d;
  color: #fff;
  padding-top: 45px;
}

.productionsContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  background-color: #902f9d;
  color: #fff;
}

.productionBox {
  width: 50%;
  margin-bottom: 30px;
  padding-left: 25px;
  font-family: 'Open Sans', sans-serif;
}

.productionBox iframe {
  padding-top: 45px;
  width: 90%;
}

.productionDescription {
  margin: 0 auto;
}

.productionBox h3 {
  width: 90%;
  text-align: left;
  padding: 45px 0 15px;
  margin: 0 auto;
  color: #DAB483;
  font-size: 18px;
}

.productionBox p {
  width: 90%;
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1.3px;
}

hr {
    width: 90%;
    margin: 0 auto;
    color: #ddd;
}

.moreProductions {
  width: 225px;
  padding: 15px;
  background-color: #fff;
  color: #DAB483;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 2px;
  letter-spacing: .8px;
}

.moreProductions {
  focus: none;
  border: none;
}

.moreProductions a {
  color: black;
}

.moreProductions a:visited {
  color: black;
}

.moreProductions:hover {
  background-color: #DAB483;
}


/*  Get Social Section */

.get-social-container {
  width: 100%;
  padding: 50px 0 40px;
  text-align: center;
  background-color: #1f1f1f;
  color: #cdcdcd;
  margin-top: 100px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.35em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#pixlee_container {
  background-color: #171717;
}

/***** SERVICES PAGE *******/

.servicesPage-body {
  background-color: #f9f9f9;
}

.servicesPage-title {
  padding-top: 90px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.35em;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: black;
  background-color: #fff;
}

.servicesPage-serviceBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid grey;
  background-color: #fff;
}

.servicesPage-serviceBox img {
  width: 100%;
}

.servicesPage-serviceBox h2 {
  width: 33.3%;
  text-align: center;
  background-color: #902f9d;
  color: #DAB483;
  vertical-align: middle;
}

.eventProduction {
  padding-top: 140px;
  padding-bottom: 70px;
}

.digitalSolutions, .softwareDevelopment {
  padding-top: 120px;
  padding-bottom: 50px;
}

.softwareDevelopment {
  padding-top: 120px;
  padding-bottom: 50px;
}

.communicationsTitle {
  padding-top: 90px;
  padding-bottom: 20px;
}

.servicesPage-serviceBox img {
  width: 33.3%;
}

.servicesPage-serviceBox ul {
  width: 33.3%;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #902f9d;
}

.servicesPage-serviceBox ul li {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.communications {
  margin-bottom: 75px;
}

/* PRODUCTIONS PAGE ********/

.productionsPage-title {
  padding-top: 90px;
  padding-bottom: 20px;
  background-color: #fff;
  color: black;
}

.productionPage-event {
  width: 90%;
  text-align: center;
  padding: 125px 0 15px;
  margin: 0 auto;
  color: #DAB483;
  font-size: 18px;
}

.productionBox ul {
  text-align: center;
}

.productionBox ul {
  list-style: none;
}

/**** CLIENTS & BANDS PAGE *****/

.clients {
  padding-top: 100px;
}

.clientsPage-title {
  background-color: #fff;
  color: black;
  font-weight: 300;
}

.clientPage-container {
  width: 100%;
}

/**** Network Page *****/

article {
  background-color: #fff;
}

.networkPage-titles {
  background-color: #fff;
  color: black;
  text-align: center;
}

.networkPage-titles h3 {
  font-size: 22px;
  padding: 23px 0 10px;
}

.networkPage-titles p {
  padding-bottom: 25px;
}

.networkContainer {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 auto;
  justify-content: center;
  background-color: #fff;
  padding-bottom: 75px;
}

.network-image {
  width: 23%;
  margin: 5px;
}

.networkContainer img {
  width: 100%;
  max-width: 300px;
}



/* Footer section  */

footer {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
  padding-top: 70px;
  width: 100%;
  background-color: black;
}

/* #171717 previous footer color */

.footer-social {
  width: 100%;
  padding: 50px 0 40px;
  align-items: center;
  background-color: #1f1f1f;
}

.footer-social span {
  padding: 30px;
}

.social-icon {
  width: 25px;
}

/* Footer Nav */

.footer-nav {
  padding: 65px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 25px;
  width:  100%;
}

.footer-nav a {
  color: #cdcdcd;
}

.footer-nav p {
  padding: 25px;
  font-size: 16px;
  color: rgba(255,255,255,.4);
}

.footer-nav p a {
  color: rgba(255,255,255,.4);
}

footer ul {
  list-style: none;
}

.footer-nav ul li {
  padding-bottom: 15px;
}

/* footer contact info */

.footer-contact {
  font-size: 20px;
  padding-top: 50px;
  color: #cdcdcd;
}

.footer-contact p {
  padding: 10px;
}

.footer-email {
  text-decoration: underline;
}

.footer-email a {
  font-size: 12px;
}


.footer-copy {
  width: 100%;
  padding: 20px;
  font-size: 12px;
  min-height: 25px;
  color: rgba(255,255,255,.4);
  letter-spacing: 1px;
  margin-bottom: 60px;
}

.footer-copy a {
  font-size: 10px;
  text-decoration: none;
  color: rgba(255,255,255,.4);
}

.footer-copy a:visited {
  color: rgba(255,255,255,.4);
}


.mail-icon {
  width: 45px;
  padding-left: 5px;
}

.feedback {
  background-color: #ddd;
  color: white;
  padding: 15px 15px;
  border-radius: 4px;
  border-color: #fff;
}

.feedback a {
  color: black;
}

.feedback a:visited {
  color: black;
}

#call-us {
  position: fixed;
  bottom: -4px;
  left: 10px;
}

#email-us {
  position: fixed;
  bottom: -4px;
  right: 10px;
}






/* Menu invisible unless bigger viewport, media query */



/* HEADER CONTAINER */

#header-container {
  width: 100%;
}

#header-container img {
  width: 100%;
}




/* Mobile nav menu --hamburger menu
------------------------------------------------------- */
.button_container:before{
    position:absolute;
    content:'';
    top:-10px;
    right:-15px;
    left:-15px;
    bottom:-10px;
    cursor: pointer;
}

.button_container {
  position: fixed;
  bottom: 50.5px;
  right: 45.5%;
  height: 21px;
  width: 37px;
  cursor: pointer;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  z-index: 999;
   transition: transform 0.25s ease;
}

.button_container:hover {
  opacity: .8;
}
.button_container.active .top {
  -moz-transition: translateY(11px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(8px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -moz-transition: translateY(-11px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background-color: #CE0281; !important;
  border: 1px solid white;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 8px;
}
.button_container span:nth-of-type(3) {
  top: 16px;
}

/* Menu Page on mobile **/

#overlay {
 -webkit-backface-visibility: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity 5s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  -webkit-backface-visibility: hidden;
  opacity: 1;
  transition: opacity .5s;
  visibility:visible;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.9);
  transition: background .35s ease;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
  margin-bottom

}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
}

.mobile-menu-title {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 36px;
  padding-top: 10px;
  letter-spacing: 2px;
  font-weight: 400;
  color: #fff;
}


.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 30px;
}
.overlay ul li {
  display: block;
  height: 10px;
  height: auto;
  min-height: 30px;
  position: relative;
  opacity: 0;
  width: 100%;
}
.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  padding-bottom: .10px;

}
.overlay ul li a:hover {
  background-color: linear-gradient(to right,#b8cbb8 0,#b8cbb8 0,#b465da 0,#cf6cc9 33%,#ee609c 66%,#ee609c 100%);
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
