html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

. {
    background: #2c5624;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2c5624 0%, #2c5624 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c5624), color-stop(100%, #2c5624));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2c5624 0%, #2c5624 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2c5624 0%, #2c5624 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2c5624 0%, #2c5624 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2c5624 0%, #2c5624 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2c5624', endColorstr='#2c5624', GradientType=0);
    /* IE6-9 */
    height: 100px;
    color: #fff;
    font-size: 35px;
}

#sekcja1 {
    height: 12vh;
    padding-left: 25px;
}

#sekcja2 {
    height: 73vh;
    background: #2c5624;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2c5624 0%, #2c5624 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c5624), color-stop(100%, #2c5624));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2c5624 0%, #2c5624 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2c5624 0%, #2c5624 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2c5624 0%, #2c5624 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2c5624 0%, #2c5624 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2c5624', endColorstr='#2c5624', GradientType=0);
    /* IE6-9 */
    color: #fff;
    font-size: 38px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 50px;
}

#sekcja2>div>em {
    font-size: 24px;
    font-weight: 200;
}

#sekcja3 {
    height: 15vh;
    bottom: 0;
    background: #051604;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
}

.kalendariumtitle {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #325c2a;
}

.dzientitle {
    padding-left: 15px;
    margin-top: 15px;
    font-size: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.imieniny {
    padding-right: 15px;
    margin-top: 15px;
    font-size: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.imieninyObchodza {
    padding-right: 15px;
    font-size: 32px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #000;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}

.wiki {
    font-size: 24px;
    color: #fff;
}

.dzienrok {
    font-size: 48px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: -10px;
    font-weight: 600;
    color: #2c5624;
    font-family: 'Roboto', sans-serif;
}

#obrazek {
    max-width: 32%;
    margin-left: 30%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    max-width: 32%;
}