
@import url("//fonts.googleapis.com/css?family=Roboto:300,400,500");

html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.846;
    color: #666666;
    margin: 0px;
    background-color: #ffffff;
    text-align: center;
}

a {
    color: #00BABF;
    text-decoration: none
}

.u-wrapper{
    max-width: 1000px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

section {
    margin-bottom: 120px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    padding: 25px 0;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.6;
    transition: opacity .2s ease;
}
footer:hover {
    opacity: 1.0;
    transition: opacity .2s ease;
}
footer p {
    margin: 0;
}

h3 {
    font-size: 23px;
}

li {
    margin-bottom: 3px;
}
.menu{
    margin-left: 25px;
}

.navbar {
    color: #ffffff !important;
    background: url('../images/header-background.png');
}

.navbar-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar img {
    margin-right: 15px;
}

@media (min-width: 768px) {
    #sidebar {
        position:relative;
        padding: 30px 10px;
    }
}
@media (max-width: 960px) {
    body {
        font-size: 17px;
    }
    pre {
        font-size: 12px;
    }
}

.page-header {
    margin-top: 0;
}

#sidebar .text-muted {
    color: #bbbbbb;
}

pre {
    padding: 0;
    border-radius: 4px;
    margin: 15px;
    font-size: 15px;
}
pre code {
    border: none;
}
