section.section-grey{
    background-color:#fdcc52;
    color:black
}

section.section-black{
    background-color: rgba(0, 0, 0, 0.5);
}
.visit-facebook{
    justify-content: space-around;
}
.visit-facebook > .column {
    flex:50%;
}
@media only screen and (max-width: 680px){
    .visit-facebook> .column{
        flex: 100%;
    }
}

/* franchise enquiry form  */
.franchise-enquiry> .column{
    flex: 45%;
    padding: 2%;
}
.franchise-enquiry > .column > .superlist{
    list-style-type: '\2713';
    margin: 4%;
}
#calltoaction-form {
    flex: auto;
    justify-content: center;
    align-self: center;
}
#teaser{
    background-color: #fdcc52;
    color: black;
}
.column > h3{
    font-weight: bold;
}
.franchise-enquiry > .column{
    border: 2px solid grey;
    margin: 2% 2%;
}
@media only screen and (max-width: 680px){
    .franchise-enquiry> .column{
        flex: 100%;
    }
}
