a {
  font-weight: bold;
}

.lomake a {
  color: #3c2b7c;
  text-decoration: none;
}

.lomake a:hover {
  color: #009f8d;
}

.yhteys-container a {
  color: #3c2b7c;
  text-decoration: none;
}

.yhteys-container a:hover {
  color: #009f8d;
}

.leipateksti-ensimmainen a {
  color: #3c2b7c;
  text-decoration: none;
}

.leipateksti-ensimmainen a:hover {
  color: #009f8d;
}

.leipateksti a {
  color: #3c2b7c;
  text-decoration: none;
}

.leipateksti a:hover {
  color: #009f8d;
}

.accordion-content a {
  color: #3c2b7c;
  text-decoration: none;
}

.accordion-content a:hover {
  color: #009f8d;
}

/* ===== UUDET TYYLIT ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #2e2c2c;
  background: white;
  padding-top: 80px;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 90px;
  z-index: 1000;
}

.logo img {
  position: fixed;
  top: 20px;
  left: 25px;
  height: 55px;
  width: auto;
  z-index: 2000;
}

.logosmall {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 50px;
  width: auto;
  z-index: 2000;
}

.paavalikko {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.paavalikko ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.paavalikko a {
  text-decoration: none;
  color: #3c2b7c;
  font-size: 16px;
  padding: 8px 12px;
  display: inline-block;
}

.paavalikko a:hover {
  background-color: #e9ecef;
  border-radius: 4px;
}

.kielivalikko {
  display: flex;
  gap: 20px;
}

.kielivalikko a {
  text-decoration: none;
  color: #3c2b7c;
  font-size: 16px;
  padding: 5px 8px;
}

.kielivalikko a:hover {
  background-color: #e9ecef;
  border-radius: 4px;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 40px 20px;
}

/* ===== LEIPÄTEKSTIN TASAUS ===== */
.leipateksti {
  margin-top: 30px;
}

.leipateksti p {
  text-align: justify;
}

.leipateksti h1,
.leipateksti h2,
.leipateksti h3,
.leipateksti h4,
.leipateksti h5,
.leipateksti h6 {
  text-align: left;
}

.leipateksti h3 {
  color: #3c2b7c;
  margin-bottom: 1px;
  margin-top: 50px;
}

.leipateksti ul {
  margin-left: 25px;
  padding-left: 10px;
}

.leipateksti li {
  margin-bottom: 8px;
  line-height: 1.5;
}

body,
.leipateksti p {
  font-size: 16px;
  margin-bottom: 0.8em;
}

@media (max-width: 768px) {
  .leipateksti p {
    text-align: left;
  }
}

/* ===== LOMAKE ===== */
.yhteys-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 50px;
}

.yhteystiedot {
  flex: 1;
  min-width: 250px;
}

