body {
    background:transparent;
    color: #FFF;
    font-family: sans-serif;


    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;

    box-sizing: border-box;
}

.current-weather h1 {
    font-weight: 400;
    font-size: 18px;
}
.current-weather h1 b {
    display: block;
    font-size: 1.1em;
}
.current-weather svg, .current-weather .current-icon {
    height: 96px;
    width: 96px;
    display: inline-block;
    vertical-align: middle;
}

.current-conditions {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.temp {
    font-size: 1.5em;
}

.current-more-info li {
    list-style-type: none;
    width: 150px;
    display: inline-block;
    padding: 0;
}

.current-more-info ul {
    padding: 0;
}
/*.current-weather {
    text-align: left;
    padding: 50px;
    font-size: 14px;
}

.current-weather h1 {
    font-size: 14px;
    font-weight: 400;
    width: 200px;
    text-align: center;
}

.current-weather h1 b {
    display: block;
    font-weight: bold;
    font-size: 15px;
}

.current-icon {
    height: 64px;
    width: 64px;
    float: left;
    margin-right: 30px;
    margin-top: -15px;
}
.current-conditions {
    height: 64px;
    padding-left: 30px;
    margin-left: 20px;
    text-align: center;
    width: 150px;
}

.temp {
    font-size: 22px;
    font-weight: 700;
}

.current-more-info ul {
    list-style-type: none;
    margin-top: -50px;
}

.current-more-info li {
    width: 220px;
    font-size: 14px;
    text-align: center;
}*/
.hiTemp {
    fill: #585858
}

.loTemp {
    fill: #8a8a8a
}

.lightning,
.sun {
    fill: #f98629
}

.moon {
    fill: #585858
}

.cloud,
.fog {
    fill: #585858
}

.rain {
    fill: #1279c2
}

.hail,
.snow {
    fill: #1279c2
}

.wind {
    fill: #585858
}
