@charset "UTF-8";
/* Body */
body {
    font-family: Montserrat;
    margin: auto;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    font-size: large;
	color: #666666;
	text-align: center;
	line-height: 1.6;
}
h1 {
	text-transform: uppercase;
	font-size: xxx-large;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 1.2;
}
h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: xx-large;
	letter-spacing: 4px;
	line-height: 40px;
}
h3 {
    color: #000000;
    font-size: x-large;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 30px;
}
h4 {
	font-weight: bold;
	font-size: large;
	letter-spacing: 2px;
	line-height: 1.2;
}

/* Container */
.container {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}


/* Navigation */
header {
    width: 100%;
	box-sizing: border-box;
    background-color: #000000;
    padding: 10px 30px 10px 30px;
	position: fixed;
	z-index: 9999;
}
.logo {
	float: left;
	padding-top: 10px;
}
nav {
	float: right;
}
.menu ul li {
    list-style-type: none;
    display: inline-block;
    font-color: #e6e6e6;
    text-transform: uppercase;
    word-spacing: 1pt;
    font-size: medium;
    margin-right: 10px;
	letter-spacing: 1px;
}
.menu ul li a {
	color: #E6E6E6;
	text-decoration: none;
}
.menu ul li:hover a {
    color: #666666;
}

/* Footer */
footer {
	width: 100%;
	height: auto;
	min-height: 100px;
	box-sizing: border-box;
	background-color: #000000;
    padding: 10px 30px 10px 30px;
	color: #FFFFFF;
    font-weight: lighter;
	line-height: 2;
    letter-spacing: 1px;
    font-size: x-small;
}
.nav-footer {
    float: right;
}
.nav-footer ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
	letter-spacing: 1px;
}
.nav-footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav-footer ul li:hover a {
    color: #666666;
}

