<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  	background: url(../img/bg_full.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	margin-top: 50px;
  	color:#666;
}
.img-responsive{
	display:inline-block;
}
.gitem{ margin-bottom:30px; }
#content{
	margin-top:100px;
	margin-bottom:50px;
}

#content a{
	color:#999;
}
#content a:hover{
	color:#fff;
}
footer{ margin: 20px 0 20px 0; }
.navbar-inverse {
	background-color: #666;
	border-color: #666;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Calligraffitti', cursive;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}
.maintitle{
	margin:0 0 50px 0;
	text-align:center;
	font-size: 350%;
	text-shadow: 4px 4px 2px rgba(255, 255, 255, 1);
}

.urbangreymenu{
	width: 90%;
	margin: 0 auto;
	font-family: 'Calligraffitti', cursive;
}

.urbangreymenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
.urbangreymenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.urbangreymenu ul li a{
	color:#666;
	background:transparent;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}
.urbangreymenu ul li a:hover, .urbangreymenu ul li a.selected{ /*hover state CSS*/
	color: white;
	background: #666;
}
.urbangreymenu ul li ul, .urbangreymenu ul li.selected ul li ul {
	display:none;
	margin-left:20px;
}
.urbangreymenu ul li.selected ul , .urbangreymenu ul li.selected ul li.selected ul{
	display:block;
	margin-left:20px;
	margin-top:2px;
}
.panel{ background-color:#F9F9F7;}
.panel-default {
	border-color: #666;
}
a.next:after{
	content:  "\00a0\2192";
}
a.prev:before{
	content:  "\2190\00a0";
}
.tright{
	text-align:right;
}
.c2 p{
	text-align:center;
}

#contact-form input, #contact-form textarea, #contact-form select {
	width:90%;
	border: 1px solid #666;
	margin-bottom: 10px;
}
#contact-form input.checkbox{
	width:25px;
	float: left;
}

#contact-form .captcha input{
	width:50%;
	float:left;
}
#contact-form input[type="submit"]{
	color: #666;
	background: #F9F9F7;	
}
#contact-form textarea{
	height:122px;
}

select.responsive-nav{
	width:90%;
	border: 1px solid #666;
	margin-bottom: 10px;
}
.carousel{
	border:1px solid #666;
	border-radius: 4px;
	background-color:#F9F9F7;
	margin-bottom:30px;
}
.carousel-inner{
	min-height:500px;
}
.carousel-caption h3 , .carousel-caption p{
	color:#666;
	text-shadow: none !important;
}
.carousel-caption p{
	font-size:12px;
}
.carousel-inner &gt; .item{
	min-height:500px;
}

.carousel-indicators li{
	border:1px solid #666;
}
.carousel-indicators li.active{
	background-color:#999;
}
.navbar-nav{
	float:right;
}
.navbar-inverse .navbar-brand{
	font-family: 'Calligraffitti', cursive;
	color:#fff;
	text-shadow: 2px 2px 2px rgba(153, 153, 153, 1);
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
	font-family: 'Calligraffitti', cursive;
	color:#fff;
	text-shadow: 2px 2px 2px rgba(153, 153, 153, 1);
}
</pre></body></html>