﻿html {
  font-size: 15px !important;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.roboto-main {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.menugreen {
  background: #90c67a !important;
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
}
.menugreen a {
  color: #262823 !important;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background: #fafafa;
}

.list-group-item-success {
  background: #dff0d8 !important;
}

#pagebg {
  position: fixed;
  width: 100%;
  height: 500px;
  background: url("/images/layout/fade.jpg");
  background-repeat: repeat-x;
  bottom: 0px;
  z-index: -1;
}

.toplogo {
  margin-top: -5rem;
  height: 2rem;
}
.toplogo span {
  display: none;
}

.navbar-toggler {
  background: #198754;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.maincontent {
  background: #fafafa;
  padding: 0 1.5rem;
}

.footer {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  background: rgba(0, 0, 0, 0.3);
  min-height: 500px;
  position: relative;
  z-index: 10;
}

.footer a img {
  border-radius: 75px;
  box-shadow: 0 0 5px #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.footer a {
  margin: 20px;
  display: inline-block;
  position: relative;
}

.footer a h4 {
  opacity: 0;
  transition: all linear 0.2s;
  position: absolute;
  height: 152px;
  border-radius: 75px;
  top: 0px;
  box-sizing: border-box;
  width: 152px;
  background: rgba(0, 0, 0, 0.4);
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 2px #000;
  font-size: 200%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 60px;
  margin: 0px !important;
}

.footer a:hover > h4 {
  opacity: 1;
}

.footer_circles {
  text-align: center;
  width: 100%;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.3);
}

.footer_info {
  text-align: center;
  padding: 20px 0;
}

.footer_info p {
  font-size: 150%;
  font-weight: bold;
  color: #fff;
  padding-top: 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.menupic {
  margin-right: 1rem;
  filter: grayscale(0.5);
}

.animenu:hover > img {
  filter: grayscale(0);
}

.hero_item {
  position: relative;
  margin-top: -5rem;
  border-bottom: 10px #618d40 solid;
  min-height: 25rem;
  z-index: 0;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
}

.hero_container {
  padding-top: 8rem;
}
.hero_container h2 {
  font-size: 1.5rem;
}

.hero_open {
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  flex: 1 1 auto;
}

.hero_animals {
  display: flex;
  gap: 0.2rem;
  flex-direction: column;
  flex: 1 1 auto;
}

.hero_animal {
  flex: 1 1 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  color: black;
  transition: 0.2s all ease-out;
  text-decoration: none;
}
.hero_animal span {
  display: flex;
  flex: 1 1 auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
}
.hero_animal .hero_img {
  background-position: center;
  background-size: contain;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  background-color: white;
  background-repeat: no-repeat;
}

.hero_animal:hover {
  background: rgba(200, 255, 200, 0.9);
}

.animal_extra_images {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.animal_extra_images a {
  display: flex;
  flex: 1 0 40%;
}

.animal_details {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.animal_details div {
  background: #ebebeb;
  flex: 1 1 30%;
  padding: 0.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.animal_details div:nth-child(2n+1) {
  background: #f1f1f1;
}

.animenu:hover {
  background: rgba(200, 255, 200, 0.9);
}

.page-header {
  margin-bottom: 2rem;
}

.latestani {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.latestani img {
  align-self: center;
  width: 5rem;
}
.latestani span {
  color: #adadad;
  font-size: 90%;
  margin-left: 0 !important;
  top: 0 !important;
  padding-left: 0 !important;
}

.animal_scientific {
  color: #6c8f65;
  font-style: italic;
  font-size: 0.7em;
}

.stripediv .fcont:nth-child(2n+1) {
  background: #efefef;
}

.fcont {
  padding: 1rem;
  overflow: auto;
}

@media screen and (max-width: 1000px) {
  .hide_small {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #nav_search {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #nav_search {
    display: none !important;
  }
  .hide_small {
    display: none;
  }
  .toplogo {
    margin-top: 0;
  }
  .toplogo img {
    display: none;
  }
  .toplogo span {
    display: block;
  }
  .navbar-nav {
    margin-top: 1rem;
  }
}
.table_even {
  background: #f2f2f2;
}

.vivcodes {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  flex-wrap: wrap;
}

.animal_thumb_list {
  max-width: 5rem;
}
