html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

#contener {
    height: 75%;
    margin-top: 5%;
    width: 100%;
    position: relative;
}

#naglowek {
    position: absolute;
}

.selectpogoda {
    width: 25% !important;
    height: 50px;
    font-size: 30px;
    margin-top: 15%;
}

body>div.formrss>form>select {
    width: 50% !important;
    height: 100px;
    font-size: 30px;
}

body>div>div>div>div>form>input[type="submit"] {
    margin-top: 20px;
}

input {
    margin-top: 50px;
    width: 15%;
    font-family: sans-serif;
    font-size: 30px !important;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    height: 70px;
}

.kalendarium {
    position: absolute;
    background-image: url();
    background-position: top;
    background-repeat: repeat-x;
    bottom: 5%;
    left: 160px;
    right: 160px;
    font-size: 35px;
    color: #fff;
}

#naglowek_h1 {
    color: #fff;
    position: absolute;
}

#srodek {
    position: absolute;
}

#srodek_in {
    position: absolute;
    opacity: 0;
    color: #fff;
}

#stopka {
    position: absolute;
    background-image: url(' ');
    background-position: top;
    background-repeat: repeat-x;
    bottom: 0;
    left: 0;
    background: #051604 !important;
    height: 160px !important;
}

#cytat_h1 {
    color: #fff;
    overflow: hidden;
}

#cytat_cytat {
    color: #fff;
    overflow: hidden;
}

#cytat_autor {
    color: #000000;
    font-style: italic;
}

body {
    background: #70af6b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #70af6b 0%, #bfdc69 50%, #70af6b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70af6b), color-stop(50%, #bfdc69), color-stop(100%, #70af6b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #70af6b 0%, #bfdc69 50%, #70af6b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #70af6b 0%, #bfdc69 50%, #70af6b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #70af6b 0%, #bfdc69 50%, #70af6b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #70af6b 0%, #bfdc69 50%, #70af6b 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#70af6b', endColorstr='#70af6b', GradientType=0);
    /* IE6-9 */
}

body>div>div.row.box1 {
    background: #2c5624 !important;
    height: 10vh;
    color: #fff;
    font-size: 50px;
    padding: 25px 25px 25px 25px;
    font-weight: bold;
}

body>div>div.row.box2 {
    background: #2c5624;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4a893e 0%, #2c5624 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4a893e), color-stop(100%, #2c5624));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4a893e 0%, #2c5624 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4a893e 0%, #2c5624 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4a893e 0%, #2c5624 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #4a893e 0%, #2c5624 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4a893e', endColorstr='#2c5624', GradientType=0);
    /* IE6-9 */
    height: 60vh;
    color: #fff;
    font-size: 50px;
    padding: 25px 25px 25px 25px;
    font-weight: bold;
}

.srodek {
    margin-top: 50px;
}

.srodek3 {
    margin-top: 100px;
    font-size: 80px;
    text-align: left !important;
}

.srodek2 {
    margin-top: 50px;
    font-size: 80px;
    text-align: right !important;
}

img {
    height: 100%;
    width: 100%;
}

.boxsmall {
    padding-top: 90px;
    background: #051604;
    /* Old browsers */
    background: -moz-linear-gradient(top, #051604 0%, #051604 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #051604), color-stop(100%, #051604));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #051604 0%, #051604 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #051604 0%, #051604 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #051604 0%, #051604 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #051604 0%, #051604 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#051604', endColorstr='#051604', GradientType=0);
    /* IE6-9 */
    height: 30vh;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #0e0e0e;
    -webkit-box-shadow: 10px 0 5px -2px #0e0e0e;
    box-shadow: 10px 0 5px -2px #0e0e0e;
}

p {
    font-size: 30px;
    font-weight: normal;
    padding-top: 20px;
    line-height: 15px;
}