.top-buffer {
	margin-top: 10px;
}
.bot-buffer {
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .container{
        max-width: 970px;
    }
}

.picture > img {
	border: 1px solid;
	border-color: #E7E7E7;
	border-radius: 20px;
	padding: 10px;
}

.thumbnail-image {
	overflow: hidden;
	height: 100px; 
}

.thumbnail-image > img {
    width: 100%;
}

.jumbo-black {
	background: black !important;
}

.jumbotron img
{
max-width:100%;
}

body { padding-top: 70px; }

footer { padding-top: 70px; }