*{
    padding:0;
    margin: 0;
}

body {
    background-image: url("background.png");
    background-position: center; 
    background-size: cover;
    background-repeat: no-repeat;
    font-family:"Ubuntu", sans-serif;
    color: #ffeeac
}

.footer{
    font-size:40px;
    height:1.5em;
    background-color: rgba(0, 0, 0, 0.7);
 
}

#logo{
    width:300px;
    height:100%px;
    float:left;
    margin-left:10px;
    font-style: italic;
}

.btns{
    margin:0.5rem 20px;
    padding:2px;
    float:left;
    border: 2px solid black;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffeeac;
    font-size:25px;
}

a{
    text-decoration: none;;
}

a:link, a:visited{
    color:#ffeeac;
}

.kontener{
    background-color:rgba(0, 0, 0, 0.9);
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#cytat{

    font-size:25px;
    margin:30px;
    font-style: italic;
}

.send{
    margin: 5px;
}

#rodo{
    display:block;
}
.caf{
    background-color:rgba(0, 0, 0, 0.9);
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.description, .services, .quote, .contact-and-form{
    background-color: rgba(0, 0, 0, 0.4);
}

.text{
    margin: 0 auto;
    font-size:30px;
    background-color:rgba(0, 0, 0, 0.9);
    padding: 40px;
    text-align: center;
}

.srvbtn{
    width:25%;
    padding:20px;
    color:#ffeeac ;
    background-color:rgba(0, 0, 0, 0.9);
    box-shadow: 9px 9px 8px -9px #ffeeac;;

}


.uslugi{
    background-color:rgba(0, 0, 0, 0.9);
    width:100%;
    display:none;

}

ul{
    
    padding:20px;
    font-size:30px;
}

.srvbtn.active{
    background-color:rgba(59, 58, 58, 0.9);
}

.uslugi.active{
    background-color:rgba(59, 58, 58, 0.9);
    display:block;
}

h2,h3{
    padding:10px;
}


@media only screen and (max-width: 600px) {
    .footer div:nth-child(2){
        display: none;
    }
}