body {
background-color: #ebebeb;
}

div.container {
background-color: #fff;
padding: 20px 30px;
max-width: 1240px;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
border-top: 20px solid #a6565d;
border-radius: 0 0 8px 8px;
}

div#video {
    width: 100%;
    max-width: 840px;
    margin: 0 auto 40px;
    text-align: center;
    padding: 20px 10px;
  	background-color: #ddd;
  	border-radius: 6px;
  	/* box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 10px 0px; */
}

#nav {
    margin: 0 auto 20px;
    max-width: 100px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #bbb;
    padding: 4px 4px;
    border-radius: 6px;
}

.gallery-block{
	padding-bottom: 80px;
	padding-top: 0;
}

.gallery-block .heading {
    margin-bottom: 0;
    text-align: center;
    font-family: 'Libre Baskerville', Helvetica, Arial,'serif';
    padding: 15px 0 5px;
    border-radius: .35rem;
    border: 0px solid #ddd;
}

.gallery-block .heading h2 {
    font-size: 2rem;
    font-family: 'Libre Baskerville', Helvetica, Arial, 'serif';
    font-weight: 400;
    color: #79021c;
}

p.subhead {
font-size: 1.5rem;
color: #999;
}

.gallery-block.cards-gallery h6 {
  font-size: 17px;
  font-weight: bold; 
}

.gallery-block.cards-gallery .card{
  transition: 0.4s ease; 
}

.gallery-block.cards-gallery .card img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3); 
}

.card-body {
display: none;
}

.gallery-block.cards-gallery .card-body {
  text-align: center; 
}

.gallery-block.cards-gallery .card-body p {
  font-size: 15px; 
}

.gallery-block.cards-gallery a:link, a:visited {
  color: #7592af; 
}

.gallery-block.cards-gallery a:hover, a:active {
  color: #c50; 
}

.gallery-block.cards-gallery a:hover {
  text-decoration: none; 
}

.gallery-block.cards-gallery .card {
  margin-bottom: 30px; 
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 576px) {

	.gallery-block .transform-on-hover:hover {
	    transform: translateY(-10px) scale(1.02);
	    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; 
	}
}