
body {
    font-family: 'Raleway', sans-serif !important;
    margin: 0px;
    padding: 0px;
    background-color: #292929;
}

h1 {
    padding: 22px 0 10px 0;
    text-shadow: 2px 2px 5px #bbb;
    width: 100%;
    margin: 0;
    color: #555;
    font-family: 'Raleway', sans-serif;
    font-size: 200%;
    border-bottom: solid 1px #dedede;
}

h2 {
    padding: 0;
    margin: 10px 0 7px 0;
    color: #555;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5em;
}

a {
    color: #880000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div#page {
    background-color: #fff;
    width: 100%;
}

div#banner-bg {
    width: 100%;
    height: 100px;
    background: rgb(172,17,17);
    background: linear-gradient(180deg, rgba(172,17,17,1) 0%, rgba(114,19,19,1) 48%, rgba(77,4,4,0.95) 49%, rgba(149,14,14,1) 100%);
}

div#banner {
    border: 0;
    width: 100%;
    height: 100px;
    margin: auto;
    padding: auto;
    text-align: center;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

div#content {
    padding: 20px 20px 20px 30px;
    width: 100%;
    margin: 0 auto 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

div#content-bg {
    width: 100%;
    background-color: #fff;
    margin: 0 auto 0 auto;
}

div#company_info {
    text-align: center;
    margin-bottom: 15px;
}

div#contact_info {
    text-align: center;
}

div#footer-bg {
    height: 200px;
    position: relative;
    top: 0px;
    border-top: solid 1px #666;
    padding-top: 0px;
    margin-top: 0px;
    width: 100%;
    background: #292929;
}

div#footer {
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0px auto auto auto;
    padding: 30px 0 0 0;
    color: #777;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

div#footer a, a:visited {
    color: #777;
    text-decoration: none;
}

div#footer a:hover {
    text-decoration: underline;
}

div#ip-address {
    width: 100%;
    font-size: 22px;
    margin: 25px 0px 10px 0px;
    text-align: center;
    font-weight: bold;
    color: #777;
    text-shadow: 1px 1px 1px #ccc;
}

#speedtest {
    width: 100%;
    height: 350px;
    border: none;
    background-color: #fff;
}

div#startStopBtn {
    font-family: 'Raleway', sans-serif !important;
    background: rgb(172,17,17);
    background: linear-gradient(180deg, rgba(172,17,17,1) 0%, rgba(114,19,19,1) 48%, rgba(77,4,4,0.95) 49%, rgba(149,14,14,1) 100%);
}
