﻿
body {
    background: #ffffff;
    color: #373737;
    font-family: "Gill Sans Light",sans-serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
}

header {
    border-bottom: 1px solid #d0d0d0;
}

.logo {
    max-width: 110px;
    margin: 0.5em;
}

main {
    width: 85vw;
    margin: 0 auto;
}

h1 {
    margin-top: 4rem;
    margin-bottom: 0.625em;
    font-size: 6vw;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
}

    h1:before {
        background: #d61130;
        content: "";
        display: block;
        height: 5px;
        margin-bottom: 18px;
        width: 150px;
    }

p {
    font-size: 1rem;
    line-height: 1.2;
}

a {
    outline: 0;
    color: #d61130;
    text-decoration: none;
}

ul {
    list-style: square;
    margin-bottom: 1.25rem;
    padding-left: 20px;
}

    ul > li > ul > li {
        list-style: circle;
    }

li {
    line-height: 1.6;
}

footer {
    text-align: center;
    margin-top: 5vh;
}

.strapline {
    max-width: 90%;
}

@media screen and (min-width : 768px) {
    .logo {
        max-width: 180px;
    }

    main {
        width: 70vw;
    }

    h1 {
        font-size: 4vw;
    }
}

@media screen and (min-width : 1024px) {
    h1 {
        font-size: 3vw;
    }
}
