﻿
/* ====== FONTS ======  */

@font-face {
	font-family: sourcesans-original;
	src: url("../fonts/SourceSansPro-Regular.ttf") format('truetype');
}

@font-face {
	font-family: sourcesans-light;
	src: url("../fonts/SourceSansPro-LightItalic.ttf") format('truetype');
}


/* ====== GENERAL STYLING ======  */

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	background-color: #abc;
	width: 100%;
}

/* Get Rid of bulletins*/
ul {
	list-style-type: none;

}

h2 {
	font-family: sourcesans-original, Verdana, serif;
	font-weight: 900;
}

h4 {
	font-family: sourcesans-original, Verdana, serif;
	font-size: 1.8em;
	margin: 20px 0 5px 0;
	font-weight: 900;
}


/* Minimum Width of Container */
#container {
	min-width: 50px;
}

/* ====== HEADER STYLES ======  */

#masthead {
	top: 0;
	color: #FFFFFF;
	/* Lighter Black*/
	background-color: black;
	display: block;
}

#business-header {
	margin-top: 50px;
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
}

#contact-info {
	font-family: Verdana, serif;
	font-size: 1.2em;
	margin: 10px 10px auto auto;
	line-height: 0.6;
	height: 60px;
}


/* Header 1 */
#masthead h1 {
	font-family: sourcesans-original, Verdana, serif;
	font-size: 2.7em;
	font-weight: 100;
	color: white;
	display: inline-block;
	height: auto;
	line-height: 1.5em;
	padding-bottom: 5px;
	border-bottom: 2px solid white;
}

#masthead h3 {
	font-family: sourcesans-light, Verdana, serif;
	font-size: 2em;
	padding: 0;
	margin: 0;
	color: white;
	display: inline-block;
	height: auto;
	line-height: 1.5em;
}


#masthead p {
	font-size: 0.8em;
	text-align: right;

}

/* ====== NAVIGATION STYLES ======  */

#nav-bar {
	width: 100%;
	background-color: #d3d3d3;
	margin-bottom: 7px;
}


#nav-bar ul {
	margin: 0;
	list-style-type: none;
	text-align: center;
}


#nav-bar li {
	font-size: 0.9em;
	border: 1px solid #d3d3d3;
	display: inline-block;
	padding: 0px 20px 0px 20px;
}

#nav-bar a {
	font-family: sourcesans-original, Verdana, serif;
	font-size: 3em;
	text-decoration: none;
	color: black;
	
}

#nav-bar li:hover {
	text-decoration: none;
	color: #000030;
	border-bottom: 1px solid #f2f2f2;
	background-color: rgba(230, 230, 230, 0.8);
	color: blue;

}

/* Adjust Navbar from Bootstrap Defaults*/
.row {
	margin-left: 0;
	margin-right: 0;

}

#menu-icon {
	display: none;
	color: gray;
	font-size: 3.5em;
	margin-top: 10px;
	margin-right: 12px;
	z-index: 100;
}



/* Toggle from "None" to "Block" to Activate and D */
.dropdown {
	display: none;
}


#menu-icon-wrapper ul li ul {
	margin-left: -95px;
	position: relative;

}


#menu-icon-wrapper li ul li {
	font-size: 0.9em;
	border: 1px solid #d3d3d3;
	display: block;
	text-align: center;

}

#menu-icon-wrapper li ul li a {
	font-family: sourcesans-original, Verdana, serif;
	font-size: 2.2em;
	text-decoration: none;
	color: black;
	padding: 0px 20px 0px 20px;
	margin: 0 5px 0 5px;

}

#menu-icon-wrapper li ul li a:hover {
	text-decoration: none;
	color: #000030;
	background-color: rgba(230, 230, 230, 0.8);
	color: blue;

}

/* ====== END TABBED NAVIGATION ======  */


/* ====== PAGE CONTENT ======  */

/* Style Ken's Photo */
.logo {
	width: 100%;
	display: block;
	margin: auto;
	border-radius: 20px;
	padding-right: 20px;
	overflow: auto;

}



/* Content Styling */
#content {
	padding: 10px;
	background-color: rgba(235, 235, 235, 0.6);
	margin-bottom: 70px;

}

#content p {
	font-size: 1.5em;
	line-height: 1.5;
}


/* ====== SERVICES CONTENT STYLING ======  */

/* Serices Data List Styling */

/* Data Type */
.services dt {
	font-size: 1.4em;
	margin-left: 5px;

}

/* Data */
.services dd {
	font-size: 1.2em;
	margin-bottom: 10px;
	line-height: 1.8em;
	margin-left: 30px;
}

/* ====== END CONTENT STYLING ======  */




/*  ====== CONTACT FORM  ====== */


/* Map Wrapper */
.image-wrapper {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}


/* Map */
.tanarus-map {
	width: 425px;
	margin-left: auto;
	margin-right: auto;
	border-width: 2px;	
    border-style: solid;
    border-color: gray;
	border-radius: 3px;
}



figcaption {
	margin-top: 5px;
}


/* Form Wrapper */
.form-wrapper {
	display: inline-block;
	width: 100%;
}

/* Form Styling */
form {
	background: #D3D3D3;
	list-style: none;
	margin: 1em;
	padding: 1em;
	text-align: center;
	border: 1px solid #707070;
	border-radius: 10px;
}

/* Form Unordered List */
form ul {
	padding: 0;
}

/* Form Header */
form legend {
	border: none;
	font-size: 2.3em;
}

