/*

My Custom CSS
=============

*/


@import url(https://fonts.googleapis.com/css?family=Vollkorn:400,700);



/* --------------------------------------
   Layout
   -------------------------------------- */
   
body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	background: url('../../images/greenFade.jpg') top center repeat-x fixed;
	background-color: #fff;
	
}


#features {
	text-align: center;
}

#features img {
	margin: 0 0 20px;
}

#inputMessage {
	margin-bottom: 15px;
}



/* --------------------------------------
   Typography
   -------------------------------------- */


p { 
	font: 11px/190% "Lucida Grande", Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 	
	margin: 0px 0px 10px 0px;
	line-height: 2.4em;
	}
	
.navbar {
	font-family: 'Vollkorn', serif;	
	font-weight: 700;
	  line-height: 1.1;
	  font-size: 17px;
	}



	
h1, h2, h3, h4, h5 {
	font-family: 'Vollkorn', serif;	
	font-weight: 700;
	  line-height: 1.1;
	}

h1 {
	margin: 0.67em 0;
	font-size: 32px;	
	color: black;
	}
	

	
h2 { 
	font-size: 25px; 
	color: #004200;
	}
	


h3 {
	color:  #474747; 
	font-size: 18px; 
	margin: 20px 0px 10px; 
	padding:5px 0; 
	}
	
h4 { 
	font:17px; 
	color: #b3be82; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	text-align: left;
	}

h5 {
	font-size:14px; 
	color: #b3be82; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	text-align: left;
	}

h6 { 
	font-size: 15px; 
	margin-top: 0px; 
	margin-bottom: 10px; 
	text-align: left;
	}
	

.whiteShadow {color: #fff; text-shadow: 1px 1px 6px black}	
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 700;
}


.well .page-header {
	margin-top: 0;
}

.well .page-header h1 {
	margin-top: 0;
}

ul.unstyled {
	list-style: none;
	padding: 0;
}


/* --------------------------------------
   Navbar
   -------------------------------------- */

#searchInput {
	width: 200px;
}

.navbar-brand {
	padding: 13px 15px;
}


/* --------------------------------------
   Containers
   -------------------------------------- */
   
 .separator {height: 100px; width: 100%; }
 
 .topLogo{
	margin-top: 100px;
	padding-bottom: 20px;
	text-align: center;
}
   
.logo {
	max-width: 90%;
}

.wideLight, .wideDark, wideTransparent, .wideWhite {
	width: 100%;
	padding: 20px 20px 45px 20px;
	
}
   
.wideDark {
	background-color: rgba(0, 125, 0, 0.55);
	border-top: 8px solid rgba(0, 124, 0, 0.93);
	padding: 30px 0;
}
   
.wideLight{
	padding: 30px 0;
	border-top: 8px solid rgba(0, 124, 0, 0.93);
	background: url('../../images/greenWide.jpg') top center no-repeat;
	background-color: #0da303;
}

.wideMain{
	padding: 120px 0 70px 0;
	border-top: 8px solid rgba(0, 124, 0, 0.93);
	background: url('../../images/greenWide.jpg') top center no-repeat;
	background-color: #0da303;
	margin: 0px 0 0px 0;
	color: black;
}


.wideGreen{
	background-color: none;
	padding: 30px 0;
	margin: 0px 0 20px 0;
}

.wideContact{
	padding: 120px 0 70px 0;
	border-top: 8px solid rgba(0, 124, 0, 0.93);
	background: url('../../images/greenWide.jpg') top center no-repeat;
	background-color: #0da303;
	margin: 0px 0 0px 0;
	color: black;
}


.wideWhite{
	background-color: rgba(255, 255, 255, 0.91);
}

.wideTransparent{
	padding-bottom: 75px;
	margin: 0;
}

  
   
/* --------------------------------------
   Carousel
   -------------------------------------- */

#myCarousel {
	margin-top: 30px;
	border: 1px solid black;
	box-shadow: 10px 10px 20px black
}

.carousel-caption {
	font-size: 24px;
}

.carousel-caption h4 {
	font-size: 32px;
}

#myCarousel .item { height: 380px; }

#slide1 {
	background: url('../../images/large/PlasticDivotTools.jpg') top center no-repeat;
}

#slide2 {
	background: url('../../images/large/MetalDivotTools.jpg') top center no-repeat;
}

#slide3 {
	background: url('../../images/large/3.jpg') top center no-repeat;
}


/* --------------------------------------
   Global Styles
   -------------------------------------- */

.alert {
	margin-top: 20px;
	display: none;
}

.well {
	margin: 20px 0;
}

.caption {
	text-align: right;
	color: gray;
	font-size: 11px;}

.clear, .spacer {clear: both;}
.tabbable img.thumbnail {
	margin: 0 20px 10px 0;
}

.thumbnails {
	margin: 20px 0;
}

