@media (min-width: 990px) {

    .navbar,
    .navbar-collapse {
        flex-direction: column;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .navbar {
        position: fixed;
        height: 100vh;
        width: 400px;
        align-items: flex-start;
    }

    .navbar-brand {
        margin-left: 0.5em;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 4px solid #464646;
        font-size: 36px !important;
    }

    .summary-header {
        font-size: 30px;
    }

    .summary-text {
        font-size: 20px;
    }

    .main-page {
        margin-left: 400px;
    }

    .navbar-nav {
        margin-left: 1vw !important;
    }

    .page-title {
        font-size: 50px;
        padding-top: 125px !important;
        padding-bottom: 175px !important;
    }

    form input {
        margin-bottom: 0.7em;
    }

    .overview-container {
        padding-top: 200px !important;
    }

    .tick line {
        visibility: hidden;
    }
    
    .tick text {
        fill: #D3D3D3;
        font-size: 14px !important;
    }
    
    .bar {
        fill: #FFFF33;
        rx: 5;
        stroke: gray;
        stroke-width: 4;
    }
    
    .bar:hover {
        fill: #FF9933;
    }
    
    .text {
        fill: #D3D3D3;
        text-anchor: middle;
        font-size: 14px !important;
    }

    .sub-item-header {
        font-size: 30px !important;
        color:#C7C7C7;
        font-weight: bold;
    }
    
    .question-header {
        font-size: 25px !important;
        color:#C7C7C7;
    }
}

body {
    background: #36454F;
}

.navbar-nav {
    margin-left: 0.3vw;
    cursor: pointer;
    color: #C7C7C7;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

.page-title {
    padding-top: 100px;
    padding-bottom: 50px;
}

.overview-container {
    padding-top: 50px;
}

.main-item-header {
    color:#C7C7C7;
    font-weight: bold;
}

.sub-item-header {
    color:#C7C7C7;
    font-weight: bold;
}

.question-header {
    color:#C7C7C7;
}

hr {
    background-color: #C7C7C7;
}

.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* aspect ratio */
    vertical-align: top;
    overflow: hidden;
}
.svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}

.tick line {
    visibility: hidden;
}

.tick text {
    fill: #D3D3D3;
    font-size: 35px;
}

.bar {
    fill: #FFFF33;
    rx: 5;
    stroke: gray;
    stroke-width: 4;
}

.bar:hover {
    fill: #FF9933;
}

.text {
    fill: #D3D3D3;
    text-anchor: middle;
    font-size: 30px;
}

button {
    background-color: #c2fbd7;
    border-radius: 100px;
    color: green;
    cursor: pointer;
    font-family: 'Segoe UI';
    padding: 7px 20px;
    text-align: center;
    font-size: 16px;
  }

.active, .collapsible:hover {
    color: #000080;
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    cursor: pointer;
    color: #C7C7C7;
    text-align: left;
    margin-left: 25px;
    font-size: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
}

.menItemActive, .menitem:hover {
    color: #36454F;
  }