/* Header */

/*@media screen and (max-width: 800px) {
    .left, .main, .right {
      width: 100%; 
*/

p {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

body {
    background: #E1E1E1;
}

.content {
    max-width: 1300px;
    margin: auto;     
}

.header-parinte{
    background: url("surveyor-home-page.png");
    padding: 30px 30px 0px 30px;
    height: 650px;
    background-size: cover;
}

.header-copil {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: flex-start;
                                   
}

.header-parinte-pag-secundare{
    background-color: #3B3B3B;
    padding: 30px 30px 30px 30px;
}

.logo {
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    text-align: start;
    color: white;
    flex-grow: 5;    
    font-family: 'Oswald', sans-serif;
    
}

.bara-text:hover {
    color: #FADB5F;
    margin-top: 0%;
}

.bara-text {
    color: white;
    font-size: 22px;
    margin-left: 20px;
    text-decoration: none;
    font-family: 'Thasadith', sans-serif;
}

.textul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 600px;
    
}

.text-header {
    color: white;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    
   
}

.margini-header-text {
    color: white;
    font-family: 'Thasadith', sans-serif;
    font-size: 24px;
}

.buton-header{
    color: #3B3B3B;
    text-decoration: none;
    background-color: #FADB5F;
    padding: 18px; 
    font-size: 20px;
    font-weight: bold;
    font-family: 'Thasadith', sans-serif;
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px;
}
/* Header mobil*/
  
  .topnav {
    overflow: hidden;    
    position: relative;
    display: none;   
  }
  
  .topnav #myLinks {
    display: none;
    background-color: white;    
  }
  .topnav-text-links{
    color: #3B3B3B;
    font-weight: bold;
  }
  .topnav a {   
    padding: 14px 16px;    
    display: block;
  }
  
  .topnav a.icon {    
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;    
    color: #3B3B3B;
    font-size: xx-large;
  }
  
  .topnav a:hover {    
    color:  #FADB5F;
  }
  
  .active {
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    text-align: start;
    color: #3b3b3b;        
    font-family: 'Oswald', sans-serif;
  }

/* Atribute */

h1{
    margin: 0;
}


.atribute-parinte{
    display: flex;
    align-content: flex-start;
    flex-flow: row wrap;
    justify-content: space-between;
    background-color: #FADB5F;
    
}

.atribute-copil {
    background-color: #FADB5F;
    color: #626262;
    font-family: 'Roboto Mono', monospace;
    font-size: 18px;
    width: 250px;
    margin-top: 20px;    
    text-align: center;
    margin-bottom: 20px;
    padding: 8px 0px;
   }

.atribute-numere{
    font-size: 30px;
    color:  #3B3B3B;
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    font-family: 'Oswald', sans-serif;
        
}

/*Despre noi*/

.homepage-aboutus {
    background-color: #3b3b3b;    
    text-align: center;
    color: white;   
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    padding: 50px 20px;
}

.homepage-aboutus p {   
    font-size: 24px;
    color: white;
    font-family: 'Thasadith', sans-serif;    
    max-width: 800px;
    margin: auto;
    margin-bottom: 24px;
    padding-top: 20px;
}

.homepage-button-outline {
    line-height: 40px;
    font-size: 20px;
    border: 1px solid white;
    padding: 8px 16px 8px 16px;    
    border-radius: 5px;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-family: 'Thasadith', sans-serif;
    font-weight: bold;
}

/* Portofoliu */

/*.portofoliu {
    color :#3B3B3B;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    background-color: white;
    border-bottom: 24px solid #F3F3F3; 
    padding-top: 40px;
    padding-bottom: 40px;

    
}

.imagini-parinte{
    display: grid ;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    max-width: 1000px;
    margin: auto;
    
    
}

.imagine-copil {
    width: 100%;

} 

ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 30px 0;
}

/*Servicii*/




.servicii-parinte{
    text-align: center;
    background-color: white;
    padding-top: 40px;
    padding-bottom: 40px;
}

.servicii-titlu{
    color: #3B3B3B;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
}

.servicii-grid-parinte{
    display: grid ;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    max-width: 1000px;
    margin: auto;
    margin-top: 40px;      
}

.servicii-grid-copil{
    background-color:#E1E1E1; 
    padding: 0 16px 16px 16px;
    color: #3B3B3B;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
}

.servicii-buton{
    color: #3B3B3B;
    text-decoration: none;
    background-color:  #FADB5F;
    padding: 8px 24px 8px 24px; 
    font-size: 20px;
    font-weight: bold;
    font-family: 'Thasadith', sans-serif;
    display: inline-block;
    border-radius: 4px;
    margin-top: 16px;
}

/*Footer*/

#footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #3B3B3B;
}

.footer-info {
    color: white;
    padding: 16px 0 10px 32px;
    font-family: 'Thasadith', sans-serif;
}

.footer-navigation {
    color: white;   
    font-family: 'Thasadith', sans-serif;
    padding: 0px 0 0 32px;
}

.footer-navigation-pages{
    color: white;
    font-family: 'Thasadith', sans-serif;
    text-decoration: none;      
}
.footer-space{
    margin-bottom: 10px;
}

.footer-navigation-list-label {
    padding-top: 16px;
}

