:root {
    --gap-colour: #FDF8A9;
    --gap-grey: #404041;
}

#gap .gap-title {
    margin: 20px 0;
    font-size: 1.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#gap .gap-title__number {
    background: var(--gap-grey);
    color: white;
    border-radius: 50%;
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    padding: 15px;
    letter-spacing: 0;
    margin-right: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	font-size: 70%
}

#gap .gap-title .gap-title__title {
 font-size: 1.2em
}

#gap hr {
    border-top: 2px dashed #ccc;
    border-bottom: none;
    border-left: none;
    height: auto;
    border: 2px dashed #ccc;
    background: none;
    width: 30%;
    margin: 10% auto;
}



#food-intro {
    margin-top: 20px;
}

#food-intro h1 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 150%;
    font-weight: bold;
    width: 610px;
    height: 250px;
    position: relative;
}

#food-intro h1 a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.gap-title-images {
    width: 100%;
    height: auto;
    z-index: 0;
}

#food-intro h1 span {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.white #food-intro h1 {
    width: 100%;
    height: auto;
    min-height: 150px;
}

.white #food-info h1 span {
    font-size: 2rem;
    line-height: 150%;
}

.white #food-intro h1 span {
    font-size: 1.8rem;
    line-height: 150%;
}