
.contact-section{
    width: 100%;
    height: 100vh;
    background-image: url('../../image/image1/nasaekipa/nasaekipa1.jpg');
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; 
}

.shade{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(000, 000, 000, .3);
    margin-left: 0px;
}

.kontakt{
    padding: 60px 15px;
}

.kontakt h2{
    margin-bottom: 40px;
}

.kontakt input{
    border: 1px solid #000;
}

.kontakt textarea{
    border: 1px solid #000;
}

.kontakt button{
    margin-top: 30px;
    padding: 5px 60px;
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    transition: all .3s;
}

.kontakt button:hover{
    background-color: #fff;
    color: #000;
}

.info{
    margin-top: 40px;
}

.info ul{
    list-style-type: none;
    padding-left: 0px; 
}

.info ul li{
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 768px){
  .contact-section{
    height: 45vh;
  }
}

@media (min-width: 768px) and (max-width: 992px){
  .contact-section{
    height: 75vh;
  }
}

@media (min-width: 992px){

    .info{
        margin-top: 0px;
    }

}

@media (min-width: 1200px){

}