/*!
 * Start Bootstrap - Blog Post (https://startbootstrap.com/template-overviews/blog-post)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-post/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  background-color: #f4f4f4;
}

.navbar {
  box-shadow: 0 1px 0 hsla(0,3%,67%,.1), 0 2px 1px hsla(0,1%,71%,.1);
  background-color: #fff;
  font-weight: bolder;
  color: #0f65ef !important;
  font-size: 16px;
}

.navbar-brand {
  color: #e32 !important;
  font-size: 24px;
  letter-spacing: -1px;
}

.card-footer {
  border-top: 0px;
  background-color: white;
  font-size: 12px;
  padding-top: 0px;
}

.card-header {
  background-color: white;
  font-weight: bolder;
  font-size: 16px;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.card {
  box-shadow: 0 1px 1px hsla(0,3%,67%,.1);
  border: 1px solid rgba(0,0,0,.1);
}

.card-top-bar {
  border-top-color: black;
  border-top-width: 8px;
}

.card-top-bar2 {
  border-top-color: #f43192;
  border-top-width: 8px;
}

.linkheader {
	font-family:'Alfa Slab One';
}

.card-title{
  margin-bottom:0px;
}

.past-work-title{
  padding-left:14px;
  padding-top:10px;
}

.authors {
  font-size: 10px;
}

.linktext {
  color: #333;
}

.col-6{
      float: left;
}

a.nolink:hover   {
  color: #e32;
  text-decoration:  none;
}

a.nolink-post:link, a.nolink-post:visited, a.nolink-post:active {
color: black;
}

a.nolink-post:hover   {
  color: blue;
  text-decoration:  none;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}


label {
  text-align: center
}


/* stories */

@media (max-width: 600px) {  /* hide it on small screens */
  .stories {
    display: none;
    visibility: hidden;
    }
}

.stories {
    flex-direction: column;
    width: 100%;
    display: table;
}

.content {
  display: flex;
  flex: 1;
}

.story {
  flex: 1;
  position: relative;
}

img{
  width: 100%;
  height: auto;
  display: block;
}

.overlay {
  position: absolute;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(244,49,146,.8);

top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;


}

.story:hover .overlay {
  opacity: 1;
}

.storytext{
  font-size: 12px;
  line-height: 1.3;
  color: white;
  margin:8px;
  position: absolute;
}

.card-block{
  padding-top:10px;
}

/* ------leftovers */


.w-100 {
  height: 100px;
}

.d-block{
  max-width: 12% !important;
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.post-container{
  width: 66.66667% !important;
}


/* sharing */

.resp-sharing-button__link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  padding: 0.5em 0.75em;
}
