/*
Theme Name: HUGE
Description: Creative Coming Soon Template
Author: SquirrelLabs
Author URI: https://themeforest.net/user/squirrellabs/portfolio?ref=SquirrelLab
Version: 1.0
License: https://themeforest.net/licenses/standard

---

/*******************************
  Table of Contents

  1.0 Content Styles
*******************************/

/**********************************/
/******* 1.0 Content Styles *******/
/**********************************/
* {
	margin: 0;
	padding: 0;
}

html, 
body {
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	overflow: hidden;
	font-family: 'Raleway', Arial;
	font-weight: 400;
}
a{
	text-decoration:none;
	color:white;
}
h2{
	font-family:"Raleway";
	text-transform:uppercase;
	margin:0;
	font-weight: 100
}
#scene{
	background-color:#304056;
	position:relative;
	overflow:hidden;
	width:100%;
}
.layer{
	pointer-events: none;
}
.col {
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
	width:12.5%;
	pointer-events: all;
	overflow:initial;
	margin:0 0 30px;
}
.layer.main{
	width:200%;
	position:absolute;
	z-index:1;
}
.layer.gradient{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width:100%;
}
.col a{
	display:block;
	margin:15px;
	overflow:hidden;
	box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.37);
}
.col a .hover {
	position: absolute;
	top: 15px;
	right:15px;
	bottom:-15px;
	left: 15px;
	z-index: 1;
	color: white;
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.47) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(45deg, rgba(0,0,0,0.47) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78000000', endColorstr='#00000000',GradientType=1 );
}
.col a .hover:after{
	content:'';
	position:absolut;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	display:block;
	background: rgb(235, 116, 152);
	opacity:0;
	-webkit-transition:0.35s ease;
	transition:0.35s ease;
}
.col a .hover:hover:after{
	opacity:0.85;
	-webkit-transition:0.35s ease;
	transition:0.35s ease;
}

.align-bottom {
	position: absolute;
	width: 100%;
	bottom: 0%;
	z-index: 2;
	padding: 15px 20px;
}
.bg-img{
	padding:0px;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:cover;
	background-position:50% 50%;
}
#canvas-basic{
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index:0;
	width:100%;
	left:0;
	top:0;
}
@media only screen and (max-width:1200px){
	.layer .col{
		width:16.666%;
	}
	#canvas-basic{
		width:33.333%;
		left:16.666%;
	}
}
@media only screen and (max-width:650px){
	.layer .col{
		width:25%;
	}
	#canvas-basic{
		width:100%;
		left:0%;
	}
}