@charset "utf-8";
/* CSS Document */	

/* Controls the look and feel of the paee header*/
.navbar-header {
	height:75px;
}

.navbar-brand small {
	font-size:14px;
	line-height:14px;
	padding-top:5px;
	display:block;
}

.navbar-brand {
  font-size: 30px;
  line-height:30px;
  padding-top:10px;
  padding-bottom:5px;
}

/* Controls the look of navigation*/

.nav .navbar-nav .navbar-right li {
	font-size:12px;
	text-align: center;
	
}

.thumbnail {
	line-height: 15px;
	height: 300px;
}

.thumbnail > img,
.thumbnail > img a {
	padding-top: 5px;
	padding-bottom: 5px;
}

h2 {
	font-size: 15px;
	color: black;

}
h3 {
	font-size: 21px;
	color: red;
}



#gallery_image{
	width: 500px;
	height: 332px;
}


