@charset "UTF-8";
body {
	position:relative;
}
/*body::after {
	background: 	url(../images/bg.png) no-repeat top center;
	background-size:auto 100%;
	content: 		"";
	width:			100%;
	display: 		block;
	position: 		absolute;
	left:			0px;
	right:			0px;
	bottom: 		15px;
	top:			15px;
	z-index: 		-1;
}*/
.main {
	border: 		15px black solid;
	height: 		100vh;
}
.main {
    border: 15px black solid;
    height: 100vh;
    background: url(../images/bg.png) no-repeat top center;
    background-size: auto 100%;
}
.ping-logo img {
	float: 			none;
	margin-top:		2vh;
	transition: 	all 0.2s ease-out;
}
.subtitle {
	bottom:			57.24%;
	position: 		absolute;
	left:			0;
	right: 			0;
	vertical-align: bottom;
	font-size: 		13px;
	color: 			black;
	line-height: 	15px;
}
.contact {
	position: 		absolute;
	bottom: 		calc(-5px + 48%);
	left:			0;
	right: 			0;
	vertical-align: middle;
}
.contact .email {
	background: 	url(../images/email.png) no-repeat left top;
}
.contact .facebook {
	background: 	url(../images/facebook.png) no-repeat left top;
}
.contact .phone {
	background: 	url(../images/phone.png) no-repeat left top;
}
.contact .icon {
	background-size: 40px 50px;
	display: 		inline-block;
	width: 			40px;
	height: 		25px;
	overflow: 		hidden;
	vertical-align: bottom;
}
.contact .icon:hover {
	background-position: left bottom;
	text-decoration: none;
}
.contact .icon-container {
	width: 			40px;
	height: 		25px;
	display: 		inline-block;
	vertical-align: top;
}
.phone-menu-container {
	display: 		none;
	width:			153px;
	height:			76px;
	font-family: 	'Roboto';
	font-size: 		14px;
	font-weight: 	300;
	background: 	url(../images/popup.png) no-repeat top left;
	background-size:153px 76px;
	padding: 		14px 5px 5px 12px;
	position: 		absolute;
	top:			calc(-1px + 100%);
	left:			50%;
	margin-left: 	24px;
	line-height: 	29px;
	text-align: 	left;
}
.phone-menu-container a {
	color: 			black;
}
.contact .phone:hover .phone-menu-container {
	display: 		inline-block;
}
@media screen and (max-height:820px) and (orientation:portrait) {
	.ping-logo img {
		margin-top: 0;
		z-index: 1;
		max-height: 40vh;
		width: auto;
		max-width: 100%;
	}
}
@media screen and (max-height:630px) and (orientation:landscape) {
	.ping-logo img {
		margin-top: 0;
		z-index:1;
		height: 40vh;
		width: auto;
	}
	.contact {
		bottom: calc(-5px + 47%);
	}
	body::after {
		top: 15px;
	}
	.subtitle {
		bottom: 57.24%;
		font-size: 11px;
	}
}