@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
/* Global Styles #9900ff */

body, html {
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	color: #efefef;
	background-color: #1f2029;
  margin: 0;
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	width: 100%;
}
/* Responsive Grid */

.main_container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 20px;
	position: relative;
}
.row {
	clear: both;
}
/* Columns */

.col {
	float: left;
	margin: 0 4% 0 0;
	box-sizing: border-box;
}
.col:last-child {
	margin-right: 0;
}
.one.col {
	width: 4.66666666667%;
}
.two.col {
	width: 13.3333333333%;
}
.three.col {
	width: 22%;
}
.four.col {
	width: 30.6666666667%;
}
.five.col {
	width: 39.3333333333%;
}
.six.col {
	width: 46%;
}
.seven.col {
	width: 56.6666666667%;
}
.eight.col {
	width: 65.3333333333%;
}
.nine.col {
	width: 74.0%; 
}
.ten.col {
	width: 82.6666666667%;
}
.eleven.col {
	width: 91.3333333333%;
}
.twelve.col {
	width: 100%;
	margin: 0;
}

/* For Relic Browsers */
.col.last {
	margin: 0;
}

/* Mobile Devices */

@media all and (max-width: 960px) {
	.cam-logo{
		display: none;
	}
	.cm-logo{
		display: contents !important;
	}
}

@media all and (max-width: 960px) {
.one.col, .two.col, .three.col, .four.col, .five.col, .six.col, .seven.col, .eight.col, .nine.col, .ten.col, .eleven.col {
	float: none;
	width: 100%;
}
.hide-on-mobile {
	display: none !important;
	width: 0;
	height: 0;
}
}
.main_container:after, .row:after {
	content: "";
	display: table;
	clear: both;
}

/* Hr */

hr {
	border: 0;
	height: 1px;
	background: #9660b9;
	clear: both;
}

/* Typography */

p {
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	color: inherit;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
h1 {
	font-size: 3.2rem;
}
h2 {
	display: inline-block;
	font-size: 2.8rem;
	margin: 1.5rem 0;
	border-bottom: 7px solid #9660b9;
	padding-bottom: .75rem;
}

h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.2rem;
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 1rem;
}
p {
	font-family: 'Roboto', sans-serif;
}
button {
	color: #25A197;
	height: 50px;
	line-height: 48px;
	font-size: 1em;
	padding: 0 40px;
	background: #ffffff;
	margin-top: 10px;
	cursor: pointer;
}
.bold {
	font-weight: 700;
}
button:hover {
	opacity: .7;
}
/* Header */
header {
	padding: 2vh 1vw;
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: rgba(31,32,41,1);
  	-webkit-box-shadow:0px 0px 3vmin 5vmin rgba(31,32,41,1);
  	-moz-box-shadow: 0px 0px 3vmin 5vmin rgba(31,32,41,1);
  	box-shadow: 0px 0px 3vmin 5vmin rgba(31,32,41,1);
}
.scrolled {
	background: #000;
}
header .logo {
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	position: absolute;
	top: -10px;
	font-size: 2rem;
}
.cm-logo{
	display: none;
}
header .logo a {
	color: #9660b9;
	text-decoration: none; /* no underline */
  }
header .mainNav {
	top: 0px;
	max-height: 30px;
	z-index: 999;
	width: 100%;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header .openNav {
	max-height: 500px !important;
}
header nav {
	width: 100%;
}
header nav ul {
	list-style: none;
	overflow: hidden;
	text-align: right;
	padding: 0;
	margin: 0;
}
header nav ul li {
	display: inline-block;
	margin-left: 35px;
}
header nav ul a {
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700;
}

header nav ul a:hover {
	color: #9660b9;
}
header .mobileToggle {
	display: none;
	cursor: pointer;
	font-size: 30px;
	position: absolute;
	right: 20px;
	top: 6px;
	width: 30px;
}
header .mobileToggle span {
	width: 35px;
	height: 7px;
	margin-bottom: 6px;
	background: #ffffff;
	display: block;
	position: relative;
	right: 35%;
}

@media only screen and (max-width: 767px) {
header nav {
	width: 100%;
}
header nav ul {
	padding-top: 0px;
	margin-bottom: 22px;
	text-align: center;
	width: 100%;
}
header nav ul li {
	width: 100%;
	padding: 7px 0;
	margin: 0;
}
header nav ul a {
	font-size: 2em;
}
header nav ul li:first-child {
	margin-top: 70px;
}
header .mobileToggle {
	display: block;
}
}

@media all and (max-width: 767px) {
#hero button {
	margin-bottom: 20px;
}
#hero h2 {
	font-size: 2.2em;
}
#hero p {
	font-size: 0.8em;
	line-height: 21px;
	width: 100%;
}
}
/* About Section */

#about {
	padding-top: 15vh;
}
#about .icon {
	font-size: 1em;
	padding-right: 10px;
}

#about .col {
	text-align: justify;
}

#about .col h4 {
  text-align: center;
}
#about .col .right {
	text-align: justify;
  }
#about .col h3 {
	text-align: center;
  }

