@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

body {
	font-family: 'Source Sans Pro', sans-serif;
	background: url("../images/bg.jpg") no-repeat fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

#socialimg {
	  
	  margin-right: 20px;
	  padding-top:1em;
	  	  
}

#socialimg img{
	  
	  float:right;
	  opacity: .7;
	  width: 50px;
	  padding-left: 10px;	  
}
  
#socialimg img:hover{
	
	opacity: 1;
}

/**********************************
Responsive navbar-brand image CSS
- Remove navbar-brand padding for firefox bug workaround
- add 100% height and width auto ... similar to how bootstrap img-responsive class works
***********************************/

.navbar {
	margin-bottom: 0;
    border-radius: 0;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-brand {
  padding: 0px;
  height: 70px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}

.navbar-inverse {
  background-color: #000000;
  border-color: #000000;
}



.navbar-inverse .navbar-nav > li > a {
  color: #ffea00;
  font-size: 20px;
  
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
}

/* EXAMPLE 6 - Background Logo*/
.example6 .navbar-brand{ 
  background: url(../images/logo.png) center / contain no-repeat;
  width: 300px;
}

.navbar-nav>li>.dropdown-menu {
	z-index: 9999;
}

.navbar.align-center .navbar-nav {
    width: 100%;
    text-align: center;
}
	
	.navbar-inverse.align-center .navbar-nav > li{
	
	float: none;
      display: inline-block;
	  
}
  
  
#scrolltext {
	background-color: #edcb0c;
	height: 2.6em;
	padding-top: .4em;
}
marquee {
	color: #FFF;
	background-color: #000;
	font-size:16px;
	padding: .1em;
}

marquee p{
	
	margin: 0;
}

#profile {
	background: url(../images/profilebg.jpg) no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	border-bottom:solid #000 20px;
}

#profile h2{
	text-decoration: underline;
	color: #ffea00;
	margin-top: 1.5em;
}

#profile p{
	color: #fff;
	padding-top: 40px;
	font-size: 18px;
	text-align: justify;
	line-height: 35px;
	text-indent: 100px;
}

#profile img{
	float: right;
	margin-left: 2em;
	border: solid 5px #ffea00;
	margin-bottom: 2.5em;
}

#stories {
	background: url(../images/storiesbg.jpg) no-repeat center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	padding: 0;
	
	border-bottom:solid #000 20px;
}



#storieshead {
	background: #000;
	opacity: .7;
	margin-bottom: 3em;
}

#stories h2{
	text-decoration: underline;
	color: #ffea00;
	/*margin-top: 1.5em;*/
	text-align: center;
	padding: 10px;
}

#stories h3{
	text-align:center;
	color:#ffffff;
	background-color:#000000;
	opacity: .7;
	white-space: nowrap; 
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis;
	border-radius: 10px;
	padding: 10px;
	font-size:18px;
}



.btn {
  color: #ffffff;
  font-size: 16px;
  background: #4c4601;
  padding: 5px 30px 5px 30px;
  text-decoration: none;
  border-radius: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.btn:hover {
  background: #edcb0c;
  text-decoration: none;
  color: #000;
}

#stories img{
	  width: 70%;
	  margin: 0 auto;
	  height: 228px;
	  -webkit-box-shadow: 0px 15px 20px 10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 15px 20px 10px rgba(0,0,0,0.75);
box-shadow: 0px 15px 20px 10px rgba(0,0,0,0.75);
  }

footer {
      background-color: #4c4601;
	  color: #FFF;
      padding-top: 10px;
	  font-size:18px;
}

#foot {
	background-color: #000;
}

#foot img{
	padding: 3em;
	width: 100%;
}

#foot h3{
	color: #ffea00;
	text-decoration: underline;
	padding-bottom: 1em;
}

#foot h4{
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
}

#foot .imgaddress img{
	padding:0;
	width:auto;
}

.contact-section h4, .follow-us h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.8em;
  margin-bottom: 1.5em;
}
.contact-section input[type="text"], .contact-section input[type="email"], .contact-section textarea {
  width: 100%;
  color: #000;
  background: #fffd83;
  padding: 8px 8px;
  
  outline: none;
  margin: 0 0 10px 0;
  background: #fff;
  
  font-weight: 300;
  font-size: 1em;
}
.contact-section textarea {
  resize: none;
  width: 100%;
  height: 8em;
}

.contact-section input[type="submit"] {
  color: #fff;
  
  font-size: 1em;
  font-weight: 400;
  background:#4c4601;
  padding: 6px 22px;
  outline: none;
  border: none;
  float: right;
}
.contact-section input[type="submit"]:hover {
  background: #edcb0c;
  color: #000;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.caption {
	  height: 115px;
	  overflow: auto;
	  word-wrap: break-word;
	  margin-bottom: 10px;
	  text-align: center;
	  
  }
  
  .caption h2{
	  color: #FFF;
  }
  
#storiespage {
	color: #FFF;
}


#storiespage h3{
	background: #000;
	opacity: .7;
	margin-top: 1.5em;
	text-align: center;
	padding: .5em;
	color: #ffea00;
}

.servcaption {
	  height: 200px;
	  overflow: auto;
  }
  
#storiespage .thumbnail {
	
	
	
	-webkit-box-shadow: 0px 15px 20px 10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 15px 20px 10px rgba(0,0,0,0.75);
box-shadow: 0px 15px 20px 10px rgba(0,0,0,0.75);

padding-top: 2em;
	margin-bottom: 3em;
}


/* EXAMPLE 8 - Center on mobile*/
@media only screen and (max-width : 767px){
  .example6 .navbar-brand {
  padding: 0px;
  transform: translateX(-50%);
  left: 47%;
  position: absolute;
  height: 50px;
}
.example6 .navbar-brand>img {
  
  width: auto;
  padding: 7px 14px; 
}
}

@media (max-width: 767px) {
	
	#profile img{
	float: none;
	border: solid 5px #ffea00;
}

.nivo-directionNav a {
	
	top:75%;
	
}

.example6 .navbar-brand{ 
  
  width: 210px;
}

#profile img{
	float: none;
	margin-left: 0;
	margin-bottom: 2.5em;
}

#profile p{
	
	padding-top: 0px;
	text-indent: 0px;
	text-align: left;
}
}

@media (min-width: 700px) {
	.serviceimg {
		float: left;
		padding-right: 20px;
	}
}

@media(max-width:699px){
	#storiespage img{
		margin: 0 auto;
		padding-bottom: 1em;
  }
  
  #storiespage .galleryimg img{
		margin: 0 auto;
		padding-bottom: 0;
  }
  
 
}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	
.ads {
	max-height: 373px;
	max-width: 350px;
}

#storiespage img {
	width: 220px;
	height: 220px;
}

#storiespage .galleryimg img {
	width: auto;
	height: 300px;
	margin: 0 auto;
	border:solid 1px #ffffff;
	-webkit-box-shadow: 0px 5px 20px 10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 20px 10px rgba(0,0,0,0.75);
box-shadow: 0px 5px 20px 10px rgba(0,0,0,0.75);
}

#storiespage .galleryimg .caption h2{
	color: #000000;
	font-size: 20px;
	padding:5px;
}

#storiespage .galleryimg:hover  .caption h2{
	color: #ffffff;
	background-color: #000000;
	display:inline-block;
	
}





#prodata {
	
	border-bottom: solid #000 20px;
	
}
