a, a:hover {
	color:#ffffff !important;
}

.how-to-install-wrapper {
    display: flex;
    font-family: sans-serif;
    flex-wrap: wrap;
}
.how-to-install-sidebar {
    width: 280px;
    background-color: #000;
    color: #fff;
    min-height: 100vh;
    padding: 2rem 1rem;
    position: sticky;
    top: 0;
}
.how-to-install-nav {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.how-to-install-nav li {
    margin-bottom: 0.5rem;
}
.how-to-install-nav li a {
    color: #aaa;
    text-decoration: none;
    display: block;
    padding: 0.5rem 0.75rem;
    border-left: 2px solid transparent;
    transition: all 0.2s ease;
}
.how-to-install-nav li a.active {
    color: #ff0 !important;
    font-weight: bold;
    border-left: 2px solid #ff0;
    background-color: transparent;
}
.how-to-install-nav li a:hover {
    color: #fff;
}
.how-to-install-content {
    flex: 1;
    padding: 2rem;
    background: #fff;
    min-height: 100vh;
}

.slicknav_menu {
	display: none;
}

@media (min-width: 320px) and (max-width: 780px) {
    .how-to-install-sidebar {
        width: 100% !important;
        background-color: #000;
        color: #fff;
        min-height: auto !important;
        padding: 0rem 0rem;
        position: relative;
        top: 0;
    }
	
	.slicknav_menu {
		display: block;
	}

    .how-to-install-content {
        padding: 1rem;
    }
	
	.slicknav_menu
	 {
		font-size: 16px;
		background: transparent;
		padding: 5px;
	}
}

@media (max-width: 768px) {
    .how-to-install-nav {
        display: none; /* BUKAN #how-to-install-menu */
    }
}
