body {
background-color: #F2F2F2;
}
.jumbotron h1 {

text-shadow: 1px 3px 4px rgba(0, 0, 0, 0.25);
}

nav#myNavbar {
background-color:#4BB7FF;
background-image:none;
box-shadow: #717171 0.1px 1px 10.5px;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-brand {
color: white;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.navbar-default .navbar-brand  {
font-size: 26px;
}

.navbar-default {
border:none;
}
.jumbotron {
margin-bottom:0px;
border-radius:0px!important;
}
.thumbnail>div>img, .thumbnail a>div>img {
max-width: 100%;
max-height: 100%;
}
.thumbnail {
min-height:420px;
}

.thumbnail-image{
min-height:200px;
}

.panel-group {
margin-left: 5px;
margin-right: 5px;
}
.panel {
margin-top:-15px;
}

.container-fluid  {
overflow-x:hidden
}

img { -ms-interpolation-mode: bicubic; }

.thumbnail .caption {
padding:5px;
}