/*
Theme URI: http:www.viburnumdesigns.com;

Description: Branding for website

Version: 1.0

Author: Ian Jackson

*/

/*
	=> Fonts
------------------------------------------*/
@font-face {
    font-family: 'icomoon';
    src:url('fonts/icomoon.eot?dfez7j');
    src:url('fonts/icomoon.eot?#iefixdfez7j') format('embedded-opentype'),
	url('fonts/icomoon.ttf?dfez7j') format('truetype'),
	url('fonts/icomoon.woff?dfez7j') format('woff'),
	url('fonts/icomoon.svg?dfez7j#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
	=> Brand
-------------------------------------------*/
html {
    -webkit-text-size-adjust: none;
}
body {
    background: #000;
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 0.80em;
    height: auto !important;
    line-height: 1.5;
}

h1 {
    font-size: 2em;
    margin-bottom: 15px;
}

h2 {
    font-size: 1.5em;
}

h3 {
    line-height: 20px;
    font-size: 1.8em;
    margin-top: 10px;
	margin-bottom: 20px;
}

h4 {
    font-size: 1.4em;
    margin-top: 10px;
}

p {
    margin: 20px 0;
}

ul {
}

li {
    list-style-type: disc;
    margin-left: 15px;
}

input, textarea {
    width: 100%;
    line-height: 30px;
    font-size: 1.85em;
    -webkit-box-sizing: border-box;
 /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
         /* Opera/IE 8+ */;
}

a {
    color: #A3D800;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover {
    color: #ffd;
}