@charset "UTF-8";
/* CSS Document */
* {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
	background-color:#001B2C;
	color:#eeeeee;
}

h1, h2, h3, h4, h5, h6 {
	font-family: alternate-gothic-no-3-d, Helvetica, sans-serif;
	text-transform: uppercase;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
}

/*------------------------*/

.opacity-60 {
	color:rgba(255,255,255,0.6)
}

.blue {
	color:#FFFFFFF;
	background-color:#0059FF;
}

.light-blue {
	color:#FFFFFF;
	background-color:#00DAFF;
}

.gradient {
  color:#0059FF;
  background: -webkit-linear-gradient(#0059FF, #00DAFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*------------------------*/

::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
	background-color: rgba(20,20,20,.8);
}
 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
	background-color:#666666;
	width: 6px;
	transition: .3s ease-in;
}

::-webkit-scrollbar-thumb:hover {
   background-color:#999999;
   transition: .3s ease-out;
}

::-moz-selection { /* Code for Firefox */
  color:white;
  background: #940D52;
}

::selection {
  color: white;
  background: #00DAFF;
}

/*------------------------*/

nav {
	background-color:#ffffff;
	position: fixed;
    top: 0;
}

.nav-link {
	font-family: alternate-gothic-no-3-d, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding:0;
	margin:0;
}

.navbar-bg {
	position:fixed;
	top:0;
	left:0;
	margin:0;
	padding:0;
	overflow: hidden;
	width:100vw;
	height: 100px;
	
	background-image: url('/_assets/images/navbar-bg.png');
}

.navbtn-reset {

	transition:.2s ease-in;
}

.navbtn-reset:hover, .navbtn-reset:active, .navbtn-reset:focus {
	background-color:#0059FF;
	color:#ffffff;
	
	transition:.3s ease-out;
}

#navbarNav {
	/*padding-bottom: 5px;
	border-bottom:2px solid #0059FF;*/
}

.header-bg {
	padding: 160px 0 0 0; 
	margin:0; 
	background-color:#ffffff; 
	background-image: url('/_assets/images/dot-bg.png');
	background-repeat: repeat;
	background-position: top;
	background-size: auto;
	background-origin: border-box;
}


.contact-btn { 
	margin-left:6px;
	border-radius: 6px;
	background-color:#999999;
	color:#eeeeee;
	font-size: 18px;
	padding-top:2px;
	
	transition:.2s ease-in;
}

.contact-btn:hover { 
	background-color:#0059FF;
	
	transition:.3s ease-out;
}

@media (min-width:595px) {
.navbar-nav {
	position:absolute;
	right:0;
	margin-right:20px;
}
}

/*------------------------*/

.container-fluid>div>p {
	padding:0 10%;
}