.lomake {
  flex: 2;
  min-width: 300px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.btn {
  background-color: #009f8d;
  color: white;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  border-radius: 4px;
}

.btn:hover {
  background-color: #007a6b;
}

.yhteys-kontainer {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.yhteys-info {
  flex: 1;
}

.laheta-nappi {
  background-color: #3c2b7c;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.laheta-nappi:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* ===== MOBIILI ===== */
@media (max-width: 800px) {
  .top-bar {
    flex-wrap: wrap;
    height: auto;
    padding: 10px 20px;
    gap: 10px;
  }
  .paavalikko ul {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .paavalikko a {
    white-space: normal;
    font-size: 14px;
  }
  body {
    padding-top: 120px;
  }
}

@media (max-width: 768px) {
  .top-bar {
    flex-direction: column !important;
    height: auto !important;
    padding: 10px !important;
    gap: 10px !important;
  }
  .logo img {
    position: static !important;
    height: 40px !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .paavalikko {
    width: 100% !important;
    order: 2 !important;
  }
  .paavalikko ul {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
  .paavalikko a {
    font-size: 12px !important;
    padding: 4px 8px !important;
  }
  .kielivalikko {
    order: 3 !important;
    justify-content: center !important;
    gap: 15px !important;
  }
  body {
    padding-top: 180px !important;
  }
}

/* ===== AKTIIVISET LINKIT ===== */
#paavalikko-lista a.active {
  color: #009f8d !important;
  font-weight: 600;
  border-bottom: 2px solid #009f8d;
  padding-bottom: 5px;
}

.kielivalikko a.active {
  color: #009f8d !important;
  font-weight: 600;
}

/* ===== LOMAKKEEN HOVER ===== */
.lomake:hover .form-group {
  background: transparent !important;
  border-color: inherit !important;
  opacity: 1 !important;
}

.checkbox-group:hover {
  background: transparent !important;
  opacity: 1 !important;
}

.lomake:hover,
.lomake:hover .form-group,
.lomake:hover .form-control {
  background-color: #fff !important;
  color: #1a237e !important;
  border-color: #ccc !important;
}

/* ===== HENKILÖKUNTA ===== */
.henkilo {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  gap: 25px;
  flex-wrap: wrap;
}

.henkilo-kuva {
  width: 70px;
  flex-shrink: 0;
}

.henkilo-kuva img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.henkilo-nimi {
  flex: 2;
  min-width: 160px;
}

.henkilo-nimi .nimi {
  font-weight: bold;
  margin-bottom: 5px;
}

.henkilo-yhteys {
  flex: 2;
  min-width: 200px;
}

.henkilo-yhteys div {
  margin-bottom: 5px;
}

.henkilo-yhteys i {
  width: 20px;
  margin-right: 5px;
}

/* ===== ASIANTUNTIJAT: 3 SARAKKEEN RUUDUKKO ===== */
.henkilo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.henkilo-kortti {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.henkilo-kortti .henkilo-kuva {
  margin-bottom: 0;
  flex-shrink: 0;
}

.henkilo-kortti .nimi {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 13px;
}

.henkilo-kortti .ammatti,
.henkilo-kortti .puhelin,
.henkilo-kortti .sahkoposti {
  margin-bottom: 4px;
  font-size: 12px;
}

.henkilo-nimi .nimi,
.henkilo-rivi .nimi {
  font-size: 13px;
}

.henkilo-nimi .ammatti,
.henkilo-rivi .ammatti {
  font-size: 12px;
  margin-bottom: 4px;
}

.henkilo-kortti i {
  width: 18px;
  margin-right: 4px;
}

.henkilo .henkilo-kuva:empty,
.henkilo .henkilo-yhteys:empty {
  display: none;
}

.henkilo-grid-stacked {
  grid-template-columns: 1fr !important;
}

@media (min-width: 769px) {
  .henkilo-grid-stacked {
    margin-left: 0 !important;
  }
}

@media (min-width: 769px) {
  .henkilo-grid {
    margin-left: -82px;
  }
}

@media (max-width: 768px) {
  .henkilo-grid {
    grid-template-columns: 1fr;
  }
}

.henkilo-rivi {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
  gap: 25px;
  flex-wrap: wrap;
}

.henkilo-rivi .tyhja-kuva {
  width: 70px;
  flex-shrink: 0;
}

.henkilo-rivi .henkilo-nimi {
  flex: 2;
  min-width: 160px;
}

.henkilo-rivi .nimi {
  font-weight: bold;
  margin-bottom: 5px;
}

.henkilo-rivi .tyhja-yhteys {
  flex: 2;
  min-width: 200px;
}

/* ===== ATOLLI ===== */
.hero {
  background: url('../img/lake-896191_1920.jpg');
  background-size: cover;
  background-position: center;
  min-height: 400px;
  margin-top: 70px;
}

.hero-otsikko {
  background-color: #3c2b7c;
  text-align: center;
  padding: 20px 0;
}

.hero-otsikko h1 {
  color: white;
  font-size: 2rem;
  margin: 0;
  font-weight: normal;
}

.accordion-button {
  background-color: #3c2b7c;
  color: white;
  border: none;
  padding: 12px 20px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
  font-size: 1.2rem;
}

.accordion-button:hover {
  background-color: #2a1d5a;
}

.accordion-button.active {
  background-color: #1a1240;
}

.accordion-content {
  display: none;
  padding: 25px 30px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-top: none;
  margin-bottom: 15px;
  border-radius: 0 0 12px 12px;
  line-height: 1.7;
  font-size: 0.95rem;
  color: #000000;
}

.accordion-content.show {
  display: block;
}

.accordion-content p {
  margin-bottom: 16px;
  color: #000000;
}

.accordion-content ul,
.accordion-content ol {
  margin: 12px 0 16px 25px;
  padding-left: 10px;
  color: #000000;
}

.accordion-content li {
  margin-bottom: 8px;
  line-height: 1.6;
  color: #000000;
}

.accordion-content table {
  margin: 20px 0;
  width: 100%;
  border-collapse: collapse;
}

.accordion-content th,
.accordion-content td {
  padding: 10px 12px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  color: #000000;
}

.accordion-content th {
  background-color: #3c2b7c;
  color: white;
  font-weight: 500;
}

.accordion-content .korostettu {
  background-color: #f5f5f5;
  font-weight: 600;
  color: #000000;
}

.accordion-content h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 20px 0 15px 0;
  color: #3c2b7c;
}

.hintataulukko {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}

.hintataulukko th,
.hintataulukko td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.hintataulukko th {
  background-color: #3c2b7c;
  color: white;
}

.korostettu {
  background-color: #f2f2f2;
  font-weight: bold;
}

.atolli-footer {
  background-color: #f2f2f2;
  padding: 40px 0;
  margin-top: 60px;
}

.atolli-footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.atolli-footer-col {
  flex: 1;
  min-width: 200px;
}

.atolli-footer-col:first-child {
  padding-left: 0;
}

.atolli-footer-col a {
  color: #3c2b7c !important;
  text-decoration: none !important;
}

.atolli-footer-col a:hover {
  color: #009f8d !important;
  text-decoration: underline !important;
}

.atollibutton {
  background-color: #009f8d;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 5px;
}

.atollibutton:hover {
  background-color: #007a6b;
}

#paavalikkoatollli {
  margin-left: 20px !important;
}

#tilaus {
  scroll-margin-top: 100px;
}

/* ===== VANHAT TYYLIT ===== */
.jumbotron {
  background-color: #fff;
  min-height: 400px;
  color: #3c2b7c;
  padding: 100px 25px;
  font-family: 'Manrope', Arial, sans-serif;
  z-index: 100;
}

.jumbotron7 {
  background: url(../img/medicine.jpg) no-repeat fixed;
  background-size: cover;
  height: 400px;
  position: relative;
  background-color: #fff;
  color: #009f8d;
  padding: 100px 25px;
  font-family: 'Manrope', Arial, sans-serif;
  z-index: 100;
}

.container-fluid {
  padding: 30px 4%;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
  background-color: #f3ebf9;
  color: #3c2b7c;
}

.carousel-indicators li {
  border-color: #3c2b7c;
}

.carousel-indicators li.active {
  background-color: #3c2b7c;
}

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}

.item span {
  font-style: normal;
}

.panel {
  border: 1px solid #009f8d;
  border-radius: 0 !important;
  transition: box-shadow 0.5s;
}

.panel:hover {
  box-shadow: 5px 0 40px rgba(0, 0, 0, 0.2);
}

.panel-heading {
  color: #fff !important;
  background-color: #009f8d !important;
  padding: 25px;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}

.panel-heading h1 {
  font-size: 32px;
}

.panel-footer {
  background-color: white !important;
}

.panel-footer h3 {
  font-size: 32px;
}

.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}

.panel-footer .btn {
  margin: 15px 0;
  color: #fff;
}

.panel-footer .btn:hover {
  border: 1px solid #fff;
  background-color: #fff !important;
  color: #009f8d;
}

.panel2 {
  border: 1px solid #009f8d;
  border-radius: 0 !important;
  transition: box-shadow 0.5s;
}

.panel-heading2 {
  color: white !important;
  background-color: #009f8d !important;
  padding: 5px;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}

.panel-heading2 h1 {
  font-size: 32px;
}

.panel-heading2:hover {
  color: #fff !important;
  background-color: #80d6f7 !important;
  padding: 5px;
  border: 1px solid #009f8d;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}

.thumbnail img {
  margin-bottom: 10px;
}

footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color: #009f8d;
}

.slideanim {
  visibility: hidden;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

@keyframes slide {
  0% { opacity: 0; transform: translateY(70%); }
  100% { opacity: 1; transform: translateY(0%); }
}

@-webkit-keyframes slide {
  0% { opacity: 0; -webkit-transform: translateY(70%); }
  100% { opacity: 1; -webkit-transform: translateY(0%); }
}

.white,
.white:hover,
.white:focus {
  color: #fff;
  width: 100% !important;
}

.textshadow {
  text-shadow: 2px 2px silver;
}

.fa-facebook,
.fa-twitter,
.fa-linkedin,
.fa-instagram {
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 3px;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb6;
  color: white;
}

.fa-instagram {
  background: #e4405f;
  color: white;
}

div#page {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.nounderline {
  text-decoration: none;
}

.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0;
  text-decoration: none;
  color: #fff;
  background-color: #009f8d;
  font-size: 16px;
  padding: 1em;
  display: none;
  transition: box-shadow 0.5s;
  border: solid 1px black;
  z-index: 101;
}

