/* TEXT STYLES 

#urban-nature {
  /* background-image:url('../images/home_background_pattern_white_lowop.png'); 

}

/* .scroll-snap-container {
  scroll-snap-type:y mandatory;
  display:flex;
  flex-direction:column;
  overflow-y: scroll;
  height:100vh;
  overflow-x:hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior:smooth;
} */

/* STICKY HEADER */

.sticky-header {
      justify-content: space-between;
    align-content: center;
    display: flex;
    background: black;
    align-items: end;
    position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index:1000;
}

/* CITY INFO */
/* #city-info {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 300;
  background-color: white;
  margin-right: 5%;
} */

/* NAVIGATION MENU (nuevo menú independiente de las tabs) */
.nav-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2%;
  border-bottom: 1px solid #FFE8CB;
}

.nav-link {
  font-family: 'Barlow';
  color: rgb(255, 255, 255);
  background-color: #333333;
  font-weight: 400;
  text-decoration: none;
  font-size: 25px;
  padding: 0.5% 1%;
  border-bottom: 2px solid black;
  width: 150px;
  text-align: center;
}

.nav-link:hover {
  background-color: #555; /* efecto hover opcional */
}

.nav-link.active {
  background-color: #FFE8CB;
  border-bottom: none;
  color: black;
}

/* El mapa debe ser posicionable para que el overlay quede dentro */
#weedsMap { position: relative; }

/* ===== Slideshow “contenido” dentro del mapa ===== */
.wd-modal-map {
  position: fixed;  /* <- en toda la pantalla */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5000; /* por encima del menú y mapa */
}

body#bouquets .wd-modal-map {
 background: rgb(210 202 175 / 98%);;
}

.wd-hidden { display: none; }

