<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****************!

 * Onimo Web Design
 * www.onimo.co.uk
 * Author - Peter Hutchinson
 * Copyright (c) 2020 Onimo Web Design 
 * MEDIA QUERIES 

 *****************/

/**** Custom Variables ****/


/**** Global Stlyes ****/

body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none;
}



body h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

/**** Text Formatting ****/

.text-center {
    text-align: center;
}
/**** Containers ****/

.container__90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.container__95 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.container__max {
    width: 100%;
}

/**** Space ****/

.space__xs {
    background-color: white;
    height: 25px;
    width: 100%;
}

.space__sm {
    background-color: white;
    height: 50px;
    width: 100%;
}

.space__md {
    background-color: white;
    height: 100px;
    width: 100%;
}

.space__lg {
    background-color: white;
    height: 150px;
    width: 100%;
}

.space__xl {
    background-color: white;
    height: 200px;
    width: 100%;
}

.space__xxl {
    background-color: white;
    height: 300px;
    width: 100%;
}
</pre></body></html>