@charset "UTF-8";
#navHold{
	border: 1px solid blue;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color:#333;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: lighter;
}
p {
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
}
@media (min-width:768px){
	p {
		font-size:large;
	}
}

h1 h2 h3 h4 h5 h6 {
	color: #900;
	font-family: 'Lora', serif;
}

h1 {
	font-size: xx-large;
	color: #900;
	font-family: 'Lora', serif;

}
h1.heading {
	font-size: xx-large;
	color: #900;
	text-align:left;
	font-family: 'Lora', serif;
}

h2 {
	font-size: x-large;
	color: #900;
}
h3 {
	font-size: large;
	color: #900;
}
a img { 
	border: none;
}
a:link {
	color:#F00;
	text-decoration: none; 
}
a:visited {
	color: #900;
	text-decoration: underline;
}
a:hover {
	color: #EFEFEF;
	text-decoration: none;
} 
a:active {
	color: #FFF;
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}

/*****testimonial*******/
.testimonial{
	text-align:left;
}
.testimonial li{
	list-style-type: none;
}
.testimonial li.quote{
		font-style:italic;
		font-weight: 300;
	font-family: 'Raleway', sans-serif;
}
.testimonial li.signature{
	margin-bottom:1.5rem;
	text-indent: 1rem;
	font-family: 'Lora', serif;
	font-weight: 400;	
	}

/******testimonial******/




.faq{
	text-align:left;
	list-style-type:none;
	}
li.question{
	color:#900;
	font-size:x-large;
	font-family: 'Lora', serif;
	font-weight: 400;
		margin-bottom:.25rem;
	}
li.answer{
	margin-bottom:1.75rem;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	font-size:large;
	font-style: italic;
	}
	
	
	
	
	
	
	
	
/********************************main layout*****/

#container {
	background-color:#f5f5f0;
	padding-top:1rem;
	padding-bottom:1rem;
		/*border: 1px solid red;*/
}

#content {
	text-align:center;
			}		

#mainContent{
	padding-top: 1rem;
		/*border: 1px solid yellow;*/
	}

section.main {
	}	

section.main p{
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
}

section.main h1 {
	text-align:left;
	text-shadow: 4px 4px 4px #aaa;
	}
div.heading{
	margin-bottom: 1.5rem;
}
/***********************************main layout*****/


/**************************************footer*****/
footer {
	width:100%;
	text-align: center;
	background-color:#343a40;
	clear: both;
	}
footer p.title{
	color:#C2C2A3;
	font-size:large;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-style: italic;
	}		
footer p {
	color:#EBEBE0;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	}	
/*fix for large desktop gap below footer*/		
@media (min-width: 768px){
footer {
    box-shadow: 0px 500px 0px 500px #343a40;
	border-bottom: solid 2px #C2C2A3;
	padding-bottom: 2rem;
	}
}
footer > .row {
	padding:1rem;
}
@media (max-width: 768px) {
	.footBox {
		border-bottom: solid 1px #C2C2A3;
		}
	.footBox:last-of-type {
		border-bottom: none;
		padding-bottom: 2rem;
		}		
}

.footBox {	
	padding-top: 1rem;
}
#footInfo{
	list-style-type:none;
	color:#EBEBE0;
	font-family: 'Raleway', sans-serif;
	}
#footInfo a:link {
	color:#C2C2A3;
	text-decoration:none;
	}	
span.test-1{
	color: #c2c2a3;
}
span.test-2{
	color: #c4c47e;
}
span.test-3{
	color:#999966;
}
/***************************************footer*****/


/***icons***/
#icon{
	color:#C2C2A3;
	margin-right: .5rem;
}
#socialIcon{
}
.icon {
}
/****icons****/


/*****************************home page*****/
#homeBoxTop{
}

#homeBoxBottom{
}
#homeContent {
	text-align:center;
	min-height:300px;
		/*border: 1px solid green;*/
}

.jumbotron{
	background-image: url(_images/oxblood-ink-maryland.jpg);
	width: 100%;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}
/******************************home page*****/

/********************************header*****/
header{
	position: relative;
	background-color: #ebebe0;
}

header>img {
	border-bottom: 1px solid #333;
	border-radius: 1px;
	box-shadow:0 0 10px #333;
	opacity:.6;
}	

	#overlayer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}

	hr.overlayer{
	border:1px solid #C2C2A3;
	opacity: .8;
	}	

	#overlayer>h1{
		color:#C2C2A3;
		font-size: 12vw;
		text-shadow: 4px 4px 4px #555;
	
	}
	#overlayer>p{
		color:#ebebe0;
	}	
/***************hide overlaying div on smaller screens*******************/
/*@media (max-width:900px){
	#overlayer {
	display:none;	
	}
}*/
/***********nav over-ride of bootstrap navbar styles************/
#nav *{
	font-family: 'Lora', serif;
	color:#C2C2A3;
}
#nav * a:hover{
	color:#f5f5f0;
}
#nav * a:active{
	color:#FFF;
}
@media (max-width:550px){
#icon-scale{
	display:none;
	}
	#navbar-brand{
		font-size:medium;
	}	
}
#navbar-brand{
	margin-right: 1rem;
}
.navbar{
	margin-bottom:0;
}
div.dropdown-menu {
	background-color: #343a40;
}
a:hover.dropdown-item{
	background-color: #3C434A;
}
/**********nav over-ride of bootstrap navbar styles*************/

/***********************************header*****/



/*********************contact******************************/


#contactInfo {
	text-align: center;
	}
#contactList{
	list-style-type:none;
	margin-top:1rem;
}
#contactList a:link {
	color:#000;
	text-decoration:none;
	}
#contactList li{
	margin-bottom: .25rem;
}
/*spacing adjustment for mobile*/
@media (max-width: 768px){
	#contactInfo{
	padding-bottom: 2rem;
	}
}
	
.large {
	font-size:large;
	}	
#map {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 9px;
}

    .google-maps {
        position: relative;
        padding-bottom: 75%; 
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }


/*********************contact******************************/




/**********gallery*************/

.imgHold{
	border:1px solid #000;
	min-height: 20px;
	margin-bottom: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 9px;
}
/**********gallery*************/

/******************BLOG*********************/
.blogTitle{
	font-size: xx-large;
}
.blogThumbnail{
	border-radius: 3px;
	box-shadow:0 0 5px #333;	
}
.date{
	color:#555;
}
.dt-published{
		color:#555;
}
.description{
	
}
.e-content{}
.entry-summary{
}
.postImage{
	margin-bottom: 2rem;
}
.postImage>img{
	border-radius: 10px;
	box-shadow:0 0 10px #333;	
}
ul.listing{
	list-style-type: none;
}
li.hentry{
	text-align: left;
		margin-bottom: 1rem;
}
.h-entry{
	text-align: justify;
}
#postLeft{
}
.postLeft{
	border: 1px solid #f00;
}
#postLeft > img{
float: left;
border-radius: 10px;
box-shadow:0 0 10px #333;
margin-right:1rem;	
}
.postLeft p{
}
/******************BLOG*********************/

/********************************************************dropcap*/
.about p:first-letter {
	color:#000;
	font-size: 50px;
	width:2em;
	float:left;
}



/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}




