@font-face {
  font-family: OpenSans;
  src: url(assets/fonts/OpenSans/OpenSans-Regular.ttf);
  font-weight: normal;
}

body {
  margin: 0;
}

.link {
  display: inline-block;
  padding: 0 15px 0 15px;
}

.link a {
  text-decoration: none;
}

.link a:hover {
  text-decoration: underline;
}

.sr-only {
  display: none;
}

.navbar-kadaster .navbar-brand img.img-responsive {
  height: 3.5rem;
  padding-right: 25px;
  padding-left: 20px;
}

.navbar-kadaster {
  border-bottom: 2px solid #04357d;
  padding: 12px 0;
}

.navbar-header {
  height: 65px;
}

.navbar-brand {
  float: left;
  padding: 0 0;
  height: 50px;
}

.navbar-text {
  float: right;
  margin: 0;
}

.navbar-header h1 {
  color: #406a9e;
  line-height: 65px;
  font-family: Auto, Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

h1 {
  color: #008296;
}

h2 {
  color: #00387d;
  margin-bottom: 10px;
}

h4 {
  color: #008296;
  margin: 10px 0;
}

pre {
  margin-top: 0;
}

p {
  margin: 10px 0;
  line-height: 140%;
}

ul {
  margin-top: 8px;
}

li {
  line-height: 140%;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "OpenSans", arial, sans-serif;
}

code {
  font-size: 16px;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.info-message {
  flex: 1 1 auto;
  margin-bottom: 50px;

  @media only screen and (max-width: 1232px) {
    max-width: 75%;
  }
  @media only screen and (min-width: 1233px) {
    max-width: 50%;
  }
  @media screen and (min-width: 1360px) {
    max-width: 35%;
  }
}

.button {
  background-color: #396396;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
