.header-mobile-f{
        margin-bottom:0px;
    }
	body{
		font-size: 1rem;
	}

	.centered{
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}

	.dark .cover {
	background-color: rgba(0,0,0,0.7);
	border-color: rgba(255,255,255,0.15);
	}

	.cover {
	position: relative;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 0px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	}

	@font-face {
	  font-family: 'impactreg';
	  src: url(font/impactreg.woff);
	}

	.impact{
		font-family: 'impactreg';
	}

	@font-face {
	  font-family: 'TrajanProRegular';
	  src: url(font/TrajanProRegular.woff);
	}

	.trajan{
		font-family: 'TrajanProRegular';
	}

	.khand{
		font-family: 'Khand', sans-serif;
	}

	.caveat{
		font-family: 'Caveat Brush', cursive !important;
	}

	.text-caveat{
		color: #684241 !important;
	}