
article {
    background: ;
}

.top {
    background-image: url(../img/top.jpg);
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
}

.pole-barva {
    /*background-color: #e7f6ff;*/
    background: linear-gradient(to top, #ffffff, #ceecff); 
    padding-bottom: 0px;
    padding-top: 0px;
}

.pole-barva2 {
    background-color: #22217e;
    /*background: linear-gradient(to bottom, #ffffff, #f9fbff);*/
    padding-bottom: 0px;
    padding-top: 0px;
}

.pole1 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pole2 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cell {
  background-color: #ffffff;
  border-radius: 8px;
  text-align: center;
  /* vnitřní odsazení */
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.cell2 {
  background-color: #ffffff;
  border-radius: 10px;
  border-top: 0px solid #0066cc;
  text-align: center;
  /* vnitřní odsazení */
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}

footer {
    background: #12142b;
    padding-bottom: 50px;
    padding-top: 50px;
}

.footer2 {
    background: #0c0f22;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

.textpole {
    background: linear-gradient(to top, #ffffff, #ceecff); 
    border-radius: 30px;
    color: #ffffff;

    text-align: center;
    text-decoration: none;
    display: inline-block;
}