/* ------------ universal styling ------------ */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  margin-bottom: 0;
  padding: 0;
}

[hidden] {
  display: none !important;
}

body {
  background-color: #fafafa;
  font-size: 17px;
  /*   font-weight: normal; */
  overflow: scroll;
  margin: 40px 0 0px 40px;
}

p {
  margin: 16px 0px;
}

/* ------------ fonts ------------ */

@font-face {
  font-family: "eudald_news_regular_italicRg";
  src: url("eudald_news_regular_italic-webfont.woff2") format("woff2"),
    url("eudald_news_regular_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "eudald_news_regularregular";
  src: url("eudald_news_regular-webfont.woff2") format("woff2"),
    url("eudald_news_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* ------------ top links ------------ */

a {
  font-family: Eudald News Regular, Serif;
  text-decoration: none;
  font-size: 17px;
}
a:link {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

.click {
  transition: 0.2s;
}

.click:hover {
  color: transparent;

  transition: 0.2s;
}
button {
  font-family: Eudald News Regular, Serif;
    color: black;

  text-decoration: none;
  font-size: 17px;
  background: #fafafa;
  cursor: pointer;
}

/* -----------  left side -----------  */

#left {
  float: left;
  max-width: 45%;
}

.left-image {
  display: flex;
  justify-content: center;
}

#voice {
  align-items: center;
  max-width: 20vw;
  min-width: 10vw;
  padding: 100px 0 100px 0;
}

.bio {
  font-family: Eudald News Regular, serif;
  /*     column-count: 2; */
  letter-spacing: 0.01rem;

  line-height: 1.43em;

  /*letter-spacing: 0.02em;*/
  /*   padding-bottom: 0px; */
  /*   padding-right: 40px; */
}

/* -----------------------  right side -----------------------  */
#hide {
  display: none;
}

#drop-down {
  display: none;
}

.drop-down {
  display: none;
}

.periodico-entries {
  max-width: 70%;
    font-family: Eudald News Regular, serif;
font-size: 15px;
}

a.periodico-links {
   font-family: Eudald News Regular, Serif;
  text-decoration: underline;
  font-size: 15px;
}

/* #periodico {
background-color: pink;
  display: none;
} */

.right {
  float: right;
  height: 100%;
  width: 50%;
  padding-left: 40px;
  clear: right;
  text-align: left;
}


/* This margin is for the image section--it's what adds or removes the horizontal scroll */
.right-image-container {
  margin-top: 2%;
}

/* --------- images & captions ---------  */

#entries {
  overflow: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  margin-left: 0;
/*   max-height: 300px; */
  max-height: 84vh;
}

.entry {
  display: inline-block;
  max-width: 100%;
  margin: 20px;
}

.entry img {
  max-height: 65vh;
  max-width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.caption {
  max-width: 600px;
  height: 60px;
  font-size: 12px;
  font-family: Eudald News Regular, Serif;
  /* background-color: pink; */
}
.caption p {
  max-width: 100%;
  white-space: normal;
}

.caption a {
  font-size: 12px;
  text-decoration: underline;
}

/* ----- Mobile   ------- */
@media screen and (max-width: 560px) {
  
  body {
  background-color: #fafafa;
  font-size: 17px;
  /*   font-weight: normal; */
  overflow: scroll;
  margin: 40px 40px 0px 40px;
}
  #voice {
  align-items: center;
  max-width: 60vw;
  min-width: 30vw;
  padding: 100px 0 100px 0;
    transform: rotate(90deg);
}

p {
  margin: 16px 0px;
}
#left {
/*   float: left; */
  max-width: 100%;
  margin-bottom: 40px;
}
  .right {
/*   float: right; */
  height: 100%;
  width: 100%;
  padding-left: 0px;
/*   clear: right; */
  text-align: left;
        padding-bottom: 40px ;

}
  
  #entries {
  overflow: scroll;
    overflow-y: hidden;
/*    white-space: nowrap; */
  margin-left: 0;
/*   max-height: 300px; */
}
  
/*   .right-image-container {
    padding-bottom: 40px ;
  } */
  
}

/* ---- ----- */
@media screen and (min-width: 1200px) {
  .right-image-container {
  margin-top: 8%;
    
    
}
  body {
/*     overflow: hidden; */
  }
  
}