 /* Main Layout Table  - content.css*/
/* Default Content Fonts/Formatting */

.page-header{	  
	position: relative;	margin: 0px;	
	padding-bottom: 0px;	
	padding-top: 0px;  overflow: none;
}

body{
	background-color: #FFFFFF; 
	color: #7a7a7a;
	/* background-image:url('images/backgrounds/concrete_wall.jpg');    */
}

img {
  @extend .img-responsive
}

a {
    color: #325C80;
}

a:hover {
    color: #325C80;
  

}

a a:visited {
		color: #8B0F0A;
	    text-decoration: none;
};



.nav-link {
    font-size: 1.3em; /* or 14px, 16px, etc. */
  }
  

 .nav-item {
   font-size: 1.3em; /* or 14px, 16px, etc. */
  }
  
 .dropdown-item {
	font-size: 1.3em; /* or 14px, 16px, etc. */ 
 }
  
.panel {
	background-color: transparent;
}


.mainWrapper {
	/* background-image:url('/Company_Images/images/business-web-design-mo.jpg');   
		background-image:url('/Company_Images/images/paper-bg.jpg'); */
	/* background-color: #EEE4D5; */
	 background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
			    z-index: 10;

}

.header {
	background-image:url('./css/images/headers/<? echo $myheader->filename;?>');
	background-position: top;
	background-repeat: no-repeat;
}
			
.top-header{
	/* background-image:url('/Company_Images/images/site-wide/utv-atc-lawn-equipment.jpg'); */
	background-color: #FBF4D3;
}
.section1{
	background-color: #F8F8F8;
	padding-bottom: 1px;
	margin-top: -10px;
}

.section2{
	padding-top: 10px;
	padding-left: 0px;
	color: #000000;

		background-color: #ECEBE9;
	padding-bottom: 1px;
}
.section3{
	padding-left: 0px;
	padding-top: 10px;

	color:#000000;

	background-color: #FFFFFF;
	padding-bottom: 1px;	
}


.panel-default {
    border-color: #b1b3b5;
    /*  background-color:#E3E1E1;  */

}

.card-header {
  font-size: 1.3em;
  color: #333;
  padding-left: 6px;	
  text-align: center;
	
}


.stories {
	    box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0.2);
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    margin:-1px;
    margin-top:0px;
    background-color: #fff;
    color: #333;
    text-align:left;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: 'Droid Sans', sans-serif;
	font-size: 1em;
}





/* OTHER PARAMETERS FOR BASIC SITE FONTS
	font-family: Verdana, Geneva, sans-serif; 	font-family: Arial, Helvetica Neue, Helvetica, sans-serif; 	font-family: Georgia, serif;	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-family: "Times New Roman", Times, serif; 	font-family: "Arial Black", Gadget, sans-serif; 	font-family: "Comic Sans MS", cursive, sans-serif;
	font-family: Impact, Charcoal, sans-serif; 	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	font-family: Tahoma, Geneva, sans-serif;
	font-family: "Trebuchet MS", Helvetica, sans-serif;	font-family: Verdana, Geneva, sans-serif;	font-family: "Courier New", Courier, monospace;
	font-family: "Lucida Console", Monaco, monospace;
	*/

h1,h2,h3, h4,h5,h6
{
color: #7A7A7A;


}


/*BOOTSTRAP BASIC OVERRIDES*/
p {

}


.well
{
	background-color: #EFEFEF; 
	color: #000000;
	border-color: #405769;
	padding: 10px;
}

.panel-default>.panel-heading {
   
    border-color: #ddd;
}



.header
{

  position: relative;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	overflow: none;
	/* 	height: 138px;
background-color: #A39F9F; */



	}
	
.header-color{
		background-color: #FFFFFF;
}

.myhead {
	background-color: #FFFFFF;
}

.footer
{
    background-color: #fefefd;
    font-size: 13px;
    color: #0b0000;
	margin-top: 20px;

}

.footer .a {
	color: #FFFFFF;
}

.footer .a:hover a:visited {
	color: #FFFFFF;
}

.article
{
	border: solid 1px silver;
	background-color: #f6f6f6;
	padding: 6px;
}

.articleEntry
{
  border-top: solid 1px silver;
  overflow:auto;
}

.articleTitle
{
  font-size: 18px;
  color: #000000;
  padding-left: 6px;
}

.articleShortText
{
  color: #000000;
  padding-left: 6px;
}


.topnews
{
  border: solid 1px silver;
  background-color: #D9E9E8;
  color: #000000;
  padding-left: 6px;
  max-height:120px;
  overflow:auto;
}


/* Customer Testimonial (Single entry on main testimonial page) */
.testimonialEntry
{
margin-top: 0px;


	font-style: italic;
	    color: #000000;

    background-color: #DBE0E5;
    padding: 8px;
	border-radius: 6px;
}
.testimonialQuote
{
 padding-top: 4px;

    padding-bottom: 0px;
    border-bottom: dotted 0px #b0b0b0;
}
.testimonialName
{
    padding-top: 4px;
	    color: #000000;
		 font-weight: bold;

}





/* BOOSTRAP MODIFICATIONS  MENU FORMAT */