#about .dndlink {
    color: #9660b9;
	text-decoration: none;
	font-weight: bold;
  }

/* Work Section */

#work {
	padding: 120px 0;
}
#work .work {
	position: relative;
}
#work .work p {
	text-align: center;
	font-size: 0.9em;
}
#work .work h4 {
	color: #9660b9;
}
#work .work-overlay {
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 10px;
}
#work .work .work-overlay {
	opacity: 0;
	transition: all .4s ease-in-out;
}
#work .work:hover .work-overlay {
	opacity: 1;
	transform: scale(1.05);
}
#work .work {
	transition: all .4s ease-in-out;
}
#work .work:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
}

#work .work img {
	display: block;
}
/* Services Section */

#vfx {
	padding: 120px 0;
	display: none;
}
.progressBar {
	margin-bottom: 26px;
	margin-bottom: 1.66em;
}
.progressBar h4 {
	margin-bottom: 7px;
	margin-bottom: .33em;
	font-size: 1rem;
}
.progressBarContainer {
	width: 100%;
	height: 8px;
	background: #E1E1E1;
	overflow: hidden;
}
.progressBarValue {
	height: 8px;
	float: left;
	background: #9660b9;
}
.value-00 {
	width: 0;
}
.value-10 {
	width: 10%;
}
.value-20 {
	width: 20%;
}
.value-30 {
	width: 30%;
}
.value-40 {
	width: 40%;
}
.value-50 {
	width: 50%;
}
.value-60 {
	width: 60%;
}
.value-70 {
	width: 70%;
}
.value-80 {
	width: 80%;
}
.value-90 {
	width: 90%;
}
.value-100 {
	width: 100%;
}
/* Pricing Section */

#dnd {
	padding: 120px 0;
}
#dnd .justify {
	text-align: justify;
}
#dnd .card {
	position: relative;
	background: #efefef;
	width: 100%;
	padding: 30px;
	text-align: center;
	transition: all 300ms ease-out;
  	border-radius: 1vmin;
}
#dnd .card:hover {
	transform: scale(1.05);
	box-shadow: 0 0 2vmin 0 #9660b9;
}
#dnd .card h3 {
	text-transform: uppercase;
	color: #9660b9;
	margin-top: 0;
	font-size: 1.5em;
}
#dnd .card p {
	margin: 10px 0;
}
#dnd .card .book_info{
	text-align: justify;
}
#dnd .card button {
	border: 0;
	color: #FFFFFF;
	height: 50px;
	line-height: 48px;
	font-size: 1em;
	padding: 0 40px;
	background: #9660b9;
	margin-top: 10px;
  	border-radius: .5em;
}

@media all and (max-width: 767px) {
#dnd .card {
	margin: 40px 0;
}
#dnd .card:hover {
	transform: scale(1);
	box-shadow: 0 0 2vmin 0 #9660b9;
}
}
/*Contact Section */

#contact {
	padding: 120px 0;
	min-height: 400px;
}

#contact .contact-form {
	display: flex;
    flex-direction: column;
    align-items: center;
}

#contact textarea {

	width: 75%;
	max-width: 100%;
	border: none;
	margin: 0.5rem 0;
	padding: 0.5rem;
	border-radius: .5rem;
	background: #F4F4F4;
	color: #525252;
	font-family: 'Open Sans';
	font-size: 18px;
}
#contact input {

	width: 75%;
	max-width: 100%;
	border: none;
	margin: 0.5rem 0;
	padding: 0.5rem;
	border-radius: .5rem;
	background: #F4F4F4;
	color: #525252;
	font-family: 'Open Sans';
	font-size: 18px;
}
#contact button[type=submit], textarea[type=submit] {
	border: 0;
	color: #FFFFFF;
	height: 50px;
	line-height: 48px;
	font-size: 1em;
	padding: 0 40px;
	background: #9660b9;
	border-radius: .5rem;
	margin-top: 10px;
	width: auto;
}
#contact input::placeholder, textarea::placeholder {
 color: #525252;
}
#contact input.error, textarea.error {
	background: #AD4747;
	color: #fff;
}
#contact input.error::placeholder, textarea.error::placeholder {
 color: black;
}
#contact textarea {
	height: 10rem;
}
/* Footer One */

footer {
	padding: 120px 0;
}
footer a {
	color: #FFFFFF;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: 700;
}

footer a:hover {
	color: #9660b9;
}
footer a {
	text-decoration: none;
}
footer ul {
	list-style-type: none;
	padding: 0;
	
}
footer ul li {
	display: inline;
	padding-right: 25px;
	font-weight: 500;
}


footer p {
	color: #888888;
	font-size: 0.8em;
	margin: 0;
}
footer h2 {
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0;
	font-size: 2rem;
	font-weight: 700;
	width: 130px;
}
footer h2:after {
	display: none;
}
footer hr {
	border-top: 3px solid #ffffff;
	margin: 20px 0 20px 0;
}

@media all and (max-width: 767px) {
footer ul li {
	display: block;
}
}
/* Misc */

.center {
	text-align: center;
}
.padDown {
	padding-bottom: 50px;
}  
  
  

