﻿html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
}

@media(min-width:768px) {
    .navbar-nav > li > a {
        padding-top: 27.5px;
        padding-bottom: 27.5px;
    }
}

.navbar-white .navbar-nav > .active > a, .navbar-white .navbar-nav > .active > a:hover, .navbar-white .navbar-nav > .active > a:focus {
    color: #111;
    background: #f5f5f5;
}

.navbar-white .navbar-nav > .disabled > a, .navbar-white .navbar-nav > .disabled > a:hover, .navbar-white .navbar-nav > .disabled > a:focus {
    color: #ccc;
}


.navbar-white .navbar-toggle .icon-bar {
    background-color: #505050;
}
