img {
  max-width: 100% !important;
}

.p-0{
  margin: 0 auto;
}

.devicons{
  font-size:1.5em;
      vertical-align: sub;
}

/* ensure items with short summarues push date over image */
.publication-content{
  width:90%;
}


h3{
    margin-top:40px;
}

h3.mb-0{
    margin-top:0;
}

div.skills-heading{
    margin-top:1em;
    margin-bottom:0 !important;
}


.tags {
    font: 12px/1.5 'PT Sans', sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  
  .tags li {
    float: left;
    margin-right: 5px;
  }
  
  .tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #555;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    /* transition: background-color 0.2s, color 0.2s; */
  }
  
  .tag::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 6px;
    height: 6px;
    margin-top: -3px; /* center vertically */
    background: #fff;
    border-radius: 50%;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  }
  
  .tag::after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px; /* move arrow outside */
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee; /* same as background */
  }
  
  .tag:hover {
    background-color: crimson;
    color: #fff;
  }
  
  .tag:hover::after {
    border-left-color: crimson;
  }
  

.project-fact{
  font-size:80%;
  font-style:italic;
}




.resume-section blockquote {
    border-left: 4px solid #BD5D38;
    padding-left: 1em;
}

/* Fix responsive width for blog posts */
.my-auto {
	width: 100%
}

    .advteaser-container{

    }

    .advteaser {
        width: 250px;
        height: 250px;
        position: relative;
        display: inline-block;
    }
    .advteaser img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .advteaser .img-top {
        display: none;
        z-index: 99;
    }
    .advteaser-container:hover .img-top {
        display: inline;
    }

    img.qrcode {
      max-width: 300px !important;
    }