.black {
  	color: white !important;
  text-align: center;
}
.black h2 {
  font-size: 16px !important;
  padding-top: 20px;
}

/* Custom Stylesheet */
@font-face {
	font-family: 'KristenITC';
	src: url('../fonts/KristenITC.eot');
	src: url('../fonts/KristenITC.eot?#iefix') format('embedded-opentype'),
		url('../fonts/KristenITC.woff2') format('woff2'),
		url('../fonts/KristenITC.woff') format('woff'),
		url('../fonts/KristenITC.ttf') format('truetype'),
		url('../fonts/KristenITC.svg#KristenITC') format('svg');
	font-weight: normal;
	font-style: normal;
}


section.section{
	padding: 0;
}

.row{
	margin-bottom: 0;
}

.row .col{
	padding:0;
}

.col .service-block{
	background-color:black;
	height: 100vh;
	overflow: hidden;
	position:relative;
}

.background-layer {
	background-position: center center;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
	height:100%;
	background-size: auto calc(100% + 80px);
	background-repeat: no-repeat;
}

.col .service-block .foreground-layer{
	position:absolute ;
	top:0;
	left: 0;
	bottom:0;
	width:100%;
	z-index:1;
	height:100%;
	background: rgba(0,0,0,0.4);
	display:table;
}

.col .service-block .foreground-layer a{
	display:table-cell;
	vertical-align:middle;
}
.col .service-block .foreground-layer a *{
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.col .service-block .foreground-layer a h2{
	font-size: 46px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height:0.75em;
	text-indent:-1em;
}

.col .service-block .foreground-layer a h2 span{
	display:block;
	text-indent:1em;
	font-size: 0.8em;
	font-weight: 300;
	margin-top:0.15em;
}
.col .service-block .foreground-layer a:hover h2{
	text-indent:-0.5em;
}
.col .service-block .foreground-layer a:hover h2 span{
	text-indent:0.5em;
}


#logo-container{
	display: table-cell;
	vertical-align:top;
}
#logo-container h2{
	font-family: 'KristenITC';
	margin: 0;
	margin-top: 14px;
	display:inline-block;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height:0.75em;
	color: #333;
}
#logo-container h2 span#logo-slogan{
	display:block;
	text-align:center;
	padding-top: 0.8em;
	font-size: 0.6em;
	letter-spacing: 0px;
	font-weight: 400;
	
}
#logo-container img{
	height: 64px;
	float:left;
	display:block;
}



footer.page-footer {
    margin-top: 0;
	padding-top: 0; 
}

nav ul a span{
	font-size: 1em !important;
	margin-right: 0.5em;
}
nav ul a:hover {
    background-color: inherit;
	color: #333 !important;
}

.modal{
	border-radius: 0;
	
}
.modal h4{
	font-size: 2.1rem;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0.3em;
}


.card.horizontal .card-image img{
	max-width: 70px;
}
.card.horizontal .card-stacked .card-content{
	padding-left: 0;
}

.card.horizontal .card-stacked .card-content h2{
	font-family: 'KristenITC';
	display:inline-block;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height:0.75em;
	color: #333;
}
.card.horizontal .card-stacked .card-content h2 span.logo-slogan{
	display:block;
	padding-top: 0.8em;
	text-align:center;
	font-size: 0.6em;
	letter-spacing: 0px;
	font-weight: 400;
}


#triskelion-welcome{
	position: fixed;
	z-index: 3;
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
	text-align:center;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#triskelion-welcome > div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#triskelion-welcome img{
	max-width: 200px;
	display:inline-block;
}
#triskelion-welcome h2{
	font-family: 'KristenITC';
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -1px;
	line-height:0.75em;
	color: #333;
	text-align:center;
}
#triskelion-welcome h2 span.logo-slogan{
	display:block;
	padding-top: 0.8em;
	text-align:center;
	font-size: 0.6em;
	letter-spacing: 0px;
	font-weight: 400;
}

@media only screen and (max-width: 992px){
	#logo-container{
		width: 100%;
		height: 60px;
		overflow: hidden;
	}
	.col .service-block{
		padding: 120px 0;
		height: 0;
	}
	.col .service-block .foreground-layer a h2{
		font-size: 30px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: -1px;
		line-height:0.75em;
		text-indent:-1em;
	}
	footer.page-footer .footer-copyright {
		height: auto;
		line-height: 40px;
	}
	.modal.modal-fixed-footer{
		width: 100%;
		height: 100%;
	}
}
















