#content{
width:100% !important;
}

.content-column {
    padding: 5px;
    background: url(http://secal.co.uk/wp-content/uploads/2017/03/column-full-bg.png);
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
        color: #007B9A;
}

.column-button {

    border-radius: 5px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    background: rgba(255, 255, 255, 1) url(http://secal.co.uk/wp-content/uploads/2017/03/shiny1button_bg.png) 50% 50% repeat-x;
    border: solid rgba(255, 255, 255, 1) 0px;
    color: #007B9A !important;
    text-decoration: none !important;
    padding: 5px;
    float: right;
}

.menu-item{
min-width:16.6%
}

.select-none{
-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.featured-text{
display:none;
}