* {
    box-sizing: border-box;
}

html {
    font-family: "Lucinda Sans", sans-serif;
    font-size: 14px;
}

body, section, header, footer, nav, menu, aside, fieldset, form, div, p, ul, uo, li, a, img, span, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    /*background-color: lightgray;*/
     /*background-image: url('../Images/shard-bridge-WA0001-small-crop.jpg');*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.8;
    
   
}

@font-face {
    font-family: "Oswald-Light";
    src: url("../Fonts/Oswald-Light.ttf");
}

@font-face {
    font-family: "Raleway-Light";
    src: url("../Fonts/Raleway-Light.ttf");
}

h1 {
    font-size: 200%;
    margin: 8px 0px 8px 0px;
}

h2 {
    font-size: 150%;
    font-weight: 500;
    margin: 6px 0px 6px 0px;
}

h3 {
    font-size: 117%;
    font-weight: 500;
    margin: 4px 0px 4px 0px;
}

h4 {
    font-size: 100%;
    margin: 3px 0px 3px 0px;
}

h5 {
    font-size: 83%;
    margin: 3px 0px 3px 0px;
}

strong {
    font-weight: 600;
}

p {
    font-size: 100%;
    margin-bottom: 10px;
}

.row:after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    width: 100%;
    padding: 0.8%;
}

a {
    text-decoration: none;
    font-size: 100%;
    outline: 0;
}

li {
    list-style: none;
}

.inner {
    padding: 0px 10px 0px 10px;
}

.button {
    width: 60px;
    height: auto;
    font-size: 16px;
}

    .button:hover {
        box-shadow: rgba(175, 175, 175, 0.5) 5px 5px 5px 5px;
    }


#top-row {
   
}

#page {
    /*padding: 10px 5px 10px 5px;*/
    background-color: lightblue;
   
}


#content {
    padding: 100px 0px 100px 0px;
}



.page-centre {
    background-color: inherit;
}


.social-media {
   
}

.social-media img {
    width: 7%;
}
#footer-social-media {
     width:100%;
    margin: 0;
}
.dim:hover {
    opacity: 0.5;
}


footer {
    size@ 100px;
    background-color: #515151;
    color: white;
    padding: 15px;
    font-size: 100%;
}

.footer-box {
    color: inherit;
}

    .footer-box a {
        color: inherit;
    }

        .footer-box a:hover {
            color: #000;
        }


#company-cell p {
    text-align: center;
}

#policies ul {
    /*padding: 0 22%;*/
    text-align: center;
}

#policies li {
    display: inline-block;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.map {
    width: 100%;
    height: 360px;
}

#directions {
    padding: 0 2%;
}

.about-wrap p {
    margin: 2% 0;
}


.entry p, .sla p {
    margin: 1% 0;
}

.grey {
    background-color: #f1f1f1;
}

.border-all {
    border: 1px solid aqua;
}

.para-header, .downloads-header {
    font-size: 180%;
    margin-bottom: 10px;
}

.download-wrap {
    margin: 10px 0;
}

.sub-heading {
    font-size: 150%;
    margin: 10px 0;
}

.sub-heading-white {
    font-size: 150%;
    color: #ffffff;
    background-color: #51a6dd;
    margin: 15px 0;
    padding-left: 10px;
}

.small-heading {
    font-size: 125%;
    margin: 8px 0;
}




.clicks a {
    color: #00aaff;
    font-weight: 600;
}

    .clicks a:hover {
        color: #a54556;
        text-decoration-line: underline;
    }


.size-1 {
    font-size: 120%;
}

.weight-1 {
    font-weight: 600;
}

.centre {
    text-align: center;
}

#big-logo {
    padding: 1% 2% 1% 3%;
}

    #big-logo img {
        max-width: 100%;
    }

.large {
    font-size: 225%;
}


#teleno {
    padding: 0.8%;
    font-size: 140%;
    color: #000;
    text-align: center;
}

#email {
    color: #000;
    font-size: 120%;
    text-align: center;
}


.more-btn:hover {
    opacity: 0.7;
}

#drop-wrap {
    height: auto;
}

.doc-drop {
    margin: 5% 0;
}

.small {
    font-size: 80%;
}

.marg-bot {
    margin-bottom: 10px;
}

.marg-lr {
    margin: 0 5px 0 5px;
}

#news-title {
    font-size: 180%;
    background-color: #4b9fd6;
    color: #ffffff;
    padding: 2%;
    margin: 0;
}