/*Hero Section */
.hero-image {
 	position: relative;
	height: 600px;
	overflow: hidden;
	background: url("../images/header-wolf-abstract-1920x800.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}
.hero-container {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	color: white;
	background-color: rgba(0, 0, 0,.5);
	padding: 30px;
}
.hero-container h2{
	margin-top: 5px;
	font-size: x-large;
	line-height: 1.3;
}

/* Intro Section */
.intro {
	padding: 40px 30px 0px 30px;
}
.intro p a {
	color: #000000;
	text-decoration: none;
}
.intro p a:hover {
    color: #666666;
}
.grey {
	background-color: #e6e6e6;
}
.intro_text {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}

/* Parallax Section New*/
.banner {
    position: relative;
	background-image: url("../images/banner-wolf-abstract.png");
    background-size: cover;
	background-position: center;
	padding: 40px 20px 40px 20px;
    background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 20px #000000;
}
.section-banner {
	position: relative;
	background-image: url("../images/Grey-Abstract-Wallpaper-01-1680x1050.jpg");
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 80px 20px 80px 20px;
	color: #FFFFFF;
	text-shadow: 2px 2px 10px #000000;
}
.section-banner p {
	line-height: 1.5;
    font-size: large;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	padding: 0px 20px 0px 20px;
}
.banner p {
	line-height: 1.5;
    font-size: large;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	padding: 0px 10px 0px 10px;
}
/* Client Section */

.row {
    display: inline-table;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
	vertical-align: top;
}
.column {
    width: 30%;
    min-width: 400px;
	max-width: 400px;
    margin: 0px 20px 20px 20px;
	padding-bottom: 10px;
    display: inline-table;
	background-color: #e6e6e6;
}
.column h3,
.column p {
	padding: 10px 30px 0px 30px;
}
.cards {
	position: relative;
	width: 100%;
	height: auto;
	max-height: 200px;
	overflow: hidden;
	object-fit: cover;
	object-position: top;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 1s ease;
	box-sizing: border-box;
}
.column:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	}

.client {
    display: inline-table;
    width: 100%;
    /* [disabled]min-width: 300px; */
    padding-bottom: 20px;
    padding-top: 20px;
}
.client-content {
    width: 20%;
    min-width: 300px;
    margin: 0px 10px 0px 10px;
	padding-top: 10px;
    display: inline-table;
}
.client-content-small {
	width: 10%;
    min-width: 100px;
    margin: 0px 10px 0px 10px;
	padding-top: 10px;
    display: inline-table;
}
.client-img-bg {
	position: relative;
}
.client-overlay-header {
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	opacity: 1;
		}
.client-overlay-details {
	position: absolute;
	top:0;
	width: 100%;
	height: 98%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	opacity: 0;
	transition: all 0.2s linear;
}
.client-overlay-details:hover {
	background-color: #ffffff;
	opacity: 0.95;
	color: #666666;
}
.client-overlay-details p{
	padding: 0px 20px 0px 20px;	
	margin-top: 0.5pt;
	font-size: smaller;
	line-height: 1.2;
}
.client-overlay-details h3 {
	color: #666666;	
}

.thumbnail {
	width: 150px;
	height: auto;
	margin-left: auto;
}

/* Services */
content {
	padding-bottom: 30px;
	display: inline-block;
}
.col2 {
	width: 50%;
	max-width: 700px;
	min-width: 500px;
	float: left;
}
.col2 h3,
.col2 h4,
.col2 p{
	margin: 0px 50px 20px 50px;
	padding: 0px 20px 0px 20px;
}

.button {
    width: auto;
	max-width: 200px;
    margin: 30px auto 30px auto;
    padding: 20px 10px 20px 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 0px;
    background-color: #666666;
    color: #FFFFFF;
    transition: all 0.1s linear;
}
.button:hover {
    background-color: #000000;
    cursor: pointer;
}
.button a{
	color: #FFFFFF;
	text-decoration: none;
}
.hidden {
	display: none;
}
.after40 {
    padding-bottom: 40px;
}
.after20 {
    padding-bottom: 20px;
}
.before20 {
    padding-top: 20px;
}
.before40{
	padding-top: 40px;
}
.material-icons.grey {
	color: #333333;
}
.material-icons.large {
	font-size: 60px;
	color: #000000;
}
.left {
	text-align:left;
}
.small {
	font-size: small;
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.intro_text {
    padding: 0px;
}
.col2 {
	width: 100%;
	margin-top: 0px;
	float: none;
	max-width: 700px;
	min-width: 400px;
}
.row {
    width: auto;
	max-width: auto;
}
.column {
    width: auto;
	min-width: auto;
    max-width: auto;
}
}
/* Small Tablets */
@media (min-width: 505px)and (max-width: 767px) {
header {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.menu ul li {
    font-size: 8pt;
}
.nav-footer {
    float: none;
	text-align: center;
	margin-left: -35px;
}
.intro_text {
    padding: 0px;
}
.col2 {
	width: 100%;
	margin-top: 0px;
	float: none;
	max-width: auto;
	min-width: auto;
}
.row {
    width: auto;
	max-width: auto;
}
.column {
    width: 100%;
	min-width: auto;
    max-width: auto;
}
.cards {
	width: 100%;
	height: auto;
	max-width: auto;
}	
}
/* Smaller Tablets */
@media (max-width: 505px) {
body {
    font-size: normal
}
h1 {
	font-size: xx-large;
	letter-spacing: 2px;
}
h2 {
	font-size: x-large;
	letter-spacing: 2px;
}
h3 {
    font-size: large;
	letter-spacing: 1px;
}
h4 {
	font-size: normal;
	letter-spacing: 1px;
	}
header {
   padding: 10px 0px 0px 0px;
}
.logo {
	float: none;
	text-align: center;
	margin-bottom: 0.5pt;
}
nav {
    float: none;
	text-align: center;
    margin-top: -10pt;
	margin-bottom: -5pt;
	margin-left: -35px;
}
.menu ul li {
    font-size: 8pt;
	word-spacing: 0pt;
	margin-right: 3px;}
	
.nav-footer {
    float: none;
	text-align: center;
	margin-left: -35px;
}
.hero-container {
	position: absolute;
	top: 60%;
	padding: 10px 30px 10px 30px;
}	
	
	
.column {
    width: 100%;
    min-width: auto;
	max-width: auto;
	margin: 0px 0px 20px 0px;
}
.col2 {
	width: 100%;
	margin-top: 0px;
	float: none;
	max-width: auto;
	min-width: auto;
}	

.col2 h3,
.col2 h4,
.col2 p{
	margin: 0px 0px 20px 0px;
	padding: 0px 20px 0px 20px;
	}
}