@charset "utf-8";
/* CSS Document */
html,body{
	height: 100%;
}
body{background-color: lightslategray;}
.masthead {
	background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
	background-position: center 100%;
	animation: bgplay 5s;/*	background: linear-gradient(#1dc9ff,#009eff);*/
	margin-bottom: 0;
	height:100%;
}
@keyframes bgplay {
 from {
background-position: center 0px;
}
 to {
background-position: center 100%;
}
}
.navbar .navbar-nav > li > a{
	font-size: 18px;
	color:black;
}
.navbar .navbar-nav > li > a:hover{
	color:blue;
}
.navbar .navbar-nav > li > a:visited{
	color:black;
}
.masthead h2 {
	color: white;
	font-size: 5rem;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.7);
/*	text-shadow: 2px 2px 0px rgba(0,0,0,0.7),-2px -2px 0px rgba(0,0,0,0.3);*/
/*	background-color: rgba(255,255,255,0.3);*/
}
.masthead img {
/*
	background: rgba(255,255,255,0.5);
	box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.5);
*/
}
.thumbnail h3{
	font-size: 20px;
}
.footer{
	width:100%;
	padding: 50px;
	color:white;
	background-color: transparent;
	text-align: center;
	position: fixed;
	bottom:0px;
}
.table tr td{
	padding: 15px 15px;
	font-size: 1.3em;
}
.caption>h3>a{
	font-size: 1.15em;
	color:white;
	line-height: 1.3em;
}
a:hover{
	text-decoration: none!important;
}