@charset "utf-8";
/* CSS Document */

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


    .desktopHidden {
        display: none;
    }


    .imageHyperlink:hover {
        color: #000;
        background-color: var(--colour-secondary);
    }

    .menuDiv {
        display: none;
    }

    .borderDivide {
        border-left: 1px solid var(--colour-secondary);
        border-right: 1px solid var(--colour-secondary);
    }

    .navContactOuter * {
        color: var(--colour-tertiary);
        line-height: 20pt;
    }

    .navContactOuter {
        position: absolute;
        top: 15px;
        right: 5%;
    }

    .logoMain {
        width: 20%;
        max-height: 140px;
        text-align: center;
    }

    .logoMainImg {
        position: relative;
        margin-top: 15px;
        width: 100%;
        max-width: 270px;
        z-index: 600;
    }

    .verticalAlign {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .logoSub {
        margin-top: auto;
        width: 20%;
        max-width: 300px;
        display: flex;
        justify-content: space-between;
    }

    .logoSubImg {
        height: 70px;
        margin-bottom: 10px;
    }

    .logoSubImg > img {
        max-width: 100%;
        max-height: 100%;
    }

    .navOuter {

        margin: auto;
        display: inline-flex;
        justify-content: space-between;
        width: 100%;


        background-color: var(--colour-primary);
        z-index: 500;
        box-shadow: 3px 3px 5px #555;
    }

    .navInner {
        margin-top: auto;
        float: right !important;
        width: 100%;
        display: block;
        justify-content: space-between;
        /*	*/
    }

    .navHeader {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        cursor: pointer;
        z-index: 1000;
    }

    /*
.navHeaderTitle {
    border-left: var(--colour-tertiary) solid 1px;
}
*/


    .navHeaderTitle:hover {
        text-decoration: underline;
    }

    .navHeaderTitleDiv:hover {
        box-shadow: 0px 0px 0px !important;
    }

    .navHeaderTitleDiv {
        font-weight: bold;
        font-size: 18pt;
        text-align: left;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: inherit;
        color: var(--colour-tertiary);

    }

    .navSubHeader {
        display: none;
        position: absolute;
        float: right;
        margin-top: 10px;

        max-width: 30%;

        background-color: rgb(99, 138, 169);
        box-shadow: 3px 3px 5px #555;
    }

    .navSubTitle {
        padding: 10px;

        font-size: 16pt;
        border-top: #fff 1px solid;
        color: #fff !important;
    }

    .navSubTitle > a {
        color: #fff !important;
    }

    .topBanner {
        text-align: right;
        width: 100%;
        height: 80px;
        background-color: #E4E4E4;
        box-shadow: 3px 3px 5px #555;
    }

    .inputSmall {

        width: 100px !important;
        height: 30px !important;
        font-size: 12pt !important;
        padding: 5px !important;
        border-width: 1px !important;
    }

    .aboutPeople {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        margin: 10px;
        text-align: center;
    }

    .aboutPeopleOuter {
        width: 400px;
        margin: 10px;
    }

    .aboutPeopleImg {
        height: 460px;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .aboutPeopleImg > img {
        object-fit: cover;
    }

    .innerfull {
        max-width: 1000px;
        margin: auto;
    }

    .innerOverlay {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }


    .footer {
        padding-top: 10px;
        position: fixed;
        bottom: 0px;
        width: 100%;
        height: 50px;
        margin-bottom: 0px;


        color: #fff;
        background-color: var(--colour-primary);
        overflow: hidden;

    }

    .footerInner {
        width: 100%;

        display: flex;
        flex-direction: row;

        color: #fff;
        overflow: hidden;

    }

    .footerInner > div {
        margin-left: 10%;
    }

    .designedBy {
        overflow: hidden;
        right: 0px;
        position: absolute;
    }

    .designedBy img {
        height: 100%;
        margin-right: -123px;
        transition: .5s;
    }

    .designedBy img:hover {
        margin-right: 0px;
    }

    .designedBy {
        width: auto;
        height: 50px;
        padding-right: 7px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 7px;
    }
}