.embed-container {
	display: block;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    max-width: 100%;
    height: auto;
    border-radius: 1vmin;
    box-shadow: 0 0 2vmin .5vmin #000000bf;
}

.video-player__playing {
    margin-bottom: 1.000em;
  }

.video-player__thumbs {
	display: flex;
	max-width: 90%;
	justify-content: center;
	margin: 0 auto; /* Center the element horizontally */
}

.video-thumb {
	text-align: center;
	display: flex;
	padding: -5%;
	width: 20%;
	border-radius: 2vmin;
	margin-top: 5%;
    cursor: pointer;
	overflow: hidden;
	transition: all 300ms ease-out;
  }
  .video-thumb:not(:last-child) {
    margin-right: 2%;
  }
  .video-thumb:not(.video-thumb.active) {
    box-shadow: 0 0 .5vmin .25vmin #000000bf;
  }

  .thumb_text {
	color: white;
	font-size: 20px;
	position: absolute;
	margin-top: 4em;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	opacity: 0;
	z-index: 1;
  }
  
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.author {
  font-weight: bold;
  text-decoration: underline;
  color: #1f2029;
}
.book_info {
  color: #1f2029;
}
.cover_art {
border-radius: .5em;
}

  #hero {
    height: 25vh;
    display: inline;
	padding-bottom: 25%;
  }
  #hero .title {
    align-self: center;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding-bottom: 12vh;
	padding-top: 5vh;
  }

  #hero .title span {
    display: inline-block;
    font-size: calc(min(8vw, 6em));
    color: #efefef;
    width: 100%;
    text-transform: uppercase;
    animation: byBottom 1s ease both;
    font-weight: 600;
    letter-spacing: 0.25vw;
  }
  #hero .title span:last-child {
    font-size: calc(min(5vw, 2rem));
    animation: byBottom 1s 0.25s ease both;
  }
  #hero .title span .color_text {
    position: relative;
    display: inline-block;
    margin-left: 0.5rem;
    text-decoration: none;
    color: #9660b9;
  }
  #hero .title span .color_text::after {
    content: "";
    height: 2px;
    background-color: #9660b9;
    position: absolute;
    bottom: -.1rem;
    left: 0;
    width: 0;
    animation: linkAfter 0.5s 1s ease both;
  }
  #hero .title span a {
    position: relative;
    display: inline-block;
    margin-left: 0.5rem;
    text-decoration: none;
    color: #efefef;
  }
  @-moz-keyframes byBottom {
    0% {
      transform: translateY(150%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes byBottom {
    0% {
      transform: translateY(150%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @-o-keyframes byBottom {
    0% {
      transform: translateY(150%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes byBottom {
    0% {
      transform: translateY(150%);
    }
    100% {
      transform: translateY(0);
    }
  }
  @-moz-keyframes linkAfter {
    0% {
      width: 0;
    }
    100% {
      width: 94%;
    }
  }
  @-webkit-keyframes linkAfter {
    0% {
      width: 0;
    }
    100% {
      width: 94%;
    }
  }
  @-o-keyframes linkAfter {
    0% {
      width: 0;
    }
    100% {
      width: 94%;
    }
  }
  @keyframes linkAfter {
    0% {
      width: 0;
    }
    100% {
      width: 94%;
    }
  }

#headshot {
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	padding-top: 18vh;
  	width: 30vh;
	max-width: 25%;
}
#headshot img {
	border-radius: 50%;
}

/* Lawrence help */

.thumb_vid_container{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.thumb_vid_container img{
	height: 100%;
	border-radius: 20px;
	transition: all 300ms ease-out;
}

.vid_thumb{
	overflow: hidden;
	padding: .5em;
}

.caption {
    position: relative;
    top: 5%;
    display: block;
	font-weight: bold;
	max-width: 90%;
	margin: 0 auto; /* Center the element horizontally */
}
.caption2 {
    position: relative;
    top: 5%;
    display: block;
	font-style: italic;
	padding-bottom: 5%;
	
}

.thumb_vid_container.selected {
	transform: scale(1.05);
	transition: transform 0.3s;
	color: #9660b9;
	font-size: 105%;
  }

  .slick-slider .slick-prev:before,
  .slick-slider .slick-next:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 40px !important;
	line-height: 1 !important;
	color: #9660b9 !important;
  }

  
  .slick-prev {
	top: 35% !important; /* Adjust this value to change the vertical offset */
  }
  
  .slick-next {
	top: 35% !important; /* Adjust this value to change the vertical offset */
  }

  .slick-slider .slick-prev:before {
	content: '\f053' !important; /* FontAwesome arrow-left icon */
  }
  
  .slick-slider .slick-next:before {
	content: '\f054' !important; /* FontAwesome arrow-right icon */
  }

.slick-slider .slick-dots {
	bottom: -10% !important;
  }
  
  .slick-slider .slick-dots li button:before {
	font-size: 12px !important;
	line-height: 20px !important;
	color: #888 !important;
  }
  
  .slick-slider .slick-dots li.slick-active button:before {
	color: #9660b9 !important;
  }

  @media all and (max-width: 767px) {
	
  }