body {
  background-color: white;
  background-image: url('res/cocorinibg2.png');
  font-family: 'Montserrat', sans-serif; 
  overflow: scroll;
  color: #f783b3;
}

a {
 color: #76c6b6 ;
}

#bgd {
  width: 100%;
  height: 400px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: #e8efc4; 
  border-top: 15px solid #d3e18e;
  z-index: 0;
}

h1 {
  font-family: 'Comfortaa', cursive;
}

.title {
  margin: 30px;
  text-align: center;
} 
/* width */
::-webkit-scrollbar {
  width: 10px;
  border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f5f1a5;
  border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #cdde80;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #bee4dd;
  border-radius: 20px;
}

#fleft img {position:fixed; bottom: 100px; left: 0px; z-index: 2}

#fright img {
  position: fixed; 
  top: 0px;
  right: 0px; 
  z-index: 2}

figure {
  border: 1px #cccccc solid;
  padding: 4px;
  margin: auto;
  max-width: 500px;
}

figcaption {
  background-color: #cdde80;
  color: #265b51;
  font-style: italic;
  padding: 5px;
  text-align: center;
  max-width: 500px;
}
#hans img {
  bottom: 100px; 
  left: 140px; position: fixed;z-index: 3}

.container {left: 50%;
top: 50%;
transform: translate(-50%, -50%);
  background-color:white; 
  width:1000px;
  height: 700px;
  padding: 20px;
  padding-bottom: 40px;
  position: absolute;
  border: 3px dashed #cdde80;
  border-radius: 50px;
  z-index: 99;
  color: #f574a9;
  }
  
  
.kennel {
  text-align: center;
  margin:0 auto; 
  width: 900px; 
  height: 100%; 
  padding: 20px;}
  
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #cdde80;
  border-radius: 25px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  width: 912px;
}

.gal {
  margin: 10px;
  text-align: center;
}

.gal img {
  margin: 0 auto;
  text-align: center;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  width: 152px;
  text-align: center;
  border-radius: 25px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #b2dfd6;
  border-radius: 0px;
}

/* Create an active/current tablink class */
.tab button.active {
  border-radius: 0px;
  background-color: #fab3d0;
}

/* Style the tab content */
.tabcontent {
  text-align: left;
  height: 460px;
  overflow-y: auto;
  display: none;
  padding: 6px 12px;
  border-top: none;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

.tabcontent img {
  max-width: 500px;
  display: inline-block;
}

#cola {text-align: center}
/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
            