@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/oswald_300.ttf);
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/oswald_400.ttf);
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/oswald_700.ttf);
}

body {
    font-family: sans-serif;
    /*background-image: url(../img/12.jpg);*/
    /*background-color: #424F5A;*/
    background-color: #3A3A3A;
    color: #FFFFFF;
}
.background {
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.temperature {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    z-index: 101;
    /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);*/
}
.temperature a {
    text-decoration: none;
}
.temperature .temperature-number {
    text-align: center;
}
.temperature #temperature-place {
    border-top: solid 1px #DDE3E9;
    text-align: center;
    text-transform: uppercase;
}
.clock {
    text-align: center;
    font-size: 180px;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 266px;
    margin-top: -133px;
    /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);*/
}
.quote {
    text-align: center;
    position: absolute;
    top: 20px;
    left: 0px;
    /*text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);*/
    width: 100%;
}
.quote .contents {
    width: 350px;
    margin: auto;
    text-align: center;
}
.quote .author {
    font-style: italic;
}
/*
.credits {
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.credits a {
    text-decoration: none;
}
*/
a {
    color: #FFFFFF;
}
a:hover {
    color: #FFFFFF;
}

.icon-bar > li {
    display: inline-block;
    margin: 16px;
    font-size: 48px;
    line-height: 1;
}
.icon-bar > li img {
    height: 48px;
    width: 48px;
    vertical-align: middle;
}