@CHARSET "UTF-8";

body {
	font: 400 15px/1.8 Lato, sans-serif;
	color: #777;
}

h3 span {
    text-decoration:underline;
    border-bottom: 1px solid #000;
}

.container {
	padding: 80px 100px;
}

.bg-1 {
	background: #634a39;
	color: #bdbdbd;

}

.bg-1 h3 {
	color: #fff;
}

.bg-1 p {
	font-style: italic;
}

.carousel-control {
	background-image: none !important;
	filter: none !important;
}

.carousel-inner img {
	width: 100%;
	margin: auto;
}

.carousel-caption h3 {
	color: #fff !important;
}

@media ( max-width : 600px) {
	.carousel-caption {
		display: none;
	}
}

/* Add a dark background color with a little bit see-through */
.navbar {
	margin-bottom: 0;
	background-color: #fff;
	border: 0;
	font-size: 15px !important;
	font-weight: bold;
	letter-spacing: 4px;
	opacity: 0.7;
}

/* Add a gray color to all navbar links */
.navbar li a, .navbar .navbar-brand {
	color: #955900 !important;
}

.navbar-brand {
	font-size: 25px;
}

.navbar-brand a:hover {
	color: #950000 !important;
}

.navbar-nav li a:hover {
	color: #950000 !important;
}

/* The active link */
.navbar-nav li.active a {
	color: #fff !important;
	background-color: #29292c !important;
}

/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle {
	border-color: transparent;
}

/* News */
.list-group-item {
	height: 50px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
	font-style: italic;
	color: #955900;
}

/* Embedded page */
.embed-container {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	min-height: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Event */
/* Remove border and add padding to thumbnails */
.thumbnail {
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
}

.thumbnail p {
	margin-top: 15px;
	color: #555;
}

/* Add a dark background color to the footer */
footer {
	background-color: #634a39;
	color: #dfdfdf;
	padding: 32px;
}

footer a {
	color: #dfdfdf;
}

footer a:hover {
	color: #950000;
	text-decoration: none;
}

/* Photos */
.circle-img {
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.circle-img img {
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
}

.circle-img:hover .image {
  opacity: 0.5;
  cursor:pointer;
}

.circle-img:hover .middle {
  opacity: 1;
  cursor:pointer;
}

.image {
  opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.text {
  color: black;
  font-weight:800;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 2px;
  text-align: center;
}
.albums{
	display:none;
}

.hideAlbums {
	display: none !important;
	position: absolute !important;
}

.btn_album {
	cursor:pointer;
}

.btn-primary {
    background-color: #634a39;
    border-color: #634a39;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
}

.btn-default {
    width: 150px;
}

.thumbnail:hover .video{
	  opacity: 0.5;
	  cursor:pointer;
}

.thumbnail:hover p{

		color:#634a39;
		font-size: 115%;
}

.thumbnail p{
transition: .5s ease;
}
.video{
  transition: .5s ease;
  backface-visibility: hidden;

}

.closeContent{
	top:10%;
	right:10%;
	position:absolute;
	outline:none;
	font-size:50px;
	background: transparent;
	border: none;
	color:rgba(200,200,200,0.65)
}

.closeContent:hover{
	color:rgba(255,255,255,0.85);
}