/* Styles For Multiple Elements */
label, input, textarea {
	font-size: 1em;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 1.4em;
}

/* Label Styling */
form label {
	width: 125px;
	vertical-align: top;
}

/* Input Styling */
form input {
	width: 250px;
	height: 40px;
	border-radius: 5px;
	padding-left: 5px;
	color: #101010;
}

/* Text Area Styling */
form textarea {
	width: 75%;

}


/* Message Label Full Width */
.questions-or-comments {
	width: 100%;
	margin-bottom: 10px;
}



/* Submit Button */
.submit-button {
	height: 40px;
	border-radius: 5px;
	font-size: 1.4em;
	padding: 7px;
	color: black;
	margin: 0;
	margin-top: 10px;
	width: 150px;
}



/* Remove Toggle Arrows For Number Form */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0; 
}

/* ====== END CONTACT FORM ======  */



/* Submit Page Background Color */
.submit-page-wrapper {
	background-color: #E8E8E8;
	padding: 20px;
}

.submit-page-wrapper a {
	text-decoration: none;
}

/* ====== FOOTER ======  */

#footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #000000;
	text-align: right;
	padding: 8px 0;
	margin-bottom:;
}


#footer p {
	font-size: 0.9em;
	color: #fff;
	margin: 2px;
	padding: 5px;
	display: inline-block;
}

#footer ul {
	padding: 0;
	margin: 0;
	display: inline-block;
}

#footer li {
	display: inline-block;
}

#footer a {
	font-size: 0.9em;
	color: #fff;
	text-decoration: underline;
	display: inline-block;
}

/* Yellow Pages Icon */
#footer a.yellowpages {
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
}

/* Spacing Between Social Media Icons */
#footer .social-media {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 2em;

}

#footer .icon-sizing a {
	padding: 8px;
}


#footer a:hover {
	background-color: rgba(20, 20, 20, 1);
}


/* Hide Footer Elements when Small Screen */
@media (max-width: 875px) {
	#footer a {
		display: none;
	}

	#footer p.hosting {
		display: none;
	}

	#footer p {
		font-size: 0.8em;
		margin-left: -10px;
	}

	/* Show Icons and Style Them*/
	#footer .social-media {
		display: block;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 2em;
	}

	/* Remove Unecessary Footer Content */
	#footer ul:nth-child(2) {
		margin-left: -10px;

	}

}


@media only screen and (min-width : 850px) {
	#masthead h1 {
		font-size: 3.5em;
	}

	#masthead h3 {
		font-size: 2.5em;
	}
}

/* Mid-screen Main Navigation */
@media only screen and (max-width : 850px) {


	#nav-bar ul {
		font-size: 0.8em;
	}

	/* List Elements */
	#nav-bar li {
		margin: 5px 0 5px 0;
	}

	/* Anchor Elements*/
	#nav-bar a {
		width: 100px;
		padding: 0;

	}
}

/* Small Screen Main Navigation */
@media only screen and (max-width : 640px) {

	#menu-icon-wrapper {
		top: 0;
		width: 100%;
		text-align: right;
		position: fixed;
		margin-top: 60px;
	}

	/*Tab Bullet Styling */
	#menu-icon {
		display: inline-block;

	}

	/* Hover Navigation */
	#menu-icon:hover {
		color: #abc;
	}

	/* Remove Unnecessary Bootstrap Styles */
	#nav-bar {
		margin-bottom: 3px;

	}

	/* Adjust Mini Navigation */
	#nav-bar ul { 
		padding: 0;
		font-size: 0.6em;
	}
	
	/* List Elements */
	#nav-bar li {
		margin: 5px 0 5px 0;
		padding: 0px 7px 0px 7px;
	}

	/* Anchor Elements*/
	#nav-bar a {
		width: 100px;
		padding: 0 5px 0 5px;
	}

	#nav-bar a:hover {
		text-decoration: none;
		color: #000030;
		border-bottom: 1px solid #f2f2f2;
		background-color: rgba(230, 230, 230, 0.8);
		color: blue;

	}


	.tanarus-map {
	width: 400px;
}

		/* Show Icons and Style Them*/
	#footer {
		font-size: 0.9em;
	}



	/* Hide Mini Navigation (Uncomment this to activate)*/
    /*#nav-bar ul { 
		display: none;
		clear: left;
		position: absolute;
		padding: 10px;
		background: #fff;
		width: 30%;
		margin: 0 -170px;
		background: none;
		border: none;
		}*/


		/* Header Placement */
		#business-header {
			margin-top: -5px;
			padding: 0;
		}


	}

	/* Hide Wrapper for Tabbed Navigation */
	@media only screen and (min-width : 600px) {
		#menu-icon-wrapper {
			display: none;
		}
	}

	/* Keep Width of the Navigation UL */
	@media (min-width: 550px) {
		.logo {
			max-width: 300px
		}
	}

	@media only screen and (max-width : 450px) { 
		/* Fix Container overflow for smaller screens*/
		#container {
			width: 100%;
		}

		/* Adjust Nav Font */
		#nav-bar ul {
			font-size: 0.5em;
		}
		
		#nav-bar li {
			padding: 0 3px 0 3px;
	}


	.tanarus-map {
		width: 300px;
}

		#footer {
			display: inline-block;
			min-width: 360px;
			
		}

		/* Adjust Spacing in Footer */
		#footer  {
			font-size: 0.9em;
			float: left;
		}
	}