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;
  }
}

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;
}

.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;
}

.content {
    padding-bottom: 2.5rem;
}

.list-square-bullets li {
    list-style-type: square;
}

.navigation {
    float: right;
}

.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;
    }
}

.top {
    background-color: #E9EDC9;
    overflow: hidden;
}
