/*
Theme Name: hyvantahen
Theme URL: https://hyvantahen.fi
Description: Hyväntähen oma teema
Author: Bittiviidakon
Template: sydney
Version: 1.0
Text Domain: hyvantahen
*/

h2.wp-block-heading {
    color: #000000 !important;
}

.wp-block-image img {
    width: 200px !important;
    height: auto !important;
}

@media (max-width: 768px) {
    .wp-block-image img {
        width: 150px !important;
    }
         a[rel="home"] {
        font-size: 16px !important;
        word-wrap: break-word;
    }
.sisalto {
grid-template-columns: 1fr 1fr;
gap: 10px;
width: 90%;
}
.kuva {
height: 150px;
}
.kuva img {
width: auto;
height: 90% !important;
}
}

a[rel="home"] {
    font-size: 24px;
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.sydney-hero-area {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
}

@media (min-width: 992px) {
  .custom-gallery-width {
    width: 60vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.slide-item {
    display: block !important;
}

.sisalto {
    display: grid;
  /* Oletuksena kaksi 200px leveää saraketta */
  grid-template-columns: 200px 200px;
  gap: 50px;
}

.kuva img {
  display: block;
  width: auto;
  height: 50%;
}

.partner {
width: 100%;
overflow: hidden;
  display: flex;
  justify-content: center;
}

.kuva {

overflow: hidden;
}
  