.is-divider {
    
    display: block;
    margin: 1em 0 1em;
}
    

.footer-map{
    padding: 80px 40px ;
    max-width: 90%;
}



/*Pagina Contact*/

.contact-parinte{
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    padding: 60px 40px 0 40px;
    background-color: white;
}

.contact-copil{
    color: #626262;
    font-family: 'Roboto Mono', monospace;
    width: 50%;
    text-align: center;
}

.contact-map{
   background-color: white;
   padding: 40px ;
}

.contact-text{
    font-weight: bold;
}

/*Pagina Preturi*/
.prices{
    background-color: white;
    padding-top: 50px; 
}

.prices-text{
    font-family: 'Roboto Mono', monospace;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #3B3B3B;
    margin-bottom: 0px;
}

/*Tabel*/

.tabel{
    width: 100%;    
    border: 1px solid #C0C0C0;
    border-collapse: collapse;    
    max-width: 900px;
    margin: auto;
    font-family: 'Roboto Mono', monospace;
        
}

.tabel-celula{
    border: 1px solid #e1e1e1;    
    height: 45px;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;       
}

.tabel-celula:hover {
    background-color: #FADB5F;
  
}

.tabel-text-header{
    background-color: #3B3B3B;
    color: white;
    font-family: 'Roboto Mono', monospace;
    font-size: 18px;
    height: 50px;    
}

.tabel td:last-child, .tabel th:last-child {
    padding-left: 64px;
}

.tabel-text{
    
    font-family: 'Roboto Mono', monospace;    
    border-left:1px solid #e1e1e1;
    padding-left: 40px;
    border-right: 1px solid #C0C0C0;    
}

/**/

.prices-offer{
    font-family: 'Roboto Mono', monospace;
    text-align: left;    
    padding: 50px 0 100px 240px;
    color: #7E7E7E;
    font-size: 14px;
}

/*Despre Noi*/

#despre-noi-section-1 {
    background-color: #3b3b3b;
    padding-top: 10px;   
}

#despre-noi-header {       
    text-align: center;
    color: white;
    font-size: 32px;
    font-weight: 700;   
    padding-bottom: 24px;
    font-family: 'Thasadith', sans-serif;
}

#despre-noi-section-2 {
    background-color: white;    
}

.despre-noi-extra {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 30px 80px 30px 80px;
    
}

.despre-noi-extra-image {
    display: flex;
    align-items: center;
}

.despre-noi-extra img {
    width: 350px;
    margin: 0 auto;
}


.despre-noi-extra-p {
    text-align: left;
    padding-right: 30px;
    color: #222222;
    font-family: 'Thasadith', sans-serif;
    font-size: 20px;
}

.despre-noi-extra-h4 {
    text-align: center;    
    font-size: 24px;
    font-family: 'Thasadith', sans-serif;
}
/*Termeni si conditii*/

.articol{
    background-color: white;
    padding: 30px 80px 30px 80px;
}

.articol-header{
    background-color: #3B3B3B;
    padding-top: 64px; 
    padding-bottom: 50px;
}

.articol-header-text{
    font-family: 'Thasadith', sans-serif;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: white;   
        
}
/*Pagina serviciu*/

.serviciu-text{ 
    background-color: white;    
    text-align: left;
    color: #222222;   
    font-family: 'Thasadith', sans-serif;
    font-size: 24px;
    padding: 40px 0 40px;
    
    
}
.serviciu-text-p{
    max-width: 1000px;
    margin: auto;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 16px;
}
.serviciu-text-lista{
    max-width: 1000px;
    margin: auto;   
    padding: 10px 0 10px;

}
.serviciu-text-lista:hover {
    background-color: #FADB5F;
    
}
.serviciu-text-lista ul {
    list-style-type: none;
}

@media screen and (max-width: 700px) {
    .servicii-grid-parinte {
        grid-template-columns: 1fr;
        
    }
    #footer {
        flex-direction: column;
    }
    .footer-map{
        padding: 0px;
        max-width: 100%;        
    }
    .atribute-parinte{
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        background-color: white;
    }
    .atribute-copil {
        width: 100%;
        margin: 0;
        padding: 16px 0;
        
    }
   .prices-offer{
       padding: 50px 10px 100px 10px;
   }
   .tabel-text{
       padding-left: 10px;
   }
   .tabel td:last-child, .tabel th:last-child {
    padding-left: 20px;
   }
   .contact-parinte {
       flex-direction: column;
       justify-content: center;
       align-items: center;
   }
   .contact-copil {
       width: 100%;
   }
   .contact-map {
        width: 100%;
        padding: 40px 0 0;
   } 
   .despre-noi-extra{
    grid-template-columns: 100%;
    padding: 20px ;
   }
   .despre-noi-extra-image {
       width: 100%;
   }
   .despre-noi-extra img{
       width: 100%;
   }
   .header-copil {
    display: none;
   }
   .topnav {
       display: block;
       background-color: white;
   }
  #despre-noi-section-1 {
       padding-top: 6px;
  }
  .header-parinte-pag-secundare {
      padding: 0;
  }
  .servicii-grid-copil{
      background-color: white;
  }
  .articol{
      padding: 16px;
  }
  .serviciu-text-p{
      padding: 20px;
  }
}