html {
  overflow-y: scroll;
}

body {
  padding-bottom: 10px;
}

h1 {
  padding-top: 5px;
  padding-bottom: 15px;
}

h2, h3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

h4 {
  padding-top: 10px;
}

/* Custom page footer */
.footer {
  margin-top: 20px;
  padding-top: 10px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.navbar {
  margin-bottom: 0px;
  font-weight: bold;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 980px;
  }
}

.satlab-logo {
  max-height: 30px;
  margin-top: -5px;
  user-select: none;
}

.carousel {
  margin-top: 25px;
  margin-bottom: 25px;
  z-index: 10;
}

.carousel-inner {
  border-radius: 10px;
  background-color: white;
  overflow: hidden;
}

.item {
  border-radius: 10px;
  overflow: hidden;
}

.carousel-control {
  border-radius: 10px;
  overflow: hidden;
}

.address {
  float: none;
}

.map {
  float:none;
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
  background: #efefef;
}

.product-parameters {
  max-width: 500px;
}

.product-image {
  float: right;
  width: 100%;
  max-width: 400px;
  padding-bottom: 10px;
  margin-left: 30px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  .address {
    float: left;
  }
  .map {
    float:right;
    width: 75%;
  }
}

.news-item {
  padding-bottom: 10px;
}

.news-date {
  padding-top: 5px;
}

.label {
  min-width: 60px;
}