.thumbnail {
	position: relative;
}

.thumbnail h3 {
	font-size: 16px;
	margin: 0 0 10px;
	line-height: 20px;
}

.thumbnail .price {
	font-size: 22px;
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 10px;
}

.thumbnail .price sup {
	font-weight: normal;
	font-size: 12px;
}

.thumbnail span.glyphicon {
	margin-right: 5px;
}

.testAuthor {
	border-left: 1px dotted silver;
	padding: 20px;
	margin-left: 50%;	
}

.panel {
	color: #000000;
	background-color: rgba(240, 240, 240, 0.95);
	margin: 30px 0 40px  0;
	line-height: 2em;
	box-shadow: 4px 4px 9px black
}
.alignLeft {text-align: left;}

.noPad {padding: 0;}
.pad {padding: 2em 4em;}
.pad2 {padding: .5em 2em 2em 2em;}

.padTop {margin-top: 30px;}
.padTop2 {margin-top: 60px; padding-bottom: 50px;}
.noPad {border: 0; padding: 0;}
.moveUp {margin-top: -15px;}
.hundred {width: 100%;}

.center {text-align: center;}
.left  {float: left; margin: 5px 15px 5px 0px ;  padding: 5px 25px 5px 0px ;}
.left2  {float: left; margin: 5px 25px 0px 0px ;  }

.right {float: right;}

.green {color: rgba(0, 137, 0, 0.93)}

.footerLI {
	font-size: 14px; 
	background: rgba(0, 74, 0, 0.9);
	margin: 5px 80px 5px 0;
	padding: 5px 5px 5px 15px;
	}
	
#footer a {color: rgba(230, 255, 230, 0.93);}

/* --------------------------------------
   Media Queries
   -------------------------------------- */


/* Landscape phone to portrait tablet */
@media (max-width: 1199px) {
	
		
	.navbar {
	  font-size: 13px;
	}
	
	#myCarousel .item { height: 200px; }
	
	#slide1 {
		background: url('../../images/medium/PlasticDivotTools.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../../images/medium/MetalDivotTools.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../../images/medium/3.jpg') top center no-repeat;
	}

	
	.carousel-caption {
		font-size: 16px;
	}
	
	.carousel-caption h4 {
		font-size: 22px;
	}
	
	.pad {padding: 1em;}
	.pad2 {padding: .5em 2em 2em 2em;}
	

	#footer {
		background: rgba(0, 64, 0, 0.68);
		color: #fff;
		font-size: 11px;
		padding: 50px;
		border-top: 6px solid rgba(0, 70, 0, 1);
		background: url('../../images/footerGrassB.jpg') top center repeat-x;
		height: 1000px;
		
	}

	
}


/* Large desktop */
@media (min-width: 1200px) {

	#myCarousel .item { height: 400px; }
	
	#slide1 {
		background: url('../../images/large/PlasticDivotTools.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../../images/large/MetalDivotTools.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../../images/large/3.jpg') top center no-repeat;
	}
	

	#footer {
		background: rgba(68, 95, 68, 0.68);
		color: #fff;
		font-size: 11px;
		padding: 50px;
		border-top: 6px solid rgba(0, 70, 0, 1);
		background: url('../../images/footerGrassB.jpg') top center repeat-x;
		height: 1000px;
	}


}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {

	#myCarousel .item { height: 200px; }
	
	#slide1 {
		background: url('../../images/medium/PlasticDivotTools.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../../images/medium/MetalDivotTools.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../../images/medium/3.jpg') top center no-repeat;
	}

	
	.carousel-caption {
		font-size: 16px;
	}
	
	.carousel-caption h4 {
		font-size: 22px;
	}
	
	.pad {padding: 1em;}
	.pad2 {padding: .5em 2em 2em 2em;}
	
	#footer {
		background: rgba(0, 69, 0, 0.8);
		color: #fff;
		font-size: 11px;
		padding: 50px;
		border-top: 6px solid rgba(0, 70, 0, 1);
		background: none;
		height: 450px;
	}

	
}



/* Portrait & landscape phone */
@media (max-width: 550px) {
	
	.thumbnail .price {
		font-size: 14px;
	}
	
	.thumbnail .price sup {
		font-size: 10px;
	}
	
	.pad {padding: 1em 1.5em;}

	#myCarousel .item { height: 150px; }
	
	#slide1 {
		background: url('../../images/small/PlasticDivotTools.jpg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../../images/small/MetalDivotTools.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../../images/small/3.jpg') top center no-repeat;
	}
	
	#footer {
		background: rgba(68, 95, 68, 0.68);
		color: #fff;
		font-size: 11px;
		padding: 50px;
		border-top: 6px solid rgba(0, 70, 0, 1);
		background: rgba(0, 104, 0, 0.87);
		height: 1000px;
	}
	
}




