html {
    background-size: cover;
    background: linear-gradient(to top, #ffc970, #7998b6) fixed;
    font-family: "Century Gothic", sans-serif;
    color: whitesmoke;
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    padding: 0
}

#mountains {
    z-index: -5;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 100%;
}

#container {
    height: 100%;
    position: absolute;
    width: 100%;
}

#mountains img {
    width: 100%;
    position: absolute;
    bottom: 0;
    filter: invert(20%);
}

#wrapper {
    width: 520px;
    height: 64px;
    margin: -32px auto auto;
    display: flex;
    flex-direction: row;

    position: relative;
    top: 50%;
}

#wrapper #name {
    text-align: right;
    font-size: xx-large;
    align-content: center;
    width: 230px;
    height: 64px;
    line-height: 64px;
    padding-right: 12px;
}

#wrapper #logo {
    width: 60px;
    text-align: center;
}

#wrapper #logo img {
    height: 60px;
    filter: invert(100%) drop-shadow(0 0 4px whitesmoke);
}

#wrapper #content {
    padding-left: 12px;
    padding-top: 10px;
    height: 64px;
    width: 230px;
}

#wrapper #content p {
    margin: 0;
    line-height: 20px;
}

.material-icons {
    position: relative;
    top: 4px;
    font-size: 16px;
}

@media only screen and (max-width: 600px) {
    #wrapper {
        flex-direction: column;
        align-items: center;
        width: 230px;
        height: 192px;
        margin-top: -86px;
    }

    #wrapper #name {
        text-align: center;
        padding: 0;
    }

    #wrapper #content {
        text-align: center;
        padding: 12px 0;
    }
}

@font-face {
    font-family: 'Century Gothic';
    src: url('font/century_gothic.eot');
    src: url('font/century_gothic.eot?#iefix') format('embedded-opentype'),
    url('font/century_gothic.svg.gz#Century Gothic') format('svg'),
    url('font/century_gothic.woff') format('woff'),
    url('font/century_gothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
