body {
	padding-top: 50px;
}

.jumbotron {
	background-color: rgb(217, 237, 247);
}

.jumbotron_group {
	background-color: rgb(180, 54, 58);
}

.jumbotron_group h1 {
	color: rgb(26, 190, 224);
}

.jumbotron_group p  {
	color: #fff;
}

.photo-title {
	word-break: break-all;
	word-wrap: break-word;
}

.photo-title a {
	text-decoration: none;
	color: rgb(51, 51, 51);
}

.photo-rename input {
	font-size: 24px;
}

footer {
	padding-bottom: 40px;
	text-align: center;
	padding-top: 20px;
}

.bg-group-footer {
	background-color: rgb(180, 54, 58);
	color: #fff;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}