.topbar {
    background: #b9924b;
    color: #fff;
    width: 100%;
    z-index: 1000;
    position: relative;
    justify-content: center;
    display: flex;
    font-size: .65rem;
    text-align: center;
}

.topbar p { 
	margin-bottom: 0;	
	padding: 10px 15px;
}

.main-navigation-wrapper {
	padding-top: 50px;
}

@media screen and (min-width: 576px) {
	.topbar {
		font-size: .85rem;
	}
}