.back-to-top:hover {
  color: #fff;
  background-color: #009f8d;
  border: solid 1px #009f8d;
}

.back-to-previous-page {
  position: fixed;
  bottom: 2em;
  left: 0;
  text-decoration: none;
  color: #fff;
  background-color: #009f8d;
  font-size: 16px;
  padding: 1em;
  display: none;
  transition: box-shadow 0.5s;
  border: solid 1px #fff;
  z-index: 101;
}

.back-to-previous-page:hover {
  color: #fff;
  background-color: #009f8d;
  border: solid 1px #009f8d;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:active,
a.skip-main:focus {
  font: 400 18px 'Manrope', Arial, sans-serif;
  color: #009f8d;
  background-color: #fff;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid #009f8d;
  text-align: center;
  font-size: 1.2em;
  font-weight: bolder;
  z-index: 999;
}

.searchform {
  margin-top: -25px;
  margin-bottom: -25px;
}

/* ===== MEDIA QUERYT ===== */
@media screen and (max-width: 1500px) {
  .panel-heading2 h1 {
    font-size: 24px;
  }
  .panel-footer h3 {
    font-size: 20px;
  }
  .panel-footer h4 {
    font-size: 12px;
  }
}

@media screen and (max-width: 1280px) {
  .panel-heading2 h1 {
    font-size: 20px;
  }
  .panel-footer h3 {
    font-size: 18px;
  }
  .panel-footer h4 {
    font-size: 12px;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font: 400 16px 'Manrope', Arial, sans-serif;
    line-height: 1.8;
    color: #303030;
  }
  h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .panel-heading2 h1 {
    font-size: 20px;
  }
  .panel-footer h3 {
    font-size: 18px;
  }
  .panel-footer h4 {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
  .btn-lg {
    width: 100%;
    margin-bottom: 35px;
  }
  .logo {
    font-size: 150px;
  }
  .panel-heading2 h1 {
    font-size: 20px;
  }
  .panel-footer h3 {
    font-size: 18px;
  }
  .panel-footer h4 {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    font-size: 150px;
  }
  .panel-heading2 h1 {
    font-size: 18px;
  }
  .panel-footer h3 {
    font-size: 16px;
  }
  .panel-footer h4 {
    font-size: 12px;
  }
  h2 {
    font-size: 18px;
  }
  .back-to-top,
  .back-to-previous-page {
    font-size: 12px;
  }
}

/* ===== BREADCRUMB ===== */
.breadcrumb ul {
  display: table-row;
  vertical-align: middle;
}

.breadcrumb {
  overflow: hidden;
  font: 11px 'Manrope', Arial, sans-serif;
  margin: 40px;
  padding: 0;
}

.breadcrumb ul li {
  display: table-row;
  float: left;
  vertical-align: middle;
}

.breadcrumb li a {
  color: white;
  text-decoration: none;
  padding: 10px 0 10px 55px;
  background: #3c2b7c;
  position: relative;
  height: 80px;
  display: table-cell;
  float: left;
  text-align: center;
  vertical-align: middle;
}

.breadcrumb li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 30px solid #3c2b7c;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 100%;
  z-index: 2;
}

.breadcrumb li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}

