/****** Changing Header Images ******/
  
.sv-header-image {
    height: 50px;
    width: 150px;
    background: url("https://www.wlv.ac.uk/media/2019-template-assets/graphics/logo.svg") center center no-repeat;
    background-size: contain;
}
  
@media (min-width: 768px) {
    .sv-header-image {
        height: 50px;
        width: 150px;
        background: url("https://www.wlv.ac.uk/media/2019-template-assets/graphics/logo.svg") center center no-repeat;
        background-size: contain;
    }
}

@media (min-width: 992px) {
    .sv-header-image {
        height: 50px;
        width: 150px;
        background: url("https://www.wlv.ac.uk/media/2019-template-assets/graphics/logo.svg") center center no-repeat;
        background-size: contain;
    }
}

@media (min-width: 1235px) {
    .sv-header-image {
        height: 50px;
        width: 150px;
        background: url("https://www.wlv.ac.uk/media/2019-template-assets/graphics/logo.svg") center center no-repeat;
        background-size: contain;
    }
}

@media (min-width: 1496px) {
    .sv-header-image {
        height: 50px;
        width: 260px;
        background: url("https://www.wlv.ac.uk/media/2019-template-assets/graphics/logo.svg") center center no-repeat;
        background-size: contain;
    }
}

  
/****** Changing Header Images ******/

/****** Changing the Titles etc. ******/

.sv-page-header {
    padding: 8px 15px 8px 15px;
    margin: 0 -15px 18px -15px;
    color: #596781;
    /* background-image: url(../images/sv-stage-background.png), linear-gradient(75deg, #969698 0,#cacacb 100%); */
    background: #fff;
}

/****** Changing the Titles etc. ******/

/****** fixes to pills *****/
@media (min-width: 768px) {
    .sv-nav-justified > li {
        display: table-cell !important;
    }
}