.wd-slide {
  margin: 0;
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wd-slide img {
  max-width: 50vw;
  object-fit: contain;
  z-index:1;
}
.wd-caption {
  color: #e8e8e8;
  font-size: 0.95rem;
  margin-top: 8px;
  text-align: center;
  max-width: 80vw;
}

.wd-modal-close {
  position: absolute;
  top: 16px; right: 20px;
  background: transparent; border: 0; color: #fff;
  font-size: 38px; line-height: 1; cursor: pointer;
}
.wd-modal-close:hover { color: #80b780; }

.wd-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(0,0,0,0.35); border: none; color: #fff;
  font-size: 32px; width: 48px; height: 48px; border-radius: 999px;
  cursor: pointer; display: grid; place-items: center; user-select: none;
}
.wd-prev { left: 24px; }
.wd-next { right: 24px; }
.wd-nav:hover { background: rgba(0,0,0,0.55); }

.wd-dots {
  position: absolute; bottom: 30px; left: 0; right: 0;
  display: flex; gap: 8px; justify-content: center;
}
.wd-dots button {
  width: 10px; height: 10px; border-radius: 999px; border: 0;
  background: #a7a7a7; opacity: 0.7; cursor: pointer;
}
.wd-dots button[aria-current="true"] { background: #fff; opacity: 1; }

.wd-nav, .wd-dots {
  z-index: 2;
}

@media (max-width: 640px) {
  .wd-nav { width: 44px; height: 44px; font-size: 28px; }
  .wd-prev { left: 12px; } .wd-next { right: 12px; }
}

/* TAB HEADER */
.tab-header {
  background-color: rgb(0, 0, 0);
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2%;
  border-bottom: 1px solid #FFE8CB;
}

.test-tab {
  font-family: 'Barlow';
  color: rgb(255, 255, 255);
  background-color: #333333;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  font-size: 25px;
  padding: 0.5% 1%;
  border-bottom: 2px solid black;
}

.test-tab.active {
  background-color: #FFE8CB;
  border-bottom: none;
  color: black;
}

/* BACK BUTTON */
.back-button {
  background-image: url('images/buttons/back-square.png');
}

/* BODY */
body {
  /* width: 100vw; */
  height: 100vh;
  background-color: #FFE8CB;
}

/* TEXT STYLES */
p {
  font-family: 'Barlow';
  font-size: 16px;
  line-height: 120%;
  padding-bottom: 1%;
}

h4 {
  font-family: 'Barlow';
  text-transform: uppercase;
  font-weight: 500;
}

h1 {
  font-size: 9vw;
  font-family: 'DM Serif Display';
  text-align: center;
}

h2 {
  font-family: 'DM Serif Display';
  font-size: 2.8vw;
}

h3 {
  font-family: 'Barlow';
  font-weight: 500;
  font-size: 1.8vw;
  line-height: 2.3vw;
}

h5 {
  font-family: 'Barlow';
  color: white;
}

strong {
  font-weight: 500;
}

/* LINKS */
#urban-nature p a {
  color: #80b780;
}

.main-text p {
  position: relative;
}

/* TAB CONTENT */
.tab button {
  background-color: rgba(255, 255, 255, 0.5);
  float: left;
  border: none;
  border-bottom: 3px solid black;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.tab button:hover {
  background-color: #80b780;
}

.tab button.active {
  background-color: #008000;
  color: white;
}

/* TAB CONTENT */
.tabcontent {
  display: none;
  width: 90%;
  padding: 6px 12px;
}

.herbcontent {
  display: none;
  width: 100%;
  position: relative;
}

/* CLOSE BUTTON */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {
  color: red;
}

/* STRUCTURE */
#landing {
  overflow: hidden;
}

.map-container {
  margin: 8% 10%;
}

.section-intro {
  color: white;
  background-color: black;
  text-align: center;
  padding: 2% 10%;
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
  align-items: center;
  gap: 2%;
}

.section-content {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  padding: 0% 20%;
}

.weed-card-1 {
  margin: 2%;
  margin-bottom: 5%;
}

.weed-card-1:hover {
  animation: bounce 0.6s;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  30% { transform: translateY(-8px); }
  60% { transform: translateY(4px); }
}




/* BOUQUETS */
.bouquet-muelle {
  background-image: url('../images/bouquets/bouquet_muelles_nb.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bouquet-descampado {
  background-image: url('../images/bouquets/bouquet_descampado_nb.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bouquet-xubias {
  background-image: url('../images/bouquets/bouquet_xubias.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bouquet-cv {
  background-image: url('../images/bouquets/bouquet_cascovello_nb.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bouquet-oza {
  background-image: url('../images/bouquets/bouquet_oza_nb.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bouquet-riazor {
  background-image: url('../images/bouquets/bouquet_riazor_nb.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bouquet-escalinata {
  background-image: url('../images/bouquets/escalinata-temp.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.panel-text {
  padding-top: 2%;
  padding-bottom:1%;
}

p.panel-text  {
  padding-bottom:0.5%;
  line-height:110%!important;
  font-size:16px;
}

.panel-image {
  height: 40%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* SIDEBAR */
#sidebar {
  overflow-y: scroll;
  background-color: #FFE8CB;
  height:100%;
  padding:5% 10%;
}

#sidebar::-webkit-scrollbar {
  width: 11px;
}

#sidebar::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.884);
  border-radius: 10px;
}

#sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.884);
}

#sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

/*MENU DE AREAS PARA EL MAPA*/
.area-menu {
  position: absolute !important;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  z-index: 9999; /* Asegura que queda por encima de Leaflet */
  width: auto;
}

.area-btn {
  background: white;
  border: none;
  border-radius: 10px;
  padding: 6px 10px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  transition: all 0.2s ease;
}

.area-btn:hover {
  background: #eaeaea;
  transform: translateY(-2px);
}

.area-icon {
  font-size: 22px;
  margin-bottom: 2px;
}

.area-label {
  font-weight: 500;
  font-size: 13px;
}

/* 🔧 Esto neutraliza los márgenes de Leaflet */
.leaflet-control-container .leaflet-bottom,
.leaflet-control-container .leaflet-left,
.leaflet-control-container .leaflet-right {
  width: 100%;
  pointer-events: none;
  }

/* WEED CARD */
.weed-card-1.active .legend {
  display: block;
  font-weight: 600;
}

.weed-card-1.active .herbarium-caret {
  display: block;
  font-weight: 600;
}

/* CLOSE BUTTON STYLE */
.close-btn {
  background-color: black;
  border: none;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  top: 10px;
  width: 2.8%;
  right: 20px;
  position: absolute;
}

.close-btn:hover {
  color: green;
}

/* URBAN MAIN */
.urban-main {
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  width: 100vw;
}

.weed-card-intro {
  height: 50%;
  width: 50%;
}

.urban-intro {
  padding: 0% 8%;
}

/* TAB CONTAINER */
.tab-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

/* TEXT SIZES */
.medium-text {
  font-size: 18px;
    line-height: 130%;
}

.small-text {
  font-size: 1.1vw;
  line-height: 110%;
  padding-bottom: 0.5%;
}

.devices-content .small-text {
  padding-bottom: 5%;
}

/* LEAFLET POPUP */
.leaflet-popup-content p {
  margin: 1% 0;
}

.leaflet-control-layers {
      background: #676767cc!important;
    color: white!important;
}

/* LEGEND */
.legend {
  display: block;
  text-align: center;
  margin-top: 3%;
  height: auto;
}

.weed-card-1:hover .legend {
  display: block;
}

em {
  font-style: italic;
}

/* WEED CARD STYLE */
.weed-card {
  margin: 2%;
  background-color: brown;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.weeds-container {
  padding-bottom:2%;
}

/* SECTION CONTENT WIDE */
.section-content-wide {
  display: flex;
  height: 80vh;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  padding: 0% 10%;
}

/* HEADER */
#header {
  position: fixed;
  background-color: white;
  font-family: Barlow;
  display: flex;
  color: white;
  z-index: 3;
  width: 100vw;
  height: auto;
  padding-top: 1%;
  background-image: url('../images/home_background_pattern_white_full.png');
  transition: opacity 0.5s;
}

.hide {
  opacity: 0;
}

#headerLogo {
  background-image: url('../images/logo_only.png');
  width: 10%;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1%;
  margin-left: 3%;
  align-self: left;
}

#headerMenu {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-around;
}

#headerTitle {
  align-self: center;
  color: black;
  font-size: 1.8vw;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 0.5% 0%;
}

#headerTitle span {
  background-color: white;
}

#headerOptions {
  font-size: 1.2vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: white;
  background-size: cover;
  height: 50%;
}

