* {
  box-sizing: border-box;
}

html,
body {
  /* padding: 0 1em; */
  font-size: 18px;
  background: #fff;
  background: rgb(255, 253, 253);
  /* color: #888; */
  color: darkslategray;
  text-align: center;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: Arial, Helvetica, sans-serif;
}
p{
  text-align: left;  
}

a {
  text-decoration: none;
  color:blue;
  text-decoration:underline;}

.men-img {
  width: 200px;
  background-color: red;
}

img {
  display: block;
  max-width: 100%;
}

.italic {
  font-style: italic;
  font-size: 0.9rem;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 550;
}
.page-title{
  font-size: 1.2rem;
}

.wrapper {
  width: 90%;
  margin: 0 auto;
}

.header {
  margin-bottom: 20px;
}

h2,
h4.italic {
  margin: 0;
  padding: 0;
  font-weight: 100;
}

/* p {
  text-align: justify;
  line-height: 1.4;
} */

hr {
  border: solid #7777 3px;
}
.kloster-pages p {
  text-align: start;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}

/* Above for all pages */
.content-index-images {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.content-index-images > img {
  width: 45%;
}
.content-art-title-rica{
 margin-left: 40px;
}
.content-index-text {
  text-align: justify;
  padding: 0 20px 0 20px;
}
.artist-page-images{
  width:100%;
  display:flex;
  gap:10px;
  justify-content: center;
}
.artist-page-images img{
  width:12em;
  /* height:10em; */
}
 
.data {
  padding: 0 10px 0 10px;
}

/* images on pages */
.content-image {
  width: 70%;
  margin: 0 auto;
}
.ci1 {
  margin-bottom: 20px;
}

.image-data {
  max-width: 60%;
  margin: 0 auto;
}

/* .title {
  margin-top: 80px;
  font-weight: bold;
  color:lime;
} */
.page-title{
  color:lime;
}

.chile-img {
  max-width: 30%;
  padding: 10px;
}

.images-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-gap: 10px;
}

figcaption {
  margin-top: 0.4rem;
  text-align: left;
  font-size: 1.5 rem;
  font-style: italic;
}
.italics {
  font-style: italic;
}
.inline-link a {
  color:blue;
}
.inline-link a:hover {
 text-decoration: underline;
}


/***********media queries*********************/

@media screen and (min-width: 900px) {
  /* body {
    padding: 1em;
  } */

  .chile-img {
    max-width: 20%;
  }

  .wrapper {
    width: 60%;
    margin: 0 auto;
    padding: 2rem;
  }

  #navlist {
    min-width: 80%;
    max-width: 50%;
  }

  .images-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    grid-gap: 15px;
  }

  .content-image {
    padding-left: 80px;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  /* Sizes of some images */

  img.poster {
    width: 80%;
  }
  img.scap {
    width: 100%;
  }

  /* ***** */
}
