.header {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0;
	right: 0;

}

#header_top {
	background-color: #c6361b;
	height: 20px;
		
}

#header_bottom {
	position: relative;
	height: 20px;
		
}

#tooth_header {
	position: absolute;
	width: 16px;
	height: 10px;
	top: 0px;
	left: 50%;
	margin-left: -8px;

}

.container {
	position: absolute;
	background-color: none;
	margin-left: 45%;
	margin-right: 45%;
	margin-top: 22%;
	margin-bottom: 22%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 0;

}

#logo {
	position: relative;
	background-color: none;
	height: 70%;
	
}

#logo img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 95%;
	left: 2.5%;
		
}

#phone {
	position: relative;
	background-color: none;
	height: 15%;
	width: 33.33%;
	display: inline-block;

}

#talkIcon {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);

}

#talkIcon:active {
	width: 47%;
}
	
#mail {
	position: relative;
	background-color: none;
	height: 15%;
	width: 33.33%;
	display: inline-block;
	text-align: center;

}

#envelopeIcon {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);

}

#envelopeIcon:active {
	width: 47%;
}

#www {
	position: relative;
	background-color: none;
	height: 15%;
	width: 33.33%;
	display: inline-block;
		
}

#beIcon {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}

#beIcon:active {
	width: 47%;
}

#typography {
	position: relative;
	background-color: none;
	height: 15%;
	
}

#phoneNumber {
	visibility: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 1;
	width: 75%;
	
}

#phoneNumber.play {
	visibility: visible;
	animation: SlideDownFadeIn 1.3s ease-out;

}

#emailAddress {
	visibility: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 2;
	width: 75%;
	
}

#emailAddress.play {
	visibility: visible;
	animation: SlideDownFadeIn 1.3s ease-out;

}

#wwwAddress {
	visibility: hidden;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 3;
	width: 75%
	
}

#wwwAddress.play {
	visibility: visible;
	animation: SlideDownFadeIn 1.3s ease-out;

}

@keyframes SlideDownFadeIn {
	from {
		opacity: 0;
		bottom: 40%;
	}

	to {
		opacity: 1;
		bottom: 0;
	}
}


.footer {
	background-color: #c6361b;
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: 0;
	left: 0;
	right: 0;
}

#tooth_footer {
	position: absolute;
	width: 16px;
	height: 10px;
	top: 0px;
	left: 50%;
	margin-left: -8px;	

}

.footer h1 {
	font-family: Helvetica;
	position: fixed;
	right: 5px;
	bottom: -4px;
	font-size: 11px;
	color: #85170f;	
}


@media only screen and (max-width: 768px) {
	
	.header {
		height: 10%
	}

	#header_top {
		height: 50%;
	}

	#header_bottom {
		height: 50%;
	}

	#tooth_header {
		width: 32px;
		height: 20px;
	}

	.container {
		margin-left: 17%;
		margin-right: 17%;
		margin-top: 40%;
		margin-bottom: 40%;
	}

	#logo {
		height: 70%;		
	}

	#logo img {
		width: 95%;
		left: 2.5%;
	}

	#phone {
		height: 15%;
	}

	#mail {
		height: 15%;
	}

	#www {
		height: 15%;
	}

	#typography {
		height: 15%;
	}

	.footer {
		height: 5%;
	}

	#tooth_footer {
		width: 32px;
		height: 20px;
	}

	.footer h1 {
		font-size: 12px;
	}
	

}