.breadcrumb li:first-child a {
  padding-left: 10px;
}

.breadcrumb li a:hover {
  background: hsla(284, 85%, 15%, 1);
}

.breadcrumb li a:hover:after {
  border-left-color: hsla(284, 85%, 15%, 1) !important;
}

/* ===== STEPS ===== */
.steps {
  margin: 40px;
  padding: 0;
  overflow: hidden;
}

.steps a {
  color: white;
  text-decoration: none;
}

.steps em {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}

.steps li {
  float: left;
  margin-left: 0;
  width: 150px;
  height: 170px;
  list-style-type: none;
  padding: 5px 5px 5px 30px;
  border-right: 3px solid white;
  position: relative;
}

.steps li:first-child {
  padding-left: 5px;
}

.steps li:nth-child(n+2)::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-left: 25px solid white;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  width: 0;
  height: 0;
  content: "";
}

.steps li::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: -25px;
  display: block;
  border-left: 25px solid #7c8437;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  width: 0;
  height: 0;
  content: "";
}

.steps li {
  background-color: #7C8437;
}

.steps li::after {
  border-left-color: #7c8437;
}

.steps li.current {
  background-color: #C36615;
}

.steps li.current::after {
  border-left-color: #C36615;
}

.steps li.current~li {
  background-color: #EBEBEB;
}

.steps li.current~li::after {
  border-left-color: #EBEBEB;
}

.steps li:hover {
  background-color: #696;
}

.steps li:hover::after {
  border-left-color: #696;
}

/* ===== ARROWS ===== */
.arrows {
  white-space: nowrap;
}

.arrows li {
  display: inline-block;
  line-height: 26px;
  margin: 0 9px 0 -10px;
  padding: 0 20px;
  position: relative;
}

.arrows li::before,
.arrows li::after {
  border-right: 1px solid #666666;
  content: '';
  display: block;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  transform: skewX(45deg);
}

.arrows li::after {
  bottom: 0;
  top: auto;
  transform: skewX(-45deg);
}

.arrows li:last-of-type::before,
.arrows li:last-of-type::after {
  display: none;
}

.arrows li a {
  font: bold 24px 'Manrope';
  letter-spacing: -1px;
  text-decoration: none;
}

/* ===== H_IFRAME ===== */
.h_iframe {
  position: relative;
}

.h_iframe .ratio {
  display: block;
  width: 100%;
  height: auto;
}

.h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




