.am-img {
    max-height: 350px;
}
/*Main Section*/
.article {
  margin-left: 0;
  width: 70%
}

@media (max-width: 768px) {
.article {
  margin-left: 8%;
  width: 80%;
}
}
a {
  color: rgba(0,0,0,.5);
}
.intro-header .page-heading h1 {
  font-size: 45px;
}
.post-preview .post-title {
  font-size: 24px;
}
.intro-header .page-heading {
  color: #673ab7;
}
h1, h2 {
  color: #673ab7;
  font-weight: 100;
}

/*Sidebar Adjustments*/
.backdrop-paper {
  max-width: 43%;
  margin-right: 5%;
}
.drawer {
  float: right;
}
.toc {
  padding-top: 50px;
}
.section header .title {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #673ab7;
  padding: 10px 0 0 0;
  margin-bottom: 10px;
  padding-right: 1rem;
  color: #673ab7;
}

article.li time {
  font-size: 1rem;
  line-height: 1.8rem;
}

.section.taxonomies a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  line-height: 20px;
}

.section.taxonomies a:before {
  content: '•';
  font-family: 'Fontawesome';
  margin-right: 5px;
}

article.li .detail {
  padding: 1rem 0;
}

article.li .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  line-height: 15px;
  margin: 0px 0 5px 0;
}

article.li .summary {
    display: none;
}

.sm article.li {
  background-color: transparent;
}

.sm article.li .detail {
  display: table-cell;
  padding: 0;
  height: 40px;
  vertical-align: middle;
}

.sm article.li .title {
  white-space: normal;
  color: rgba(0,0,0,.5);
}

/* Logo Adjustements */
.project .logo img { 
    background: none;
    max-height: 85px;
}

/*Footer Adjustments*/
.footercr {
    text-align: center;
}

#post-list > article > footer {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 16px 20px;
    background: #efefef;
    border-radius: 0;
    color: #404040;
    width: 13%;
    margin-top: 10px;
}
/*Header Adjustments*/
.avatar-img-border {
  box-shadow: none !important;
}
.navbar-custom .avatar-container {
  width: 200px; 
  margin-top: -60px;
}
/*.navbar-custom .avatar-container {
  margin-top: 0;
}*/

/*Responsive Fixes*/

@media (max-width:425px) {
  .intro-header .page-heading h1 {
    display: none;
  }
}

@media (max-width:768px) {
  .container {
    padding-right: 55px;
    padding-left: 55px;
  }
}