@import url("/css/junction.css");
p {
    margin-bottom: 0;
}
.collapse-pane {
    border-top: none;
    padding: 1em;
}
.collapse-pane p {
    margin-top: 0;
}
summary {
  outline: none;
  padding: 1em;
  display: block;
  background-color: #32475b;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
}
details {
  box-sizing: border-box;
  margin-top: 1.1em;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  width: 100%;
}
details summary::-webkit-details-marker {
  display:none;
}
details[open] > summary:before {
  transform: rotate(90deg);
}
summary:before {
  content: '';
  border-width: .4rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 1.3rem;
  left: 1rem;
  transform: rotate(0);
  transform-origin: .2rem 50%;
  transition: .25s transform ease;
}
.accordion-closing {
    overflow: hidden;
}
html {
    scrollbar-gutter: stable;
}
footer {
    position: relative;
    padding-top: 5em;
    opacity: 70%;
}
small {
    position: absolute;
    right: 0;
}
a {
    color: #5fa5fa;
    text-decoration: underline;
}
.reflink {
    margin-right: 1em;
    text-decoration: none;
    opacity: 50%;
}
body {
    margin: 40px auto;
    max-width: 650px;
    line-height: 1.5em;
    font-size: 1.0em;
    padding:20px 40px;
    background-color: #17212a;
    color: #eee;
}
.title {
    padding-bottom: 0.5em;
}
h1, h2, h3 {
    line-height: 1.2em;
}
.profile-pic {
    width: 200px;
    float: right;
    margin-left: 50px;
    margin-bottom: 50px;
    border-radius: 50%;
    border: 10px antiquewhite;
}
hr {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    color: antiquewhite;
}
@media (max-width: 768px) {
    .figure {
        float: right;
        margin-left: 15px;
        margin-bottom: 0;
    }

    .figure p {
        margin: 0;
    }

    .profile-pic {
        width: 60px;
        margin: 0;
    }

    .title {
        display: inline;
        line-height: 60px;

    }

    #refs {
        padding-top: 1em;
    }
}

