/*
 * bootstrap-sharper v0.1 (http://github.com/KeitIG/bootstrap-sharper)
 * Copyright 2015 Pierre de la Martinière
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.alert,
.badge,
.breadcrumb,
.btn,
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .btn:last-child:not(:first-child),
.btn-lg,
.btn-sm,
.btn-xs,
.container .jumbotron,
.container-fluid .jumbotron,
.dropdown-menu,
.form-control,
.img-thumbnail,
.thumbnail,
.input-group-addon,
.label,
.list-group-item:first-child,
.list-group-item:last-child,
.nav-pills > li > a,
.nav-tabs > li > a,
.navbar,
.navbar-toggle,
.pager li > a,
.pager li > span,
.pagination,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.panel-group > .panel,
.panel,
.panel-heading,
.popover,
.progress,
.tooltip-inner,
.well,
.well-lg,
.well-sm,
.modal-content {
  border-radius: 0;
}
body {
  font-family: "Open Sans";
  background-color: #eee;
  color: #555;
}
body header {
  background-color: #e6e6e6;
  border-bottom: solid 1px #cecece;
  padding: 30px 0;
}
body header .container .header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  body header .container .header-content {
    flex-direction: row;
  }
}
body header .container .header-content .header-logo {
  display: flex;
}
body header .container .header-content .header-logo .logo-container {
  width: 70px;
}
body header .container .header-content .header-logo .logo-container .logo-museeks {
  display: block;
  width: 60px;
}
body header .container .header-content .header-logo .titles-container {
  width: calc(100% - 70px);
}
body header .container .header-content .header-links a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
body .main-content {
  margin-top: 50px;
}
body .heart {
  color: #c70000;
}
body .screenshot {
  display: block;
  max-width: 100%;
}
body .btn-primary {
  border: 0;
  background-color: #499cd5;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
}
body .btn-primary:hover,
body .btn-primary:active,
body .btn-primary:focus {
  box-shadow: none;
  background-color: #499cd5;
}
body .btn-primary:focus:active {
  box-shadow: none;
  background-color: #4383af;
}
body hr {
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 1px solid #dadada;
}
body .no-margin-top {
  margin-top: 0;
}
body .no-margin-bottom {
  margin-bottom: 0;
}
body #contributors {
  margin-top: 30px;
  margin-bottom: 30px;
}
body #contributors .contributors-list {
  display: flex;
  justify-content: flex-start;
}
body #contributors .contributors-list a.contributor {
  width: 40px;
  margin-right: 10px;
}
body #contributors .contributors-list a.contributor img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50px;
}
body footer {
  margin-top: 30px;
  text-align: center;
}
body .thin {
  font-weight: 100;
}
body .v-align-middle {
  vertical-align: middle;
}
body a,
body a:hover,
body a:active,
body a:focus {
  cursor: pointer;
  text-decoration: none;
}
