/* GENERAL */
.portfolio__link + .portfolio__text {
  margin-bottom: 1.5em;
}
.portfolio__link {
  font-weight: bold;
}

.collapsible__button {
  display: block;
  margin-top: -0.25em;
}

#before-collapsible {
  margin-bottom: 0;
}
#collapsible {
  overflow: hidden;
  -moz-transition: height .5s;
  -ms-transition: height .5s;
  -o-transition: height .5s;
  -webkit-transition: height .5s;
  transition: height .5s;
  margin-bottom: -1em;
}
.collapsible--open {
  height: auto;
  padding: inherit;
  border: inherit;
}
.collapsible--closed {
  height: 0;
  padding: 0;
  border: 0;
}


.triangle {
  position: absolute;
  display: inline;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #326691;
  top: 35%;
  left: 105%;
  transition: 0.3s;
}
.collapsible__button:hover .triangle {
  border-top: 5px solid #8fa7ba;
}
.triangle--open {
  border-top: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
  border-left: 5px solid #326691 !important;
  top: 30% !important;
}

/* Portfolio */
#teaching-link {
  margin-top: 2em;
}

/* RESOURCES */
.resource-imgs {
  width: 250px;
}


/* Phone Resize */
@media (max-width: 768px) {

}
