
/* Main content */
.textul-principal {
    width: 75%;
    font-size: 20px; 
    padding: 3px 3px;
    background: #f7f5f4;
    float: left;
    
}
.imagine-principala {
    width: 100%;
    height:auto;
    display:block;
    margin: auto;
    float: left;
    resize:inherit;
}

.textul-principal_f {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px; 
    background: #f7f5f4; /*#f7f5f4*/
    display: inline-block;
    float: left; 
    /* object-fit: scale-down; */
 }

.imagine-in-text {
    max-width: 50%;
    height:auto;
    display:block;
    float:right;
}

/* Fixed sidenav, full height */
.bara-laterala {
  width: 22%;
  right: 0;
  float: right;
  text-decoration: none;
  background-color: #f7f5f4;
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y:hidden;

}

.imagine-laterala {
    width: 95%;
    height:auto;
    display:block;
    margin: auto;
    padding: 5px;
}

.bara-laterala .link_meniu_lat, .buton-dropdown1 .butonul, .buton-dropdown2 .butonul {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #111;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.link_meniu_lat {
    font-size: 20px;
}

.continut-buton {
  display: none;
  background-color: #f1c797;
  padding-left: 20px;
}

.bara-laterala a:hover, .butonul:hover {
  color: #f1f1f1;
}

.buton-dropdown1:hover .continut-buton { display: block;}
.buton-dropdown2:hover .continut-buton { display: block;}



p {
    text-indent: 20px;
}

h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}


.copyright{
position: static;
padding: 0; 
}





/******Formatare tabel************/
.tabel-selectie {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 70%;
  table-layout: fixed;
  padding-right: 10px;
}
td, th {
  border: 3px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.link-spre-pagini {
    text-decoration: none;    
}
.link-spre-pagini a:hover {
    text-decoration-color:beige;
}

/******Pagina Contact************/

#contact #form {
    width: 500px;
    padding: 10px 10px 10px 10px;
    margin: 0 auto;
    box-shadow: 0px 9px 13px 5px;
    border-radius: 5px;
}

#contact #form input{
    width: 100%;
    border-radius: 5px;
    height: 20px;
    background: #d4cccc;
}

#contact #form #message {
   width: 100%;
   border-radius: 5px;
   background: #d4cccc;
}

#contact #form #submit {
    width: 470px;
    height: 20px;
    background: #3b7687;
}
/******Butonul "Acasa"************/

.butonul1{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:transparent;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    text-decoration: none;
	box-shadow: 2px 2px 3px #999;
}
.link_pagina_meniu {
    text-decoration: none;
}

butonul1:link {
    text-decoration: none;
}
butonul1:visited {
    text-decoration: none;
}
butonul1:hover {
    text-decoration: none;
}


/******Tabel Poze************/
.coloanaSport {
  float: left;
  width: 33.33%;
  padding: 5px;
}

.randSport::after {
  content: "";
  clear: both;
  display: table;
}



