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


body {
//  padding-top: 56px;
}

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

/*
.navbar {
  min-height: 80px;
  background-image: url('../../images/theme/header.jpg');
  background-position: center center;
  background-size: cover;
}

.navbar-brand {
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
  font-size: 200%;
}

*/

.banner {
  height: 200px;
  background-image: url('../../images/theme/header.jpg');
  background-position: center left;
  background-size: cover;
//  line-height: 200px;
  padding: 0 15px;
}

.banner-text {
    height: 200px;
    display:table-cell;
    vertical-align:middle;
}

.banner-text .title {
  font-size: 400%;
  line-height: 30px;
  color: white;
}

.banner-text .subtitle {
  font-size: 150%;
  color: #bdc3c7;
}

.post-content p img {
  max-width: 100%;
  height: auto;
}

.navbar-form .search-box {
  border:0px;
  height:35px;
  outline: none;
  width:320px;
  padding-right: 3px;
  padding-left: 15px;
  margin:4px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}

.navbar-form button {
  border: 0;
  background: none;
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -34px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

img + span  {
  display: block;
  text-align: cent;
  font-size: 0.8em;
  color: light-grey;
}