.home-card {
	width:40%; 
	color:#666666; 
	margin:10px 5%; 
	text-align:center;
	background-image: linear-gradient(#ffffff, #cccccc);
	background-color:#FFFFFF;
	float:left;
}

@media (max-width:675px) {
	.home-card {
	width:85%; 
	float: none;
	clear: both;
	margin:20px auto;
	}

}

.card-icons {
    background-image:linear-gradient(to bottom right, #0059FF, #00DAFF);
	background-color:#0059FF;
    padding:19px;
    width:75px;
    height:75px;
    margin:0 auto;
	color:#FFFFFF;
	border:2px solid #FFFFFF;
}

/* work thumbs*/

.thumb-scroller {
	height:200px;
	overflow-x:scroll; 
	overflow-y: hidden;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.thumb-scroller::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
.thumb-scroller {
  -ms-overflow-style: none;
}

.work-thumb-round,  .work-thumb-title {
	height: 175px;
	width: 175px;
	display: inline-block;
	float:left;
	margin: 0px 10px 30px 10px;
	overflow: hidden;
	
	background-color:#ffffff;
	border-radius: 5px;
	transition: .4s ease-out;
	box-shadow:none;
	
	text-align: left;
	padding:10px;
}

.work-thumb-title {
	background-image:linear-gradient(to bottom right, #0059FF, #00DAFF);
	background-color:#0059FF;
}

.thumb-overlay-container > a > img, .work-thumb-class {
	mix-blend-mode:normal;
	margin:0 auto;
	display: block;
	transition: .2s ease-out;
	
	width:250%;
	position: absolute;
	top:-30px;
	left:-90px;
}

.work-thumb-round:hover {
	transition: .2s ease-in;
	background-color:#0059FF;
	/*border:5px solid #cccccc;*/
	
	padding:4px;
	box-shadow: 1px 2px 5px 2px #222222;
}

.thumb-overlay-container:hover > a > img {
	mix-blend-mode: multiply;
	transition: .2s ease-in;
}

.thumb-overlay-container {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
}

.thumb-overlay-container > a > .thumb-overlay {
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 0;
	display: inline-block;
	overflow: hidden;
	transition: .5s ease;
}

.thumb-overlay-container:hover > a > .thumb-overlay {
	height: 90%;
}

.thumb-overlay-container:hover > a > .thumb-overlay > h3 {
	line-height: 24px;
	color: #ffffff;
}

/*-- Mobile thumbs media query --*/
@media only screen and (max-width: 500px) {
  .flex-row {
    margin:0;
    padding:0;
  }
	
  .flex-row>.work-thumb-round, .work-thumb-title {
    width:75vw;
	height:150px;
  }
  
  .thumb-overlay-container > a > img, .work-thumb-class {
	width:250%;
	left:-150px;
  }
}


/*---------*/


/* Carousel adjust */
.carousel {
	width:100%;
	margin:0;
	padding:0;
}


/* Modal Carousel */

#printGallery, #digitalGallery {
	
}

.work-carousel {
	display: block;
	width: 100%;
}

/* Nav button restyle for Carousel */
.carousel-control-prev, .carousel-control-next {
	position: relative;
	float: right;
	width:auto;
	margin:0px 0px 20px 0px;
	padding:13px 15px 3px 15px;
	border-radius: 10px;
	white-space: nowrap;
	
	background-color: #444444;
	transition: .3s ease-in;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
	background-color: #666666;
	-webkit-box-shadow: -2px 2px 3px rgba(0,0,0,0.3);
	box-shadow: -2px 2px 3px rgba(0,0,0,0.3);
	transition: .2s ease-in;
}


/* Custom Global Modal settings */
.workmodal {
	background-color:rgba(0,0,0,0.75);
	width:100vw;
	padding-top:60px;
}

.modal-content, .modal-content, .modal-dialog, .modal-body {
	background-color: transparent;
}

.carousel-item img {
	width:100%;
	margin:0 auto;
}

.workmodal-caption {
	position: fixed;
	width:100vw;
	top:0;
	left:0;
	z-index: 10;
	margin: 0;
	padding: 20px;
	color: #fff;
	text-align: center;
	background-color: rgba(30,30,30,1.00);
}

.workmodal .close {
	position: fixed;
	top:25px;
	right:60px;
	transition: .2s ease-in;

	font-size: 34px;
	color:rgba(240,240,240, .9);
	z-index: 2100;
}

@media only screen and (max-width: 500px) {
	.workmodal {padding-top:160px;}
	.workmodal-caption {padding-top:80px;}
	.workmodal .close {right:20px}
}

.workmodal .close:hover {
	color:#FFFFFF;
	transition:.2s ease-in;
}



/*---------*/

.work-btn {
	padding:15px 25px;
	margin:10px auto;
	float: none;
	clear: both;
	background-color:#eeeeee;
	background-image:none;
	color:#333333;
	border-radius: 10px;
	font-weight: bold;
	
	transition: .4s ease-out;
	box-shadow: none;
}

.work-btn:hover {
    background-image:linear-gradient(to bottom right, #0059FF, #00DAFF);
	background-color:#0059FF;
	color:#ffffff;
	
	transition: .1s ease-in;
	box-shadow: 1px 2px 5px 2px #222222;
}

.sm-arrow-btn {
	padding:5px 5px;
	margin: 0;
	color:#0059FF;
	border-radius: 10px;
	font-weight: bold;
	
	transition: .4s ease-out;
	box-shadow: none;
}

.sm-arrow-btn:hover {
	padding-left:10px;
	color:#ffffff;
	
	transition: .1s ease-in;
}


footer {
	height: 100px;
	margin-top:60px;
}

footer p {
	font-size:12px;
	color:#666666;
}













