.portrait {
    width: 100%;
    min-height: 100%;
}

.landscape {
    width: 100%;
    min-height: 100%;
}

.ui-page {
    margin: 0;
    padding: 0;
    background-color: white;
    width: 100%;
    height: 100%;
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #0a2937;
}

.foot {
    text-align: center;
}

.ui-content {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: white;
    width: 100%;
    min-height: 100%;
    background: black no-repeat center top;
    background-attachment: fixed;
}

.ccontainer {
    width: 100%;
    min-height: 100%;
    background-color: white;
    margin: 0;
    padding: 0;
}

div.transbox {
    width: 95%;
    background-color: white;
    border: 1px solid #444;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    color: black;
}

    div.transbox p, div.headbox p {
        font-weight: bold;
        color: #ffffff;
    }

div.loading {
    display: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    color: #eee;
    font-weight: normal;
}

div#disclaimer {
    color: black;
    font-size: .7em;
    text-align: justify;
    margin: 4px 0;
}

    div#disclaimer span.compliant {
    }

    div#disclaimer a {
        color: black;
    }

.subscribe-button img {
    border-radius: 5px;
    box-shadow: 3px 3px 10px grey;
}

.div1 {
    font-size: 16px;
    color: white;
}

.div2 {
    text-align: center;
}

.span1 img {
    width: 95%
}

.div3 {
    font-size: 36px;
    color: #ffaead;
    text-shadow: 2px 2px 3px black;
    padding: 10px;
    margin: 15px 0px;
    background: url(../img/horodaily.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-text-stroke: 1px black;
}

.container {
    text-align: center;
    font-size: 2rem;
    color: #fff;
    -webkit-text-stroke: 1px black;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.subscribe-button img {
    width: 80%
}

.div4 {
    font-size: 12px;
    font-style: italic;
    color: black;
}

.div5 {
    font-size: 12px;
    color: black;
}

.div5 span img {
    width: 100%
}

.span2 {
    color: #ddd;
    font-size: small;
}

.p1 {
    color: #fff;
    font-size: small;
}

.p2 {
    color: #fff;
    font-size: small;
    text-align: left;
    padding: 0px 20px 8px 20px;
    margin: 8px 0px;
}

@media (max-height: 500px) {
    .div5 {
        padding: 10px 0px;
    }
}

@media (min-height: 501px) and (max-height: 600px) {
    .div3 {
        padding: 20px 10px;
    }
    .div5 {
        padding: 10px 0px;
    }
}

@media (min-height: 601px) {
    .div3 {
        padding: 60px 20px;
    }
    .div5 {
        padding: 30px 0px;
    }
}

.div6 {
    text-align: center;
}

@keyframes blink {
    50% {
        opacity: 0.01;
    }
}

.blink {
    animation: blink 1s step-start 1s 4;
}

body {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pcss {
    width: 7rem;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.3rem;
    clear: both;
    border-radius: 0.75rem;
    margin-top: 10px;
    border: 2px solid green;
    background-color: #f0f8f0;
}