body {
  background: #42474c;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 550;
}

/* remove bootstrap gutter*/
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 650;
}

.wrapper {
  width: 100%;
}

.profile-photo img {
  border-radius: 50%;
  height: auto;
  width: 15em;
}

.navbar {
  border-bottom: 1px #292d30 solid;
  min-height: 80px;
}

.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 80px;
}

@media (max-width: 767px) {
  .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}

.home {
  margin-top: 1em;
}

.resume-header {
  margin-bottom: 2em;
  color: #110c13;
  background: url("img/resume_bg.jpg")no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.frosted {
  background: rgba(230, 230, 230, 0.36);
}

.introduction {
  padding: 3em;
}

.social-circle {
  border-radius: 1em;
  border: #861212 1px solid;
  background: #a31616;
  margin: 0.2em;
}

.social-circle a {
  padding-right: 8px;
  color: #ffffff;
}

.twitch_status {
    background: #4a4a4a;
    color: #fff;
    padding: 0.2em;
    border-radius: 1em;
    font-weight: 600;
    margin-left: -0.2em;
    display: inline-block;
}

.social-site {
  padding: 5px;
  border-radius: 50%;
}

.red {
  background: #a31616;
  color: #fff;
}

.yellow {
  background: #e6f411;
  color: #fff;
}

.green {
  background: #5fb31a;
  color: #fff;
}

.blue {
  background: #21b0a0;
  color: #fff;
}

.purple {
  background: #6b30a0;
  color: #fff;
}

.footer {
  border-top: 1px solid #292d30;
  padding: 2em;
  background-color: #343a40;
  width: 100%;
}

.footer-branding h5, .footer-branding {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
#twitch-embed {
  text-align: center;
  padding-bottom: 1em;
}
#twitch-embed iframe {
  max-width: 100%;
  height:20em;
}

.img-featured-container {
  overflow: hidden;
  position: relative;
}

.img-featured-container img {
  width: 100%;
/*   padding: 10px; */
}

.img-featured-container .img-backdrop {
  background: linear-gradient(135deg, rgb(163 22 22 / 81%), rgb(97 8 8 / 81%));
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}

.img-featured-container:hover > .img-backdrop {
  opacity: 1;
}

/* center text horizontally and vertically on image hover */
.img-featured-container .description-container {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 30px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  z-index: 2;
  opacity: 0;
  transition: all .2s ease;
}

.img-featured-container .description-container .fa-instagram {
  font-size: 40px;
}

.img-featured-container .description-container p {
  font-weight: 300;
  margin-bottom: 0;
}

.img-featured-container:hover .description-container {
  opacity: 1;
}

.img-featured-container .description-container .caption {
  display: none;
  margin-bottom: 10px;
}

.img-featured-container .description-container .likes,
.img-featured-container .description-container .comments {
  margin: 0 5px;
}

/* load more button */
#btn-instafeed-load {
  color: #fff;
  background: #a31616;
  font-size: 16px;
  margin: 20px auto;
  padding: 8px 40px;
  display: block;
  border: none;
}

/* media queries  */
@media screen and (min-width:768px) {
  .img-featured-container .description-container .caption {
    display: block;
  }
}
