* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-attachment: fixed;
    background-position: center, center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-family: "Roboto Medium", sans-serif;
    min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Purista", sans-serif;
    font-weight: 200;
}

h2, h3 {
    color: #d18f21;
}

p {
    margin: 1em 0;
}

button,
.button {
    background: black;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    padding: 0.75em;
}

button:hover,
.button:hover {
    background: #333333;
}

.table tr {
    background: rgba(0, 0, 0, 0.75);
}

.table tbody tr:hover {
    background: rgba(51, 51, 51, 0.75);
}

.table th {
    text-align: left;
    font-weight: normal;
}

.table th,
.table td {
    padding: 0.5em;
}

.table,
.table tr,
.table th,
.table td {
    border: none;
    border-collapse: separate;
    border-spacing: 0 1px;
}

.all-container {
    display: grid;
    grid-template-columns: auto 1fr;
}

nav {
    width: 236px;
}

nav img {
    display: block;
    margin: 35px auto 25px auto;
}

nav .nav-container {
    background: rgba(0, 0, 0, 0.6);
}

nav a {
    color: #fff;
    display: block;
    font-family: "Purista", sans-serif;
    font-size: 21px;
    font-weight: 200;
    padding: 0.55rem 0 0.55rem 39px;
    text-decoration: none;
    text-transform: uppercase;
}

nav a.active {
    color: #d18f21;
    position: relative;
}

nav a.active::before {
    background-color: #d18f21;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}

nav a:hover {
    background-image: linear-gradient(to right, rgba(128, 128, 128, 0.8), rgba(128, 128, 128, 0.8), rgba(128, 128, 128, 0.5));
}

main {
    background-color: rgba(0, 0, 0, 0.6);
    margin-left: 10px;
    margin-top: 78px;
    padding: 13px 26px;
}

img.icon {
    height: 1.5em;
    vertical-align: text-top;
    width: 1.5em;
}

/* purista-light */
@font-face {
    font-family: 'Purista';
    font-style: normal;
    font-weight: 200;
    src: url(/fonts/purista-light.otf);
}

/* purista-medium */
@font-face {
    font-family: 'Purista';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/purista-medium.otf);
}
