/*!
Theme Name: Ellis Digital Theme
Author: Ellis Digital
Description: Based in Guildford, Surrey, we are an award-winning digital marketing and creative agency with a small team of talented individuals that are creative, analytical and passionate about what we do. Since we started out in 2015, we have continued to grow as a digital marketing agency, yet have maintained our dynamic approach, allowing flexibility to undertake any urgent pieces of work. Call 01483 912900 if you need any assistance and please visit www.ellis.digital.
Version: 1.3.0
Text Domain: ellis digital
*/

:root {
    --white: #FAF9F6;
    --black: #1E1E1E;
    --green: #566E51;
    --border-green: #092008;
}

html {
    margin: 0;
    padding: 0;
    font-family: "Instrument Sans", sans-serif;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background: var(--green);
    margin-top: 185px;
}

.wrap {
    max-width: 1440px;
    margin: auto;
    width: 90vw;
}

h1, h2, h3, h4, h5, h6 {
    font-family:"adobe-caslon-pro";
    font-weight: 400;
    line-height: 120%;
}

h1, h2, h3, h4, h5, h6, p, ul li, a {
    padding: 0;
    margin: 0;
}

a.button {
    border-radius: 2px;
    border: 1px solid rgba(250, 249, 246, 0.36);
    background: rgba(250, 249, 246, 0.06);
    backdrop-filter: blur(5px);
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: capitalize;
    padding: clamp(18px, 2.4vw, 24px) clamp(36px, 4.8vw, 48px);
}

@media (max-width: 980px){
    body {
        margin-top: 125px;
    }
}