/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@media (max-device-width: 480px) {
	.footer_img {
		max-width: 60%;
	}
}

.footer_address {
		max-width: 60%;
		position: absolute;
	}

.subtitile {
	margin-left: 20px;
}

.footer_logo {
	float:right;
	text-align: right;
}

.index_picture {
	width: 50%;
	display:block;
    margin:auto;
}

.centered {
	margin: 0 auto;
    text-align: left;
    width: 800px;
}

.index_text {
	display:block;
    margin:auto;
    width: 60%;
}


/* Add background color to section of site*/
#cfill {
	font-family: "Cabin Sketch", serif;
	font-size: 17px;
 	line-height: 1.428571429;
  	color: #ffffff;
  	background-color: #999999;
}

body {
	margin-top: -40px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Istok Web', sans-serif;
}
p, div {
	font-family: "Lora", serif;
	font-size: 17px;
 	line-height: 1.428571429;
  	color: #333333;
  	background-color: #ffffff;

}


}

