

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.container {
	height:auto;
}
 body {
	background-color:#ecf0f1;
 }
 
 
.row{padding:20px;}

h1	{
	padding:10px;
	
}

.embed-responsive	{}
.thumbnail	{
	height:300px;
	
}

label	{color:#95a5a6; font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif}

form	{float:right;padding-right:20px;display:inline;}

.info ul	{color:#95a5a6;font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;font-size:1.10em;}

.info li	{list-style-type:none;margin:5px;padding:5px;}
.info	{float:left;}

.fade:hover {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
 }

.fade {
      opacity: 0.2;
	  
}
	
footer {
	border-top:solid 1px grey;
	height:60px;
	width:100%;
	background-color:rgba(225,225,225,1.00);
	
	
} 

.thumbnails	{border-style:none;}

@media (max-width:767px){
.thumbnail {height:auto;}

	
}









