
body {
    font-family: 'Oswald';
    font-weight: 300;
    color: #fff;
    background-color: rgb( 215, 150, 130 );
}

body:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('https://mona.lu/bg_michael.jpg');
    z-index: -1;
}

.panel {
    font-family: 'Roboto';
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.25);
    padding: 0.2em 1em 1em 1em;
    color: #555;
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.25em;
    font-weight:400;
    margin-bottom: 0;
}

.time, .date {
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

.time {
    font-size: 10em;
}

.date {
    font-size: 2em;
    margin-top: -30px;
    margin-bottom: 30px;
}

.climacon {
    margin-top: -0.45em;
    font-size: 15em;
}

.currentTemp {
    margin-top: -0.2em;
    font-size: 8em;
}

.row {
    margin-top: 15px;
}

.weather {
    margin-top: 35px;
    opacity: 0.8;
}

.logo {
    text-align: center;
    font-size: 8em;
    margin-top: 35px;
    opacity: 0.8;
}

.open {
    background: #5cb85c;
    color: #fff;
}

.closed {
    background: #d9534f;
    color: #fff;
}

.status {
    text-align: center;
    font-size: 7em;
    padding: 0;
}
