.snip1527 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  float: left;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  margin: 10px 1%;
  max-width: 310px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.snip1527 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1527 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.snip1527 figcaption {
  padding: 25px 20px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.snip1527 figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #700877;
  content: '';
  background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
  opacity: 0.8;
  z-index: -1;
}

.snip1527 .date {
  background-color: #fff;
  border-radius: 50%;
  color: #700877;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}

.snip1527 .date span {
  display: block;
  line-height: 14px;
}

.snip1527 .date .month {
  font-size: 11px;
}

.snip1527 h3, .snip1527 p {
  margin: 0;
  padding: 0;
}

.snip1527 h3 {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}

.snip1527 p {
  font-size: 0.8em;
  line-height: 1.6em;
  margin-bottom: 0px;
}

.snip1527 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1527:hover img, .snip1527.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

img {
  border-radius: 5px;
}

img {
  border-radius: 5px;
}

.card-section-imagia {
  overflow: overlay;
}

#projects-tile {
  overflow: overlay;
}

.card-container-imagia {
  overflow: overlay;
}

.card-imagia {
}

.h1, h1 {
  color: #212529;
}

#p-tile-body {
  font-size: 15.5px;
  text-align: center;
}

#custom-card-container-imagia {
  height: 450px;
}

#custom-icon {
  color: red;
}

#custom-container {
  padding-top: 50px;
  background: linear-gradient(120deg,#f77f00,#ff0f00);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 100px;
}

#x-y-p-tile-body {
  font-size: 15.5px;
  text-align: center;
}

#custom-text {
  text-align: left;
}

#custom-projects-row {
  padding: 10px;
  margin: 0px;
  justify-content: center;
}

#custom-organization {
  background: linear-gradient(120deg,#ffb800,#ff0f00);
}

#waterloo-custom-heading {
}

#inst-custom-title {
  background: linear-gradient(120deg,#ffb800,#ff0f00);
}

.portfolio-info-card.skills .progress {
  background-color: black;
}

.portfolio-info-card.contact-info .icon {
  color: red;
}

#custom-button {
  background: linear-gradient(120deg,#ffb800,#ff0f00);
}

#custom-social-icons {
  height: 100%;
  width: 100%;
}

#footer-custom-link {
  height: 100px;
  width: 100px;
}

#footer-custom-icon {
  font-size: 100px;
  color: white;
}

#custom-link-icon {
  width: 100px;
  height: 150px;
  background-color: rgba(255,255,255,0);
  border: 0px;
}

#custom-page-footer {
  background: linear-gradient(120deg,#ffb800,#ff0f00);
  opacity: 80%;
}

#custom-porfolio {
  background: white;
}

@media (min-width: 1200px) {
  #custom-container-heading {
    background-image: url("../../assets/img/empty%20laptop.png");
  }
}

