body {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
}

.navbar-header-icon {
	background-color: white;	
}

.navbar-fixed-top {
    margin-bottom: 4rem;
}

.navbar-fixed-top-context {
    margin-top: 0.125rem;
}

body > .container {
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .navbar-fixed-top-context {
        margin-top: 0.5rem;
    }
}

@media (max-width: 320px) {
    .navbar-fixed-top-context {
        margin-top: 1rem;
    }
}