﻿@import url('https://fonts.googleapis.com/css?family=Ubuntu');

body {
    font-family: 'Ubuntu';
    font-size: 15px;
    line-height: 1.8;
    color: #222222;
    background-color: #f5f5f5;
}

input.uk-checkbox:checked {
    background-color: #ff6600;
}

input.uk-checkbox:checked:focus {
    background-color: #ff6600;
}

ul.uk-subnav li.uk-active a {
    background-color: #ff6600;
}