/*!
 * Start Bootstrap - Half Slider (https://startbootstrap.com/template-overviews/half-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-half-slider/blob/master/LICENSE)
 */
 
html{
    font-size: 18px;
}
 
body{
    padding-top: 3.5rem;
}

.carousel-item {
  height: 35vh;
  min-height: 20rem;
  background: no-repeat center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.navbar-brand > span{
    vertical-align: middle;
    margin-left: 6px;
}

.carousel-caption{
    background: black;
    background: rgba(0,0,0,0.3);
}

.carousel-caption h3{
    font-size: 2.5rem;
}

.carousel-caption h3:hover{
    text-decoration:underline;
}

.carousel-caption h5:hover{
    text-decoration:underline;
}

.navbar-nav .nav-link {
    white-space: nowrap;
}

#content-cards{
    margin-top: 15px;
}

.article img{
  margin-top: 5px;
  width: 100%;
  margin-bottom: 5px;
}


.article-text blockquote{
    font-size: 1.171875rem;
    margin-left: 4rem;
}

.widget p {
    margin-top:0;
    margin-bottom: 0;
}

.widget img {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.social{
    display:inline-block;
}

ul.share-buttons {
  list-style: none;
  padding: 0;
}

ul.share-buttons li {
  display: inline;
}

ul.share-buttons li>a{
    color: black;
    font-size: 1.5em;
}

ul.share-buttons li>a:hover{
    text-decoration: none;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

footer .share-buttons li>a{
    color:white;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: yellow;
}

.author img {
    width: 2.5rem !important;
}
.author .media-body{
    margin-top: 1rem;
}



