/* Title */
#home_card .card_body {
  background-color: transparent;
}
#welcome_container {
  text-align: justify !important;
}
#welcome_container p {
  font-size: x-large;
}
@media only screen and (max-width: 576px){
  #welcome_container p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: large;
  }
}
#left_quote {
  width: 5%;
  padding-right: 1%;
}
#right_quote {
  width: 5%;
  padding-left: 1%;
}
/* Main picture */
#lyricollage {
  width: 60%;
  margin-bottom: 6%;
  margin-top: 6%;
  border-radius: 0.35rem;
}
@media only screen and (max-width: 992px) {
  #lyricollage {
    width: 85%;
  }
}
@media only screen and (max-width: 992px) {
  #lyricollage {
    width: 100%;
  }
}
#lyricollage:hover {
  filter: grayscale(100%);
  cursor: pointer;
  box-shadow: 10px 10px 10px grey;
}
#container_btn {
  justify-content: center;
  position: relative;
}
/* Articles */
#journal_articles .card-img {
  width: 33%;
  height: 100%;
  padding: 1%;
}
#journal_articles .landscape-img {
  height: 150% !important;
}
@media only screen and (max-width: 768px){
  #journal_articles .card-img {
    width: 50%;
  }
}
@media only screen and (max-width: 576px){
  #journal_articles .card-img {
    width: 100%;
    height: 50%;
  }
}
#journal_articles .card-img:hover {
  cursor: pointer;
}
/* Facebook page */
#iframe_text {
  border-radius: 0.35rem;
  background-color: #95A739;
  height: max-content;
}
#home_card iframe {
  border: none;
}
#iframe_sm {
  display: none;
}
@media only screen and (max-width: 1200px){
  #iframe_container {
    width: 100% !important;
    margin-top: 5%;
  }
  #iframe_side h1 {
    padding: 0 !important;
  }
  #iframe_side {
    width: 75% !important;
  }
  #iframe_block {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 768px){
  #iframe_xl {
    display: none;
  }
  #iframe_sm {
    display: block;
  }
}
@media only screen and (max-width: 576px){
  #iframe_side {
    width: 100% !important;
  }
}