* {
	font-family: 'Quattrocento', serif;
	font-weight: 700;
}

h1 {
	
	font-size: 85px;
	color: white;
	line-height: 60px;
	font-weight: 300;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

h2 {
	font-size: 24px;
	color: #42C3C9;
	line-height: 29px;
}

h3 {
	font-size: 18px;
	color: #4A4A4A;
	line-height: 23px;
}
 p {
 	
 	font-size: 16px;
 	color: #7B7573;
 	line-height: 24px;
 	font-weight: 400;
 }

 strong {
 	font-size: 16px;
 	color: #7B7573;
 	line-height: 24px;
 }

 a {
 	font-size: 14px;
 	color: #0093B9;
 	line-height: 17px;
 }
.padding-top {
	padding-top: 30px;
}
.padding-bottom {
	padding-bottom: 30px;
}
.margin-right {
	margin-right: 30px;
}
.padding-none {
	padding: 0;
}
.btn {
	padding: 20px;
	margin: 0;
	border-color: #6496e5;
	border-width: 2px;
	color: #6496e5;;
}
.btn:hover {
	border-color: #6496e5;
}
.btn.delete {
	border-color: #aaaaaa;
	color: #aaaaaa;
}
.btn.delete:hover {
	border-color: #aaaaaa;
	color: red;
}
.glyphicon {
	margin-right: 10px;
}
.top-object {
	padding-top: 30px;
	padding-bottom: 30px;
}
.top-object p {
	margin-bottom: 0;
	line-height: 16px;
}
.top-object a {
	margin-bottom: 0;
	line-height: 16px;
	font-size: 16px;
	color: grey;
	font-weight: 400;
}
.divider {
	height: 15px;
}
.divider.red {
	background-color: #8e1923;
}
.divider.green {
	background-color: #6496e5;
}
.banner.main {
	height: 450px;
	background: url("/static/museum.jpeg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner.object {
	height: 150px;
	background-color: #3786bf;
}
.banner.profile {
	height: 150px;
	background-color: #A6E8EB;
}
.banner h1 {
	margin: 45px 0;
}
 .zone-list {
 	background-color: #F0F0F0;
 	padding: 20px;
u }
 .zone-list:hover {
 	background-color: #3786bf;
 	padding: 20px;
}
.object-item {
	background: #F0F0F0;
	padding: 20px;
	margin: 20px;
	margin-left: -20px;
}
.object-dim {
	font-weight: 700;
}
.creator {
	padding-right: 20px;
	margin-top: -20px;
	text-align: right;
	float:right;
}
.creator img {
	width: 100px;
	border-radius: 50%;
}
.creator figcaption {
	font-size: 14px;
	color: #7B7573;
	font-weight: 400;
	margin-top: -20px;
}
.flash {
	background-color: #98FB98;
	width:100%;
	text-decoration: none;

}

.flash li {
	list-style-type: none;
	text-align: center;

}

.blur {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.container {
	justify-items: center;
}