*:focus {
    outline: 0px;
}

::-moz-focus-inner {
    border: 0;
}

body {
    /* background: url("bgimages/asfalt-light.png"); */
    background-color: #232e33;
    height: 100%;
    color: #707d80;
    margin-left: 28px;
    margin-top: 65px;
}

.leftToolbar {
    background: url("bgimages/asfalt-light.png");
    background-color: #20292e;
    color: #707d80;
    box-shadow: 0 0 5px black;
    border-right: 2px solid #0f5a6980;
    position: fixed;
    top: 50px;
    left: 0;
    bottom: 0;
    width: 16em;
    display: inline-block;
}

.midToolbar {
    background-color: #263238;
    color: #707d80;
}

nav {
    display: block;
    background: url("bgimages/classy-fabric.png");
    background-color: #263238;
    color: #707d80;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid #0f5a6980;
    overflow-y: hidden;
}

nav>img {
    vertical-align: middle;
}

nav .item {
    font-family: rambla;
    display: inline-block;
    border: 1px solid #0f5a69;
    border-radius: 3px;
    background-color: #13697c;
    color: white;
    text-decoration: none;
    padding: 4px;
    margin: 2px;
    cursor: pointer;
}


p {
    margin: 20px 0 0 0;
    font-family: rambla;
    font-size: 18px;
    color: white;
}

h3 {
    
    padding: 5px;
    font-family: rambla;
    font-size: 20px;
    color: white;
    border-left: 5px solid rgb(19, 216, 29);
}


/* leftToolbar */

.leftToolbar .bottom {
    bottom: 8px;
    position: absolute;
}

.content {
    width: 80%;
    margin: 0 auto;
    font-family: rambla;
    color:white;
    font-size: 18px;
}

.content .item {
    background-color: rgb(80, 54, 7);
    cursor: pointer;
}
a {
    text-decoration: none;
    color: orange;
}