﻿body {
    font-size:18px;
}

h1 {
    font-family: 'Bangers', sans-serif;
    color:#061c48;
    font-size:3rem;
}

.sidenav li > a {
    font-size:20px;
}


li.depth-0 > a {
    padding-left: 10px;
}
li.depth-1 > a {
    padding-left: 30px;
}
li.depth-2 > a {
    padding-left: 50px;
}
li.depth-3 {
}
li.depth-4 {
}
li.depth-5 {
}
li.depth-6 {
}

tr {
    border-bottom:none;
}

.margin-bottom-40 {
    margin-bottom:40px;
}

.dropdown-content {
    background-color: #000d46;
    overflow: hidden;
}

    .dropdown-content ul {
    }

    .dropdown-content li:hover, .dropdown-content li.active {
        background-color: transparent;
    }

        .dropdown-content li > a, .dropdown-content li > span {
            color:#eee;
}
    .dropdown-content:hover li > a, .dropdown-content li > span {
        color: #eee;
    }

    @media only screen and (min-width: 993px) {
        .container {
            width: 90%;
        }