#headerOptions div {
  width: 15%;
  border-bottom: 0px;
  height: 100%;
  display: flex;
  padding: 0px;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

#headerOptions .green-button-simple {
  color: white;
}

/*LEAFLET*/
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background-color:#FFE8CB!important;
}

/* DIARIO: layout */
.diary-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 16px;
  padding: 16px;
}

.diary-sidebar {
  position: sticky;
  top: 120px; /* ajusta según tu header fijo */
  align-self: start;
  max-height: calc(100vh - 140px);
  overflow: auto;
  border-right: 1px solid #eee;
  padding-right: 8px;
}

.diary-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.diary-item {
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  margin-bottom: 6px;
}

.diary-item:hover {
  background: #fafafa;
  border-color: #eee;
}

.diary-item[aria-selected="true"] {
  background: #f0f6ff;
  border-color: #cfe3ff;
  outline: 2px solid #cfe3ff;
}

.diary-item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
}

.diary-item-meta {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 2px;
}

.diary-main {
  min-height: 300px;
}

.diary-article h2 {
  margin: 0 0 8px 0;
}

.diary-article time {
  font-size: 12px;
  opacity: 0.7;
  display: block;
  margin-bottom: 12px;
}

/* util accesibilidad (ocultar visual, no para lectores) */
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 900px) {
  .diary-layout {
    grid-template-columns: 1fr;
  }
  .diary-sidebar {
    position: static;
    max-height: none;
    border-right: 0;
    padding-right: 0;
  }
}


/* FOOTER */
footer {
  display: flex;
  font-family: Barlow;
  background-color: black;
  height: 20px;
  padding: 1% 5%;
  align-items: center;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  z-index:1000;
  justify-content:flex-end;
}

footer p {
  color: white;
  font-size: 10px !important;
  text-align:left;
  line-height:120%;
  
}

#urban-nature footer {
  scroll-snap-align: center;
}

.footer-button {
  color: white;
  padding: 1% 0%;
  margin: 3% 0%;
}

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

/* ROW STYLES */
.row {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.row div {
  width: 16.6vw;
  height: 16.6vw;
  position: relative;
  cursor: pointer;
}

/* MOBILE STYLES */
.weeds-container-mobile {
  padding-top: 4%;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.weeds-container .row {
  width: 100%;
}

.mobile-show {
  display: none;
}

/* MAP STYLES */
#weedsMap {
  width: 100vw;
  height: 80vh;
  position: relative;
  z-index: 1;
  outline: none;
}

/* PAGE LOADER */
#loader-container {
  position: absolute;
  z-index: 5;
  width: 100vw;
  height: 100vh;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: visibility 2s linear, opacity 2s linear;
}

