.topShelf {
    position: relative;
    z-index: 8000;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    text-align: center;
    border-bottom: 5px solid #ed5d42;
    min-width: 1107px;
    width: 100%;
}

.topShelf p, .topShelf a {
	color: #850b6f;
    font-size: 20px;
    margin: 0;
    line-height: 40px;
    font-family: apercu_regular, 'Sans Serif';
}