@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Molle:400i&subset=latin-ext');
@import url("https://fonts.googleapis.com/css?family=Gochi+Hand");

html{overflow-y:scroll; overflow-x:hidden;}
html, body{margin:0; padding:0; font-size:14px; line-height:1.6em;}

*, *::before, *::after{box-sizing:border-box;}

.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.uppercase{text-transform:uppercase;}
.capitalise{text-transform:capitalize;}
.hidden{display:none;}
.nospace{margin:0; padding:0; list-style:none;}
.inline *{display:inline-block;}
.inline *:last-child{margin-right:0;}
.pushright li{margin-right:20px;}
.pushright li:last-child{margin-right:0;}
.borderedbox{border:1px solid;}
.overlay{position:relative; z-index:1;}
.overlay::after{display:block; position:absolute; top:0; left:0; width:100%; height:100%; content:""; z-index:-1;}
.bgded{background-position:top center; background-repeat:no-repeat; background-size:cover;}
.btn{display:inline-block; padding:15px 25px 17px; text-transform:uppercase; border:1px solid;}

.clear, .group{display:block;}
.clear::before, .clear::after, .group::before, .group::after{display:table; content:"";}
.clr, #clr, .clear, .clear::after, .group, .group::after{clear:both;}

a{outline:none; text-decoration:none;}

.fl_left, .imgl{float:left;}
.fl_right, .imgr{float:right;}

img{width:auto; max-width:100%; height:auto; margin:0; padding:0; border:none; line-height:normal; vertical-align:middle;}
.imgl{margin:0 15px 10px 0; clear:left;}
.imgr{margin:0 0 10px 15px; clear:right;}


/* Fonts
--------------------------------------------------------------------------------------------------------------- */
body, input, textarea, select{font-family:Verdana, Geneva, sans-serif;}

h1, h3 {font-family: 'Gochi Hand', cursive;}

h2, h4, h5, h6{font-family:Georgia, "Times New Roman", Times, serif;}





/* Forms
--------------------------------------------------------------------------------------------------------------- */
form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}
label, input, textarea, select {display:block; resize:none; outline:none; color:inherit; font-size:inherit; font-family:inherit; vertical-align:middle; background-color: #000000; }
label{margin-bottom:5px;}


/* Generalise
--------------------------------------------------------------------------------------------------------------- */
h1				{margin:0 0 20px 0; font-size:40px; line-height:normal; font-weight:bold; color: #000000;}
.heading		{margin:0 0 20px 0; font-size:80px; line-height:normal; }
h2				{margin:0 0 20px 0; font-size:22px; line-height:normal; font-weight:bold;}
h3, h4, h5, h6	{margin:0 0 20px 0; font-size:20px; line-height:normal; font-weight:bold;}
h3				{color: #CC0033;}

#header h1 {
font-family: 'Gochi Hand', cursive; color: #ffffff; font-size: 80px; font-weight: normal;}

.underlined{position:relative; padding-bottom:20px;}
.underlined::after{display:block; position:absolute; bottom:0; left:50%; width:20%; height:2px; margin-left:-10%; content:"";}
.underlined.left::after{left:0; margin-left:0;}

address{font-style:normal; font-weight:normal;}
hr{display:block; width:100%; height:1px; border:solid; border-width:1px 0 0 0;}

.font-x1{font-size:1.2em;}
.font-x2{font-size:1.8em;}
.font-x3{font-size:2.8em;}

.wrapper{display:block; width:100%; margin:0; padding:0; text-align:left; word-wrap:break-word;}
/*
The centred class is a generic class to simply centre the element inline with all of the other elements
It should be used in conjunction with a second class, example: .classname.centred{}
*/
#topbar, #header, #pageintro, #breadcrumb, #shout, .container, .container-small, .centred, #footer, #copyright{display:block; margin:0 auto;}


/* HTML 5 Overrides
--------------------------------------------------------------------------------------------------------------- */
address, article, aside, figcaption, figure, footer, header, main, nav, section{display:block; margin:0; padding:0;}


/* Grid
--------------------------------------------------------------------------------------------------------------- */
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:inline-block; float:left; margin:0 0 0 3%; list-style:none;}

.first{margin-left:0; clear:left;}

.one_quarter{width:22%;}
.one_third{width:31%;}
.one_half, .two_quarter{width:48%;}
.two_third{width:62%;}
.three_quarter{width:72%;}


/* Spacing
--------------------------------------------------------------------------------------------------------------- */
.btmspace-10{margin-bottom:10px;}
.btmspace-15{margin-bottom:15px;}
.btmspace-30{margin-bottom:30px;}
.btmspace-50{margin-bottom:50px;}
.btmspace-80{margin-bottom:80px;}

.rightspace-10{margin-right:10px;}

.inspace-5{padding:5px;}
.inspace-10{padding:10px;}
.inspace-15{padding:15px;}
.inspace-30{padding:30px;}
.inspace-50{padding:50px;}
.inspace-80{padding:80px;}