body {
	color: #AEAEAE;
	font-size: 15px;
	font-family: 'Arvo', Tahoma;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
}

@media (max-width:40em) {
	h1 {
    	font-size: 2rem
	}

	h2 {
	    font-size: 1.75rem
	}

	h3 {
	    font-size: 1.6875rem
	}

	h4 {
	    font-size: 1.725rem
	}

	h5 {
	    font-size: 1.5625rem
	}

	h6 {
	    font-size: 1.5rem
	}
}


#page {
	margin-top: 100px;
	position: relative;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}
.page-width {

	padding: 0px 15px;
}

.site-title {
	text-align: center;
}

.site-title a img {
	display: block;
}

#contact-page table {
	width: auto;
}

#contact-page label {
	color: inherit;
	font-size: inherit;
}

.easy-table th,
.easy-table td {
	border-top: 1px solid #6E6E6E;
}


@media (max-width: 768px) {
	#page {
		margin-top: 0px;
	}
}

@media (max-width: 400px) {
  img.alignright {
    float:none;
    margin: 0 auto 15px !important;
    display: table;
  }
}

.about-image {
	border: solid 3px #c8c8c8;
}