body {
    padding: 0px;
    margin: 0px;
}

/* Elements */

#c2canvasdiv {
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
    z-index: 2;
    background: #148cc8;
}

body {
    background: #b8e1f5 url(images/dd-bg.jpg) top center no-repeat;
    background-size: cover;
}

#logo {
    position: absolute;
    width: 350px;
    height: 250px;
    background: url(images/digital-dash-logo.png) no-repeat center center;
    background-size: contain;
    left: 5%;
    top: -10px;
    margin-left: -80px;
}

#about {
    position: absolute;
    top: 75px;
    right: 25px;
    color: #fff;
    width: 15%;
    background: rgba(54, 169, 225, 0.90);
    display: block;
    padding: 0 15px;
}

#about p {
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
    margin: 15px 0;
    font-family: Lato;
    font-size: 13px;
    line-height: 18px;
}

#about p strong {
    font-weight: 700;
    font-size: 14px;
}

#about a {
    margin-bottom: 15px;
    display: block;
    background: rgb(165, 218, 11);
    padding: 8px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    min-height: 16px;
    border-radius: 32px 32px 32px 0px;
    -webkit-border-radius: 32px 32px 32px 0px;
    color: #fff;
    font-family: 'Lato', Helvetica, arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

#about a:hover {
    background: #d1ed02;
}

#terms {
    color: #148cc8;
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
}

#terms a {
    color: #148cc8;
    text-decoration: none;
}

#responsive {
    position: fixed;
    width: 81px;
    height: 33px;
    background: url(images/responsive-icon.png) no-repeat center center;
    background-size: contain;
    bottom: 10px;
    left: 15px;
}

#terms a:hover,
#responsive a:hover {
    text-decoration: underline;
}

/* responsive */

@media(max-width:1150px) {
    #logo {
        position: absolute;
        width: 275px;
    }
}

@media(max-width:900px) {
    #logo,
    #about {
        display: none;
    }
}

@media(max-width:600px) {
    body {
        background: #b8e1f5 url(images/digital-dash-background.jpg) repeat-x left top fixed;
        background-size: 100% 600px;
    }
    #responsive,
    #terms {
        display: none;
    }
    #c2canvasdiv {
        border: none;
        box-shadow: 5px 0px 0px rgba(255, 255, 255, 1), -5px 0px 0px rgba(255, 255, 255, 1);
        -webkit-box-shadow: 5px 0px 0px rgba(255, 255, 255, 1), -5px 0px 0px rgba(255, 255, 255, 1);
    }
}