#loader {
  width: 120px;
  height: 120px;
  border: 6px solid white;
  border-radius: 50%;
  border-top: 6px solid green;
  animation: spin 2s linear infinite;
}

#loading-text {
  color: white;
  font-family: Barlow;
  padding-top: 1%;
  animation: flickerAnimation 4s infinite;
}

/* ANIMATIONS */
@keyframes flickerAnimation {
  0% { opacity: 0; }
  80% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* HERBARIUM GRID */
.herbarium-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  height: auto;
  padding: 0% 5% 3% 5%;
}

.herbcontent-mobile {
  display: none;
}

.herblinksMobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.herbintro {
  padding-top: 2%;
}

.herbintro p {
  padding: 1% 8%;
}

.herbarium-caret {
  display:none;
  color:#1F4d2b;
}

.content-container {
  margin-top:5%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  
}

/* SPECIES AND PLANT ITEM STYLES */
.herbarium-grid div {
  width: 20vw;
  height: 30vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.species {
  font-size: 14px;
}

.species-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

.species-text {
  text-align: center;
  font-size: 16px;
  margin: 5px;
}

/* SPECIFIC PLANT BACKGROUNDS */
#camelia {
  background-image: url('../images/chamelia.png');
}

#collardgreen {
  background-image: url('../images/collard-greens.png');
}

#dogwood {
  background-image: url('../images/dogwood.png');
}

#pinkunknown {
  background-image: url('../images/pinkunknown.png');
}

#roseunknown {
  background-image: url('../images/roseunknown.png');
}

#trebol {
  background-image: url('../images/trebolflower.png');
}

#desc_01 {
  background-image: url('../images/plants/desc_01.png');
}

#desc_02 {
  background-image: url('../images/plants/desc_02.png');
}

#desc_04 {
  background-image: url('../images/plants/desc_04.png');
}

#desc_05 {
  background-image: url('../images/plants/desc_05.png');
}

#desc_06 {
  background-image: url('../images/plants/desc_06.png');
}

#desc_07 {
  background-image: url('../images/plants/desc_07.png');
}

#desc_08 {
  background-image: url('../images/plants/desc_08.png');
}

#xub_01 {
  background-image: url('../images/plants/xub_01.png');
}

#xub_02 {
  background-image: url('../images/plants/xub_02.png');
}

#xub_04 {
  background-image: url('../images/plants/xub_04.png');
}

#xub_06 {
  background-image: url('../images/plants/xub_06.png');
}

#xub_08 {
  background-image: url('../images/plants/xub_08.png');
}

#xub_09 {
  background-image: url('../images/plants/xub_09.png');
}

#xub_13 {
  background-image: url('../images/plants/xub_13.png');
}

#cv_01 {
  background-image: url('../images/plants/cv_01.png');
}

#cv_02 {
  background-image: url('../images/plants/cv_02.png');
}

#cv_03 {
  background-image: url('../images/plants/cv_03.png');
}

#cv_04 {
  background-image: url('../images/plants/cv_04.png');
}

#cv_05 {
  background-image: url('../images/plants/cv_05.png');
}

#cv_06 {
  background-image: url('../images/plants/cv_06.png');
}

#cv_09 {
  background-image: url('../images/plants/cv_09.png');
}

#esc_01 {
  background-image: url('../images/plants/esc_01.png');
}

#esc_03 {
  background-image: url('../images/plants/esc_03.png');
}

#esc_06 {
  background-image: url('../images/plants/esc_06.png');
}

#esc_07 {
  background-image: url('../images/plants/esc_07.png');
}

#esc_09 {
  background-image: url('../images/plants/esc_09.png');
}

#esc_10 {
  background-image: url('../images/plants/esc_10.png');
}

#oza_01 {
  background-image: url('../images/plants/oza_01.png');
}

#oza_02 {
  background-image: url('../images/plants/oza_02.png');
}

#oza_03 {
  background-image: url('../images/plants/oza_03.png');
}

#oza_05 {
  background-image: url('../images/plants/oza_05.png');
}

#oza_06 {
  background-image: url('../images/plants/oza_06.png');
}

#oza_08 {
  background-image: url('../images/plants/oza_08.png');
}

