/*

Author: Michelle Koen
Author URI: http://mkgd.net
*/
@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap.icon-large.min.css');
@import url('fonts/stylesheet.css');

body{
	color:#333;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
.screen-reader-text, .sr-only{ display:none;}
#page{
	padding-top:15px;
	}	
body #header{
	background:#903;
	color:#fff !important;
	}	
body #header a{
	color:#fff !important;	
}
	
#content{
	background:rgba(0,0,0,0.7);
	padding-top:15px;
	border-radius:8px;
	}

h1, h2, h3, nav, .widget-title, .button, button, .btn{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform:uppercase;
	font-weight:300;
	}


.firstcharacter { float: left; color: #903; font-size: 75px; line-height: 60px; padding-top: 4px; padding-right: 6px; padding-left: 3px; font-family:"zallmancapsregular"; 
	/* color:#87c019; */
}

.navbar-toggle .icon-bar{
	background:#fff;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}
#navbar, h1, h2 {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;	
	margin-top:15px;
	margin-bottom:15px;
	}
h1.section {
margin-top:45px;
}	
	
h1, h2{
	padding:10px 0;
	text-align:center;
	text-shadow: 1px 1px  1px rgba(50,50,50,0.2);
	}	
.navbar{
	margin-bottom: 5px;
	}
		
.navbar .nav > li > a{
	color:#fff;
	font-family:'oswald', sans-serif;
	font-size:20px;
	font-weight:300;
	line-height: 12px;	
	}

.navbar .nav > li > a:hover{	
	color:#ccc;
	}
-------------------------------------------------------------- */   

img {
    height:auto;
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
	text-align:center;
}

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


.navbar-brand{
	display:none;
	text-transform:uppercase;
}	

/* #header{background:#333;} */

#site-branding{text-align:center; color:#fff;}
.site-message{color:#fff;  color:#fff;}
.site-message h3{
	font-size:16px;
	padding-bottom:2px;
	margin-bottom:5px;
	font-weight:bold;
	text-transform:none;
	}		

@media (min-width: 768px) { 
	.site-message h3{
		font-size:24px;
	 padding-top:60px;
	 margin-top:28px;
	}
.site-message p, .site-message h3:first-of-type{
	text-align:right;
	}
	.site-message.col-sm-push-4 h3{
	text-align:left;
	}
 }


#feature-image img{
	width:100%;
	height: auto;
	min-width: 100%;
	}
.jumbotron{
	padding-bottom:10px;
	background:#fff;
	}	
.jumbotron li{
	font-size:21px;
	}
	
#products img{
	width:100%;
	height:auto;
}
#products .col-md-4{	
	text-align:center;
	margin-top:30px;
	}	
#products .col-md-4 p{
font-size: 75%;
font-style: italic;
width: 60%;
margin: 5px auto;

	}	

img#logo{
max-width:100%;
height: auto;
margin-bottom: 30px;
margin-bottom:-100px;
}	

#history{
	margin-top:4em;
	}
	
	
	
#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background:url(overlay.png) repeat; 
    text-align:center;
    display:none;
}	
#lightbox p {
    text-align:right; 
    color:#fff; 
    margin-right:20px; 
    font-size:12px; 
}
#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:940px;
}