@charset "utf-8";
/* CSS Document */




.search-container button {
    float: none;
    text-align: left;
    margin: 3;
    padding: 8px;
	border: 3;
	
  }


.carousel-control.right, .carousel-control.left {
  background-image:none;
}
    
.a { text-decoration: none;
}

.responsive {
    display: block;
    max-width: 100%;
	padding: 5px;
	border: black;}
	
	img:hover {
    opacity: 0.8;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	box-shadow: 5px 5px 5px grey;
}



.caption {
	text-decoration: none; }
	
	h1 {
	color: #302f2f;
	font-family: Lobster;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 25px;
}


h3 {
	color: #302f2f;
	margin: 0em 0em .5em 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

h2 { color: #302f2f; margin: 1em 1em .5em 1em; font-family: serif; font-size: 2em; font-weight: bold; text-align: center;  }


h4 {
	color: gray; text-align: center;
}

.dropdown-menu {
	background-color: #FFFFF;
	
}


#menu1 {
	background-color: #FFFFF;
	z-index: 1;
}

#navbar navbar-inverse {
	background-color: FFFFF;
}

.footer {
	text-align: center; }
		
	
.article {
	float: right; }
	
</style>/* CSS Document */
