@charset "UTF-8";
/* CSS Document */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}
.Thumbnail
{
padding:2px
}
.caption p
{
font-size:29px;
text-align: center;
}
.row h2
{

	
	background-color: #9ba1b7;


}

.btn
{position:relative;
padding:6px 6px;	
margin:0 auto;
}
.btn-primary 
{
color: #636363;
background-color: #d7d7d7;
border-color: #7f7f7f;
}

a:hover, a:focus, a:active, a.active, a:link
{
    color: black;
   
}


.thumbnail .caption 
{padding-top: 4px;
padding-right-value: 0px;
padding-bottom: 9px;
padding-left-value: 9px;
  padding: 8px;
}

h1,h3,h2,h4,h5,h6,a,li,p {
    font-family: "Perpetua Titling MT";
	letter-spacing: 1px;
	
}
#logodesc
{
	color:white;
	letter-spacing: 3px;
	margin-top:0px;
}
p {
    margin: 0 0 2px 0;
}

#logo
{position:relative;
left:-15px;
}
h3,h4,h5 
{
    text-align: center;
	
}
h3,h2
{
	color:white;
}
h5{
margin-top: 0px;
margin-bottom: 5px;	
}
h2
{
	padding:11px 9px 3px 10px;
	
}
h4
{margin-bottom: -9px;

}
.text-muted {
    color:black;
	text-align:right;
}

#logobox
{position:absolute;
margin:0 auto;
top:25px;
left:25%;
right:25%;
z-index:30;
}
#logo
{
margin:0 auto;
padding-left:30px;

}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height:auto;
  margin-bottom: 10px;

}


/* Declare heights because of positioning of img element */
.carousel .item {
  height: auto;
  background-color: #777;
}

