@charset "UTF-8";
/* Static Site CSS
  Copyright by Time VM AB. All Rights Reserved.
*/

/* Space out content a bit */
body {
  /* padding-top: 20px; */
  padding-bottom: 20px;
}

/* Customize topnav */
.topnav {
  background-color: white;

  /* border-bottom: 1px solid #c4c4c4; */
  border-bottom: 1px solid #c4c4c4; */
}

/* Add space between main and topnav */
.main {
  padding-top: 20px;
  padding-left: 10px;
}

/* Everything gets side spacing for mobile first views */
.newsletter,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Remove border radius from all elements */
.btn,
.newsletter .form-control,
.marketing .card {
  border-radius: 0;
}

/* Customize footer */
.footer {
  padding-top: 15px;
  color: #777;
  /*  border-top: 1px solid var(--light); */
  border-top: 1px solid #c4c4c4;
}

/* Space between marketing content */
.marketing {
  margin: 40px auto;
}

.ImageCaption {
  font-size: 0.9rem;
  padding-left: 3rem;
  padding-right: 3rem;
  color: #686868;
}

/* Responsive: customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}

/* Responsive: portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}
