@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
body {
	font-family: 'EB Garamond', serif;
	background-attachment: fixed;
	background-image: url(images/paperbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	font-size: 12px;
	color: #000000;
	overflow: hidden;
}
.titletop {
	letter-spacing: 5px;
	font-weight: bold;
}
.titlebottom {
	letter-spacing: 5px;
}


.caps {
	font-size: 16px;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.content {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.container {
	margin-top: 20%;	
}
h4  {
	letter-spacing: 3px;
}
.col-fixed {
	width: 320px;
	padding-top: 15px;
}
a, a:hover, a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}

.xsgap {
	padding-top: 20px;
	padding-bottom: 20px;
}
.icongap {
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 35px;
}
