/* Defaults */

a {
  color: #5b7083;
  transition: all .25s ease-in-out;
}

/* The title */
.title {
  font-weight: 700;
}

/* The description */
.desc {
  font-size: 1em;
  font-style: italic;
}

/* Text-centering */
.title,
.desc,
.intro {
  text-align: center;
}

/* Intro section */
.intro {
  margin: 1.75em 0 .75em;
  border-bottom: 3px double rgba(0, 0, 0, 0.05);
  margin-bottom: 1.75em;
}

.intro a {
  opacity: .7;
}

.intro a:hover {
  opacity: 1;
}

.intro h3 {
  font-size: .825em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: .25em .75em .75em;
}

.intro h3 a {
  font-weight: 400;
}

/* Masonry grid */
.masonry {
  transition: all .5s ease-in-out;
  column-gap: 30px;
  column-fill: initial;
}

/* Masonry item */
.brick img{margin-bottom: 10px}
.brick h2 {
    color: #070b0c;
    font-weight: bold;
	font-size: 17px;}

.brick p{
font-size: 14px;
    font-weight: 400;
    color: #7b7b7b;
    line-height: 20px;}

/*.brick a{*/
/*    color: #f2362b;*/
/*    font-size: 16px;*/
/*	margin-bottom: 1rem;*/
    
/*}*/


.masonry .brick {
    /* padding: 20px 20px 20px 20px; */
    /* margin: 20px 0px; */
    /* -webkit-box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15); */
    -moz-box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15);
    /* box-shadow: 0px 30px 62px 0px rgba(0, 0, 0, 0.15); */
    /* background: #fff; */
    /* border: solid 1px #e6ecf2; */
    /* margin-bottom: 30px; */
    display: inline-block;
    vertical-align: top;
}
/* Masonry image effects */
.masonry .brick img {
  transition: all .5s ease-in-out;
  backface-visibility: hidden; /* Remove Image flickering on hover */
}

.masonry .brick:hover img {
  opacity: .75;
}

/* Bordered masonry */
.masonry.bordered {
  column-rule: 1px solid #eee;
  column-gap: 50px;
}

.masonry.bordered .brick {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}

/* Gutterless masonry */
.masonry.gutterless {
  column-gap: 0;
}

.masonry.gutterless .brick {
  margin-bottom: 0;
}

/* Masonry on tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry {
    column-count: 2;
  }
}

/* Masonry on big screens */
@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }

  .intro {
    letter-spacing: 1px;
  }

  .masonry {
    column-count: 4;
    -webkit-column-count: 4;
  }
}
@media only screen and (min-width: 1441px) {
  .masonry {
    column-count: 5;
    -webkit-column-count: 5;
  }
}