/*
Theme Name: School Led Network
Theme URI: http://www.cleverbox.co.uk
description: >-
  Metlux Child Theme for School Led Network Application Form
Author: Cleverbox
Template: metlux
*/

html, body {
    font-family: Lato,Geneva,sans-serif;
}

.sln-header {
    /* top: 0;
    left: 0;
    width: 100vw;
    height: 175px; */
    background-color: #8A0A65;
    color: #ffffff;
    padding: 20px;
}

.sln-header img {
    max-height: 80px !important;
    width: auto !important;
}

.page-header {
    display: none !important;
}

.inner-page {
    padding: 140px 0;
}

.sln-footer {
    background-color: #2B2B2B;
}
.sln-footer p {
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .logo-menu {
        height: 125px;
    }   
}
