@font-face {
    font-family: title;
    src: url(../fonts/hkh.otf);
}
@font-face {
    font-family: text;
    src: url(../fonts/hkm.otf);
}
body,
html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: #4C4C4C;
}
p{
	margin-bottom: 0;
}
h1,h2{
	margin: 0;
}
.alt-logo1{
	position: relative;
	display: block;
	width: 70px;
	height: auto;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.col-md-4{
	text-align: right;
}
.alt-logo2{
	height: 62px;
	margin-right: 20px;
}
.container-fluid{
	position: absolute;
	width: 100%;
	bottom: 35px;
	left: 0;
	color: white;
}
.info-holder{
	margin-left: 20px;
	margin-right: 20px;
}
h1{
	font-size: 1.7em;
	font-family: title;
	color: #34FDE2;
}
p{
	font-size: 1.1em;
	font-family: text;
	margin-top: 15px;
}
a{
	position: relative;
	text-decoration: none !important;
	color: rgba(255,255,255,0.5) !important;
}
a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	background: rgba(255,255,255,0.5);
	height: 2px;
	width: 100%;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}
a:hover:before{
	background: rgba(255,255,255,1);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-ms-transition: background 0.3s;
	transition: background 0.3s;
}
