html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1 0 auto;
  padding: 20px 0;
}

.header {
  height: 250px;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .header {
    height: 150px;
  }
}

.footer {
  background-color: rgb(10, 44, 84);
  flex-shrink: 0;
  color: white;
}
.footer p {
  margin: 0 0 8px 0;
}
.footer a {
  color: white;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

.services-block {
  text-align: center;
  min-height: 100px;
  vertical-align: middle;
}
.services-block div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.index-block {
  margin-bottom: 30px;
}

.main-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 250px;
  z-index: 1;
  background-image: url("../img/background1-tm.jpg");
  background-size: 100%;
  background-position: center;
}
@media (max-width: 992px) {
  .main-image {
    height: 150px;
  }
}

.top-container {
  margin-top: 10px;
  z-index: 10;
  position: relative;
}

.menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 250px;
  color: white;
  text-shadow: 1px 1px 5px black;
}
.menu img {
  float: left;
  height: 100px;
}
.menu h1 {
  float: left;
  margin: 50px 0 0 -10px;
}
.menu h1 a {
  color: white;
  text-decoration: none;
}
.menu h1 a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .menu {
    padding-left: 10px;
    height: 150px;
  }
  .menu h1 {
    font-size: 160%;
    margin: 25px 0 0 -7px;
  }
  .menu img {
    height: 60px;
  }
}
.menu .menu-links {
  float: right;
  margin-top: 5px;
  font-size: 120%;
}
.menu .menu-links a {
  color: white;
}
.menu .menu-links a:hover {
  text-decoration: none;
}

.main-content {
  position: relative;
  top: 260px;
}

/*# sourceMappingURL=main.css.map */