#design {
    float: right;
}

.pad-all {
    padding: 5px;
}

#smc-lst li {
    list-style-type: circle;
    list-style-position: inside;
}

/*remove non-mobile elements*/
#main-navwrap, #foot-navwrap, #company-reg, .page-left, .page-right {
    display: none;
}

.page-banner {
    font-size: 150%;
    color: #ffffff;
    background-color: #51a6dd;
    padding-left: 10px;
    margin-bottom: 20px;
}



#cycle-slideshow img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
}

.cookieWrap {
    position: fixed;
    background-color: yellow;
    color: black;
    height: 46px;
    width: 100%;
    bottom: 0;
    padding: 4px 10px;
    font-size: 18px;
    opacity: 0.0;
    z-index: 9999;
}

.cookieShow {
    transition: 0.5s;
    opacity: 1.0;
}

#cookieBtn {
    position: absolute;
    font-size: 18px;
    right: 20px;
    border-radius: 4px;
}



/*********************************************/
/*   @medias  from here!!                    */
/*********************************************/
@media only screen and (min-width: 640px) {
    [class*="col-"] {
        float: left;
    }

    .col-t-1 {
        width: 8.33%;
    }

    .col-t-2 {
        width: 16.66%;
    }

    .col-t-3 {
        width: 25%;
    }

    .col-t-4 {
        width: 33.33%;
    }

    .col-t-5 {
        width: 41.66%;
    }

    .col-t-6 {
        width: 50%;
    }

    .col-t-7 {
        width: 58.33%;
    }

    .col-t-8 {
        width: 66.66%;
    }

    .col-t-9 {
        width: 75%;
    }

    .col-t-10 {
        width: 83.33%;
    }

    .col-t-11 {
        width: 91.66%;
    }

    .col-t-12 {
        width: 100%;
    }

    #overlay {
        font-size: 100%;
    }

    /*remove mobile elements*/
    #menu-logo {
        display: none;
    }
    .page-centre img {
        /*width:50%;*/
    }
    /*==========main navigation tabs ==========*/

    #main-navwrap {
        display: block;
        height: auto;
        background-color: inherit;
    }

    #maintabs {
        background-color: inherit;
        max-width: 100%;
        float: left;
        list-style-type: none;
        font-family: "Segoe UI", Arial, Verdana, Sans-Serif;
        font-size: 120%;
        margin: 0px;
    }


        #maintabs li {
            position: relative;
            float: left;
            max-width: 100%;
            padding: 0px;
            margin-left: 0px;
            margin-right: 8px;
        }

        #maintabs a {
            padding: 5px;
            margin: 0px;
            display: block;
            color: White;
            color: #f7931d;
            font-weight: normal;
            font-weight: bold;
        }



            /*============hover over parent behavior=====================*/
            #maintabs a:hover span {
                color: #fe0000;
                color: black;
                background-color: #ffffff;
            }

        /*===============hover modes========*/
        #maintabs li:hover ul {
            left: 0px;
            background-color: gray;
        }

        #maintabs li:hover a {
            background-color: inherit;
        }

        #maintabs li:hover ul a {
        }

        #maintabs li:hover ul li a:hover {
            background-color: inherit;
        }

    #banner {
        font-size: 100%;
    }

    #foot-navwrap, #policies, #company-reg {
        display: block;
    }

    footer #nav {
        padding-left: 25%;
    }
}

/**************************************************************************************************/

@media only screen and (min-width: 800px) {

    /*remove mobile elements*/
    #menu-logo {
        display: none;
    }

    .page-left, .page-right {
        display: block;
    }
    .page-centre img {
        width:50%;
    }

    #main-navwrap {
        display: block;
    }

    .footer-box {
        padding-left: 10%;
    }

    #foot-navwrap {
        display: block;
    }

    #policies li {
        display: block;
    }

    #central-admin {
        padding-left: 25%;
        padding-right: 25%;
    }

    #banner {
        font-size: 140%;
        padding: 40px;
    }
}

/**************************************************************************************************/

@media only screen and (min-width: 1280px) {
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }

    html {
        font-size: 16px;
    }

    #marquee-info {
        animation: marquee-info 18s linear infinite;
    }

    #overlay {
        font-size: 125%;
    }

    #banner {
        /*font-size: 160%;*/
        padding: 0px 0px 0px 0px;
    }

    #big-logo {
        padding: 1%;
    }
     /*.page-centre img {
        width:100%;
    }*/
   
}
