* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

:root {
    --dark-background: #24353F; /* Define a CSS variable */
}




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
   font-family: 'Montserrat', sans-serif;
}

a {
	color:#ddd;
	text-decoration:none;
}

.white-background a {
    color: var(--dark-background);
}

.left {
    display: table-cell;
}
.right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

ul.nav {
    width: auto;
    float: none;
    padding: 0px;
}

ul.nav li {
    float: none;
}

ul.nav li a {
    height:auto;
    padding: 13px 15px 12px;
    font-size: 12px;
    font-weight: bold;
}

ul.nav li a {
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}
ul.nav li a:hover {
    background-color: #6B6565;
    text-decoration: none;
}

.white-background ul.nav li a:hover {
    background-color: transparent;
    text-decoration: underline;
}

ul.nav {
    display: block;
    margin-left: -15px;
    float: left;
}
ul.nav li {
    display: inline-block;
}

ul.nav > li > ul {
    width: 135px;
    margin: 0;
    padding: 17px 0 0;
    display: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 38px;
}

ul.nav > li {
    position: relative;
}

ul.nav li:hover ul{
    display:block;
}

ul.nav ul li{
    background-color: black;
    overflow:hidden;
    float:none !important;
    width:138px;
    text-align:left;
}
ul.nav ul li a{
    display:block;
    float:none;
    background:none;
}

ul.nav > li > ul {
    width: 135px;
    margin: 0;
    padding: 17px 0 0;
    display: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 38px;
}

ul.nav > li {
    position: relative;
}

ul.nav li:hover ul{
    display:block;
}

ul.nav ul li{
    background-color: black;
    overflow:hidden;
    float:none !important;
    width:138px;
    text-align:left;
}
ul.nav ul li a{
    display:block;
    float:none;
    background:none;
}