/* TEXT */

.container_text {
  margin: 50px auto auto auto;
  width: 80%;
}

/* #title {
  font-size: 2em;
  font-weight: 900;
  text-align: left;
  color: #000;
  /* line-height: 0em; 
  margin-bottom: 0.7em;
  border-color: red 1px solid;
} */

#caption {
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  text-align: left;
  color: rgb(33, 168, 247);
}

br {
  line-height: 250%;
}

#text_description {
  margin-top: 0em;
  margin-bottom: 0.5em;
  text-align: left;
  line-height: 1.5em;
  color: #000;
}

#process {
  margin-top: 0em;
  text-align: left;
  font-size: 1em;
  line-height: 1.5;
  color: #000;
}

.qwerty {
  border: 3px solid green;
}

.imageDescription {
  border: 1px solid blue;
  text-align: center;
  margin: auto;
  width: 50%;
}

.work-meta {
  /* border: rgb(33, 168, 247) 1px solid; */
  text-align: center;
  /* border: 1px solid red; */
}

#_title {
  /* border: 1px solid red; */
  font-size: 11px;
  width: 100%;
  font-style: italic;
  text-align: center;
  color: #000000;
}
#_year,
#_technique,
#_dimensions {
  /* border: 1px solid red; */
  font-size: 11px;
  width: 100%;
  text-align: center;
  color: #000000;
}

#links {
  outline-style: none;
  text-decoration: none;
  color: red;
}

#EW {
  outline-style: none;
  text-decoration: none;
  color: red;
  font-size: 2rem;
  font-weight: 500;
  border: 1px solid red;
}

#instaImg {
  /* border: 1px solid blue; */
  height: 10px;
   width: 10px;
  /* flex: auto; */
  margin-right: 10px;
}

@media only screen and (max-width: 800px) {
  /* #large {
    max-width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 2em;
  } */

  #text_descr {
    width: 100%;
  }
}
