
  body, html {
    height: 100%;
    font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;   
    font-weight: 100; 
  }

.bg { 

    background-image: url("http://netanya-dental-clinic.com/img/esthetique.png");
    height: 100%; 
    background-position: center;
    background-repeat: repeat;
    background-size: cover;

} 
  
#polina { 
    font-weight: 100; 
    background: rgb(21, 229, 216,1);
    color:      white; 
    padding:    2rem; 
    margin-top: 4rem;
    font-size:  1.8rem; 
    
  }
 
    #pub { 
    font-weight: 100; 
    background: rgb(3, 169, 222,1);
    color:      white; 
    padding:    2rem; 
    margin-top: 4rem;
    font-size:  1.8rem; 
    visibility: vsible;
    opacity:    1;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
  }


  #annonce { 
    font-weight: 100; 
    background: transparent;
    color:      white; 
    padding:    2rem; 
    margin-top: 4rem;
    font-size:  1.8rem; 
  }

  h1 { 
    text-transform: uppercase; 
    margin-top: 0; 
    letter-spacing: .3rem; 
  }

  a { 
    display: inline-block; 
    color: #fff; 
    text-decoration: none; 
    background: rgba(0,0,0,0.5); 
    padding: .5rem;
    -webkit-transition: .6s background;
    transition: .6s background; 
    text-decoration: none;
  }

 
  a:hover { 
    background: rgba(255,255,255,0.4); 
    color: black; 
    text-decoration: none; 
  }

  .blocIcones a {
  	background: transparent;
  	cursor:pointer;
  }

  .blocIcones a:hover { 
    background: transparent; 
    color: black; 
    text-decoration: none; 
  }



#footer {
    position: fixed;
    padding-top:0.3em;
    bottom: 0;
    width: 100%;
    font-size: 1.0em; 
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
}


