body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    color: #fff;
    background: #000;
}

.background {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.background-color {
    position: absolute;
    background: rgba(96, 125, 139, 0.75);
    content: ' ';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.wrapper {
    width: 960px;
    height: 100vh;
    overflow: hidden;
    display: inline-block;
}

.welcome {
    width: 360px;
    padding: 20px;
    float: left;
}

.welcome h1 {
    margin: 0;
    font-size: 36px;
}

.weather {
    width: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.weather strong {
    font-size: 40px;
    margin: 45px 0 10px;
    display: block;
}

.weather p {
    font-size: 20px;
    text-align: left;
}

.clock {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 40px;
    font-weight: 900;
}

.logo-container {
    position: relative;
    width: 500px;
    height: 100vh;
    float: right;
    padding: 15px 30px;
    background: #8fa7b1;
    text-align: right;
}

.logo-container:before {
    position: absolute;
    content: ' ';
    background: #8fa7b1;
    top: -50px;
    left: -75px;
    height: 1100px;
    width: 200px;
    transform: rotate(7.5deg);
    z-index: -1;
}

.logos {
    width: 100%;
    display: inline-block;
}

.logos.border {
    border-bottom: 1px solid #819ca9;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.logos .line {
    display: block;
    width: 100%;
}

.logos .line h2 {
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.logos .logo {
    position: relative;
    width: 62px;
    height: auto;
    background: white;
    float: right;
    margin-left: 10px;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.logos .logo img {
    width: 100%;
    max-height: 100%;
}

.logos .logo span {
    background: #6c848e;
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: center;
    font-size: 11px;
    border-radius: 5px;
    padding: 2.5px 0;
}

.info {
    width: 300px;
}

.info strong {
    font-size: 20px;
}

.info p {
    font-size: 16px;
}