@charset "utf-8";


/*

*/


* {box-sizing: border-box;}

body { 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.header {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 20px 10px;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: #000000;
  font-size: 25px;
  color: #ffffff;
}

.header-right {
  float: right;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}



h3 {
              color: Brown;  
            text-align: center;
            }
            
            .links {
                text-align: center;
                font-size: 40px;
          }
            
            
            
              
#category:hover {
              background-color: black;
            }
                h1 {
                    font-size: 60px;
                    text-align: center;
                    color: MidnightBlue;
                    
                }
                img {
                   width: 500px;
                    height: 500px;
                    background-color: White;
                }
                h4 {
                    color: Brown;
                    font-size: 40px;
                    text-align: center;
                }
                
                

    
    
    
    /* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* The images */
.mySlides {
  display: inline-block;
  margin: 10px;
  border: 3px solid #73AD21;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgb(0, 0, 0);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}   
    



/*Video About*/   
#video {
    display: inline-block;
    width: 100%;
    height: 990px;
    margin-left: 10px;
}

/*Tabel About*/ 
#animals {
   font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-left: 10px;
}
#animals td, #animals th {
  border: 10px solid #ddd;
  padding: 8px;
}

#animals tr:nth-child(even){background-color: #f2f2f2;}

#animals tr:hover {background-color: #ddd;}

#animals th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #04AA6D;
  color: white;
  text-align: center;
}

/*SIGN IN FORM*/

.personal {
    color: Black; 
    font-size: 50px; 
    background-color: White; 
    text-align:center;
}

/*FORM CONTACT*/ 


.email { 
    color: Blue; 
    display: inline-block;
    width: 20%;
     height: 90px;
     margin-left: 10px;
    background-color: White;
    
}

.message { 
    color: Red;
    display: inline-block;
    width: 20%;
     height: 90px;
     margin-left: 10px;
    background-color: White;
       
}

.image {
    float: right;
}
.city { 
    color: DarkViolet;
    display: inline-block;
    width: 20%;
     height: 90px;
     margin-left: 10px;
    background-color: White;
      
}

.picture { 
    color: DarkGreen;
    display: inline-block;
    width: 20%;
     height: 90px;
     margin-left: 10px;
    background-color: White;
     
}

/*
.ordered {
    text-align:center; 
 color: DarkRed;
}


.unordered {
    text-align: right;
     color: DarkBlue;
}
*/

* {
  box-sizing: border-box;
}

.row {
  display: flex;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 10px;
  height: 150px; /* Should be removed. Only for demonstration */
}



/*<fieldset><legend>Titlul Formularului</legend><fieldset>*/ 


