body {
  font-size: 12pt;
}

#post-content {
  font-size: 12pt;
}

header {
  font-size: 14pt;
}


.partner {
  margin-bottom: 2em;
}
.partner-logo {
  max-width: 100%;
  margin-bottom: 1em;
}

.vertical-align {
  display: flex;
  align-items: center;
}
/* Extra small devices (767px and down) */
@media (max-width: 767px) {
    .row.vertical-align {
        display: block; /* Turn off the flexible box layout */
    }
}

/*
 * Modifications to the Theme

 #navbar .navbar-header a img.hidden-xs.hidden-sm {
  width: 65px
}

#navbar .navbar-header a img.visible-xs.visible-sm {
  width: 60px
}
 */

#heading-breadcrumbs {
  background: url('../pictures/network.jpg') center center repeat;
  padding: 20px 0;
  margin-bottom: 40px;
}

#heading-breadcrumbs h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .2em;
}

.bar.background-image-fixed-2 {
  background: url('../pictures/zurich.jpg') center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#footer {
  background: #fff;
  color: black;
  border-top: 0.5ex solid #555555;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #555555;
}

#footer .blog-entries .item .name h5 a {
    color: #aaa;
}

#copyright {
  padding: 10px 0;
}

.home-carousel {
  background: url('../pictures/network.jpg') center center repeat;
}

.home-carousel .dark-mask {
  opacity: 0.6;
}

/* Vertically align partner logos in the middle */
.customers .owl-wrapper {
  display: block !important;
}
.customers .owl-item {
  display: inline-block;
  float: none !important;
  vertical-align: middle !important;
}
.customers .owl-item > div,
.customers .owl-item > div * {
  text-align: center;
}
.customers .owl-item img {
  max-height: 100px;
}
/* Center parnter carousel on large devices */
@media (min-width: 1200px) {
.customers .owl-wrapper {
  width: 100% !important;
  text-align: center;
}
}

div#post-content > p > img {
    width: 100%;
}

/* remove underline for navigation links */
.navbar ul.nav > li > a {
  text-decoration: none;
}
