@charset "UTF-8";
footer {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
body {
	background-color: rgba(135,181,232,1.00);
}
.thumbnail {
	background-color: rgba(253,216,187,1.00);
}
.navbar-default {
	background-color: rgba(234,209,196,1.00);
	color: rgba(3,3,3,1.00);
}
#my_thumbnails {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.container {
	text-align: center;
}
h1 {
	text-align: center;
	color: rgba(72,72,72,1.00);
}
.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#resize{ width: 400px; height: 320px; overflow: hidden; }
#resize img { height: 100%; }