html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-size: 100%;
    text-align: center;
    color: #fff;
    background: url(/content/images/layout/internet-background.jpg) no-repeat top center #000;
    margin-top: 245px;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 20px;
}

.container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.forsale {
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0993d5;
    margin: 0 0 20px 0;
}

.domainname {
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 10px 0;
}

img {
    width: auto;
    max-width: 100%;
}

.btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    padding: 18px 30px;
    border-top: solid #56c1ff 1px;
    text-decoration: none;
    margin-bottom: 40px;
    display: inline-block;
}

    .btn:hover {
        background: #0289d7;
        background-image: -webkit-linear-gradient(top, #0289d7, #0177bb);
        background-image: -moz-linear-gradient(top, #0289d7, #0177bb);
        background-image: -ms-linear-gradient(top, #0289d7, #0177bb);
        background-image: -o-linear-gradient(top, #0289d7, #0177bb);
        background-image: linear-gradient(to bottom, #0289d7, #0177bb);
        text-decoration: none;
    }

@media (max-width:799px) {

    .forsale {
        font-size: 18px;
    }

    .domainname {
        font-size: 36px;
    }
}