header #headTop2 {
    border-bottom: 1px solid $ color-black;
    background: #FFFFFF; /* Old browsers */
    background: -moz-linear-gradient(top, #FFFFFF 32%, #FFFFFF 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #FFFFFF 32%, #FFFFFF 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #FFFFFF 32%, #FFFFFF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0); /* IE6-9 */
    min-height: 6.25rem;
}
header a, header a:visited {
    color: #ff6600;
}
.openingTimesText {
    color: #ff6600;
}

#mainNavigation {
    position: relative;
    border-top: 1px solid #5A5F62;
    border-bottom: 1px solid white;
    background: #444649;
    background: -moz-linear-gradient(top, #2fa3bc 0%, #007d99 40%);
    background: -webkit-linear-gradient(top, #2fa3bc 0%, #007d99 40%);
    background: linear-gradient(to bottom, #2fa3bc 0%, #007d99 40%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fa3bc', endColorstr='#007d99',GradientType=0 );
    z-index: 99;
}

.roundbutton {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    font-weight: bold;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid #1D1D1D;
    border-radius: 10px;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe !important;
}

html {
    scroll-padding-top: 12rem;
}

@media only screen and (min-width: 40em) {
    #mainNavigation ul.navbar li {
        text-transform: uppercase;
        font-size: 1.3rem;
    }
}

#gMap1 .onlineBookDate {
    display:none;
}
.socialMedia {
    display: flex;
}
.socialMedia .boxSmileDesign:first-child {
    order:2;
}
.socialMedia .boxSmileDesign:last-child {
    order:1;
}
.socialMedia .boxSmileDesign:last-child a {
    color:rgb(255, 102, 0);
    font-size: 1.2rem;
}
.socialMedia .boxSmileDesign:last-child a:hover {
    color:rgb(204, 204, 204);
}

