/**
 * Theme Name: Prime Burger
 * Version: 1.0
**/

@media only screen and (min-width: 641px) {
	.header .main-nav {
		align-self: center;
	}
}
@media only screen and (max-width: 640px) {
    .home .burgers-archive {
        margin-top: 180px;
        margin-bottom: 160px;
    }
}

.price {
	display: none !important;
}