/* your styles go here */
/* Example site test */

.box-image-text .image {
    min-height: 190px;
    max-height: 190px;
}

.box-image-text .image img {
    max-height: 190px;
    margin: auto;
}

.box-simple {
    min-height: 230px;
}

.language {
  margin-left: 2em;
}

.language a {
  color: #9d9d9d;
  font-weight: normal;
}

.image-caption img { 
    max-width: 100%;
    height: auto; 
}

#top .social a {
  margin-right: 0.5em;
}

/* Style the list */
ul.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Display list items side by side */
ul.footer-links li {
  color: #ccc;
  display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
/* Add a color to all links inside the list */
ul.footer-links li a {
  color: #ccc;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.footer-links li a:hover {
  color: white;
  text-decoration: underline;
}

.navbar-footer .nav > li > a {
  margin: 0;
  padding: 0;
}
/*
#video.bar, #features.bar {
  padding: 10px 0;
}

section#features, #features div.section {
  margin-bottom: 0px;
}
*/
.video-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #ccc;
  margin-bottom: 1em;
}