/*--------------------------------------------------------------
# Default Color Scheme
--------------------------------------------------------------*/
body {
    font-family: 'Roboto', sans-serif;
    background: #f6f6f6;
}

body,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #273039;
}

a {
    text-decoration: none !important;

    outline: none;
}

a:hover,
.dt-footer-cont li a:hover,
.dt-pagination-nav .current {
    color: #17bebb;
}

a:visited {
    color: #273039;
}

.dt-footer h3:after,
.dt-footer .tagcloud a:hover {
    background: #17bebb;
}

.dt-pagination-nav .current,
.dt-pagination-nav a:hover {
    border-color: #17bebb;
}
