/*
---
CSS Style for barrywoods.co.uk website.
Designed by Barry Woods, February 2018.
http://www.barrywoods.co.uk/
---
*/

html, body{height: 100%;
	background-image: none;
	}

body{font-size:100%;
    background-color: #fff;
    }

body{font-family: 'Open Sans', sans-serif;
}

/*
---
STRUCTURE 
--- 
*/

.box {margin: auto;
    width: 100%;
    #border: 1px solid #ddd;
    }

p {
    font-size: 2vw; text-align: center;
    color: #ccc;
}

h1 {font-family: 'Patua One', cursive;
    font-size: 8vw; letter-spacing: 2.5px; text-align: center;
    color: #557;
}
