/*
 ----------------------------- 
 These are the Custom styles created by Savio Designs
 https://saviodesigns.com
 Project Manager: Chris Knabenshue
 -----------------------------
*/


/*
 ----------------------------- 
Universal Site Styles
 -----------------------------
*/


/* Styles for Body Content */

body {
  background-color: white;
}



/*
 ----------------------------- 
 Header Styles
 -----------------------------
*/

.header {
	border-bottom-color: rgb(226,160,71);
	border-bottom-style: solid;
	border-bottom-width: medium;
	color: rgb(226,160,71);
}



/*
 ----------------------------- 
 Content Styles
 -----------------------------
*/






/*
 ----------------------------- 
 Footer Styles
 -----------------------------
*/

.footer {
	border-top-color: rgb(226,160,71);
	border-top-style: solid;
	border-top-width: medium;
	color: rgb(226,160,71);
	text-decoration:none !important;
	font-size:12px;
	background-image: url("../images/bg-wood.jpg");
	background-size: cover;
	}

.footer a:hover {
	color: #D1494B;
	text-decoration:none !important;
	font-size:12px;
}

.footer a:link {
	color: #E7E4E4;
	text-decoration:none !important;
	font-size:12px;
	}

.footer a:visited {
	color: #BCBABA;
	text-decoration:none !important;
	font-size:14px;
}



/*
 ----------------------------- 
 Image Styles
 -----------------------------
*/

img {
max-width: 100%;
height: auto;
} 


.floatleft {
  	float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.floatright {
    float: right;
	padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}


/*
 ----------------------------- 
 Special Element Styles
 -----------------------------
*/

/* Styles for the Tag Line */
.tagline {
	font-family: 'Kurale', serif;
	font-size:30px;
	font-style:italic;
	font-weight:bold;
	color: white;
	text-shadow: 3px 3px 5px #000000;
	margin-top:10px;
	margin-bottom:10px;
	}

/* HR Style: Gradient transparent - color - transparent */

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
