body {
    font-family: Carme,Arial, Helvetica, sans-serif;
    margin: 0;
    color: #254535;
    min-height: 100dvh;
    display: grid;
    background-color: #DDE5B6;
}

@media screen and (min-width: 1200px) {
  body {
    max-width: 1200px;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}

dd {
    margin: 1.5em;
}

dl {
    margin: 2em 0;
}

dt {
    font-style: italic;
}

h1 {
    margin-left: 1em;
    float: left;
    font-size: 26px;
}

h1 a {
    color: #254535;
    text-decoration: none;
}

ul li {
    list-style-type: none;
}

menu {
    padding: 0;
    margin: 0;
}

menu li {
    display: inline;
    padding: 1.5em;
    float: left;
}

menu li a {
    text-decoration: none;
    color: black;
}

menu li:hover {
    background-color: #CCD5AE;
}

footer {
    margin-top: 3em;
    padding: 1em;
    bottom: 0;
    height: 2.5rem;
}

.author {
    margin-top: 2em;
    margin-bottom: 2em;
}

.navigation .active {
    background-color: #D4A373;
}

.banner {
    background-image: url('images/kaivo.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 280px;
    clear: both;
}

.banner-text {
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
}

.container {
    background-color: #F7E1D7;
}

.column {
  float: left;
  width: 50%;
}

@media screen and (max-width: 1199px) {
    .column {
        width: 100%;
    }
}

.content {
    padding-bottom: 2.5rem;
}

.image1 {
    margin-top: 1em;
    margin-right: 2em;
}

.image2 {
    margin-top: 1em;
}

.image3 {
    max-height: 600px;
    margin-left: 4em;
}

.language {
    float: right;
}

.language .active {
    text-decoration: underline;
}

.list-numbered li {
    list-style-type: decimal;
}

.list-square-bullets li {
    list-style-type: square;
}

.navigation {
    float: right;
}

.row {
    margin-top: 2em;
    margin-bottom: 2em;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.text {
    margin-left: 0.5em;
    padding: 1em;
}

.text a {
    color: #FF4D68;
}

@media screen and (min-width: 1200px) {
    .text img {
        max-width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .text img {
        max-width: 300px;
        margin: auto;
    }
}

.top {
    background-color: #E9EDC9;
    overflow: hidden;
}
