@font-face {
    	font-family: 'palanquin'; /*a name to be used later*/
	src: url('../fonts/palanquin-regular.ttf') format('truetype'); 
		/*url('myfont.woff2') format('woff2'),*/
	     	/*url('myfont.woff') format('woff'),*/
	     
}
html,body {
	background: #FFF;
	color: #000;
	font-family: 'palanquin';
	height: 100%;
	overflow-y: hidden;
	
}
a {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: #E1E1E1;
}
#globalContainer {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#innerContainer {
}

#headerContainer {
}

#globalContainer h1 {
	background: url("../images/daplug logo black.png");
	background-repeat: no-repeat;
	background-size: 421px 427px;
	background-position: center;
	text-indent: -9999px;
	height: 427px;
	width: 421px;
}
#contactInfo {
	width: 100%;
	text-align: center;
}