body {
  /*padding-top: 2rem;*/
  padding-bottom: 2rem;
}

h3 {
  margin-top: 2rem;
}

.row {
  margin-bottom: 1rem;
}
.row .row {
  margin-top: 1rem;
  margin-bottom: 0;
}

[class*="col-thumbs"] {
  padding-top: 1rem;
  padding-bottom: 1rem;
  /*background-color: rgba(86, 61, 124, .15);*/
  border: 1px solid rgba(86, 61, 124, .2);
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.no-padding{
	padding: 0 0 0 0;
}

.no-border{
	border-style: none;
}

.col-thumbs{
	padding: 0 0 0 0;
	border-style: none;
	background-color: transparent;
	border: none;
	display: flex;
    justify-content: center;
    align-items: center;
}

.no-bottom-margin{
	margin-bottom: 0;
}

.img-gal-thumb{
	border-style: none;
	opacity: 1;
	transition: .5s ease;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/*
a .img-gal-thumb:hover {
  filter: brightness(60%);
}*/


.col-thumbs a:after{
    pointer-events: none; /*Disable the click in href*/
	content: "\f002";
	font-family: 'Font Awesome 5 Free';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    text-align: center;
    /*line-height: 9em;*/
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
    font-size: 30px;
	vertical-align: center;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.col-thumbs a:hover:after{
	opacity: 0.6;
}

/*
a:after {
	content: "\e003";
	font-family: 'Glyphicons Halflings';
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
*/