#oza_09 {
  background-image: url('../images/plants/oza_09.png');
}

#oza_13 {
  background-image: url('../images/plants/oza_13.png');
}

#riazor_01 {
  background-image: url('../images/plants/riazor_01.png');
}

#riazor_02 {
  background-image: url('../images/plants/riazor_02.png');
}

#riazor_03 {
  background-image: url('../images/plants/riazor_03.png');
}

#riazor_04 {
  background-image: url('../images/plants/riazor_04.png');
}

#riazor_05 {
  background-image: url('../images/plants/riazor_05.png');
}

#riazor_06 {
  background-image: url('../images/plants/riazor_06.png');
}

#pi_01 {
  background-image: url('../images/plants/pi_01.png');
}

#pi_02 {
  background-image: url('../images/plants/pi_02.png');
}

#pi_03 {
  background-image: url('../images/plants/pi_03.png');
}

#pi_04 {
  background-image: url('../images/plants/pi_04.png');
}

#pi_05 {
  background-image: url('../images/plants/pi_05.png');
}

#pi_07 {
  background-image: url('../images/plants/pi_07.png');
}

#pi_09 {
  background-image: url('../images/plants/pi_09.png');
}

#parkinglot01 {
  background-image: url('../images/parkinglot1.png');
}

#parkinglot02 {
  background-image: url('../images/parkinglot2.png');
}

#parkinglot03 {
  background-image: url('../images/parkinglot3.png');
}

#parkinglot04 {
  background-image: url('../images/parkinglot4.png');
}

#parkinglot05 {
  background-image: url('../images/parkinglot5.png');
}

#parkinglot06 {
  background-image: url('../images/parkinglot6.png');
}

/* ICONS */
.fa-map-marker {
  color: #1f4d2b;
  cursor: pointer;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

/* CLOSE BUTTON */
.herbarium-grid button.close {
  position: absolute;
  top: 100px;
  right: 300px;
}

/*MOBILE BEHAVIOUR*/
.mobile-container {
  display:none;
}

/* MEDIA QUERY FOR MOBILE */
@media only screen and (max-width: 950px) {
  
  #header {
    display: none;
  }


  #navbar {
    display:block;
  }
}

@media only screen and (max-width:900px) {

.sticky-header, .content-container, footer {
  display:none;
}

.mobile-container {
  display:flex;
  height:100vh;
  flex-direction:column;
align-content:center;
justify-content:center;
  background-image:url('../images/hero_mobile.png');
  background-repeat:no-repeat;
  background-size:cover;
  padding:0% 5%;
}

.mobile-container div {
  border-radius: 65px 0px 65px 65px;
  background-color: black;
  border-bottom: 4px solid white;
  padding: 10% 8% 8% 12%;
}

.mobile-container p {
  padding: 0% 0% 2% 0%;
  color:white;
  font-family: sans-serif;
}

.mobile-container h3 {
  font-size:32px;
  font-weight:bolder;
  font-family:sans-serif;
  color:black;
  text-align:right;
  margin-bottom:30px;
}

.desktop-show {
    display:none;
}

  .row {
    flex-direction:column;
       justify-content:flex-start;
       align-items:center;
  }

  #urban-nature .row div {
width: 35vw;
height: 35vw;
  }

h2 {
  font-size: 8vw;
}

.main-text, #houseplants .main-text, .main-text-with-plant {
  margin:0% 3%;

}

.main-text p, .main-text-with-plant p {
    font-size:4vw;
    line-height:4.7vw;
}

#urban-nature .row {
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
}

.legend {
  font-size:2.5vw;
}

.small-text {
  font-size:2.5vw;
  line-height:2.8vw;
}

.medium-text {
  font-size:2.7vw;
  line-height:3vw;
}

.weed-card-1 {
  margin-bottom:10%;
}

.herbarium-caret {
  display:none!important;
}

.herbcontent {
  margin-top:5%;
  padding-top:2%;
}

.herbarium-grid div {
    width: 50%;
    height: 20vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.weeds-container {
  padding-top:4%;
}

footer {
  align-items:center;
  height:20vh;
  justify-content:flex-end;
}

#navbar div {
  width:12vw;
  height:12vh;
}

h3 {
  font-size: 4.5vw;
line-height: 5vw;
}

.mobile-show {
  display:block;
}

.slide-content p {
  font-size:3vw;
  line-height:3.5vw;
}
}