body {
  padding-top:40px;
}

@media (max-width: 768px) {
  
}

#sidebar.collapse {
  position: fixed;
  z-index: 2000;
  transition: all .3s ease;
  top: 42px;
  bottom: 0;
  right: -255px; /* -width of sidebar */
  width: 0;
  height: 100% !important;
  display: block;
}

#sidebar.collapsing {
    transition: all .18s ease-in;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -255px;  /* -width of sidebar */
    width: 255px;  /* width of sidebar */
    height: 100% !important;
    display: block;
}

#sidebar.collapse.show {
    right: 0;
    width: 255px;  /* width of sidebar */
}

button.navbar-toggler {
  margin-right: -56px;
}

.instagram-icon-fixed {
  padding-right: 20px;
}
.instagram-icon-fixed>a{
  color: #f8f8f8;
}

.content.full-width {
  top: 40px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.content.full-width.works-gutter {
  left: 1%;
  right: 1%;
}
@media (min-width: 768px) {
  .content.full-width.works-gutter {
    left: 11%;
    right: 11%;
  }
}
.content.some-padding {
  padding: 12px;
}
.bio-background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url('./images/amer_bio_bck.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.1666;
  z-index: 1;
}
.biography-contents {
  z-index: 10;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media only screen and (min-width: 768px) { 
  .biography-contents {
    width: 78%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bio-section {
  margin: 10px;
}
.bio-section > .section-header {
  font-size: 20px;
  cursor: pointer;
}
.bio-section > .section-header.cursor-default {
  cursor: default;
}
.bio-section > .collapsed-content {
  margin: 16px;
}
.bio-section .year {
  font-size: 18px;
}
.bio-section .text-item {
  font-size: 14px;
  margin-left: 10px;
  color:rgb(64, 64, 64);
}
.bio-section .boldtext-item {
  font-size: 14px;
  margin-left: 10px;
  font-weight: bold;
}
.bio-section .status-label {
  font-size: 13px;
  margin-left: 10px;
  color:rgba(64, 64, 64, 0.7);
  display: inline;
}
.bio-section .boldtext-item.inline-status {
  display: inline;
  margin-left: 0px;
}
.navbar-brand {
  font-size: x-large;
  padding-top: 0px;
}
.navbar-dark .navbar-toggler {
  border: 1px solid rgba(255,255,255,.4);
}
.signature {
  position: absolute;
  bottom: 50px;
  color: rgba(255,255,255,.5);
  font-size: 12px;
}

.arrow-indicator {
  float: right;
  margin-right: 24px;
}

label > span {
  -webkit-transition: -webkit-transform .65s ease;
  transition: transform .65s ease;
}
.section-expanded label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navbar-indent {
  padding-left: 15px;
}