/**
 * @file
 * Subtheme specific CSS.
 */


#block-bootstrap-barrio-subtheme-primarylinks,
header {
  background-color: #ded5c7;
}

.sidebar_first img {
  margin-left: 75px;
}

header section {
  width: 100%;
}

.sidebar img {
  width: 200px;
  height: auto;
}

.sidebar p,
.sidebar form {
 text-align: center;
}

#logo-container,
#block-bootstrap-barrio-subtheme-primarylinks {
  padding: 0px 0px 0px 0px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#money-bg {
  background-color: #E0D5C5;
}

#logo {
  padding: 0px 14px 0px 0px;
}

#logo-picture {
  display: table-cell;
  vertical-align: middle;
  border: none;
  padding-right: 8px;
  float: left;
}

#logo h1.logo-picture-true {
  font-size: 28px;
  line-height: normal;
  position: relative;
  top: 16px;
  text-align: left;
  display: inline;
  height: 100%;

  a {
    color: #65533D;
    text-decoration: none;
  }
}

#logo h1 {
  font-size: 38px;
  padding: 0 0 2px 0;
  margin: 0;
  line-height: 100%;
}

#logo strong.logo-picture-true {
  font-size: 10px;
  line-height: normal;
  position: relative;
  top: 24px;
  text-align: center;
  font-weight: normal;
  display: block;
}

.slideview {
  display: flex;
  align-items: center;
  font-size: 12px;
  width: 33%;
  margin: 15px auto 15px auto;

  iframe {
    float: left;
    margin-right: 10px;
  }

  h3 {
    font-size: 16px;
  }

  li {
    margin-top: 0;
    margin-bottom: 0;
  }

  img {
    width: 103px;
    height: 130px;
  }

  p:has(img) {
    display: flex;
    gap: 10px;
  }
}

.sidebar .contextual-region, .sidebar .block {
  ul {
    list-style-type: none;
  }

  img {
    margin: 5px auto 5px auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#sidebar_second {
  width: 333px;
}
