/* Last updated by Robyn Harper on November 4, 2015 */
/* tested with IE9+/Win, Firefox, Safari, Opera8, Chrome */
 
/* Colours used are  
white: 					#ffffff
black:                  #000000
green:                  #96c952
very dark green:        #19210e
*/


/* Start clean with http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126  License: none (public domain) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, hr,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;  
} 
/*------------------------- GENERAL SETTINGS --------------------------------- */ 
body {		
margin-right: 5%;
margin-left: 5%;    
padding-top: 2em;  					  
font-family: 'Open Sans', Arial, sans-serif;
font-weight: 400;    
font-size: 1em;				 
color: #f5f5f5;					 
line-height: 140%;				
background-color: #000000; 
}
h1 {							 
font-size: 2em;				 				 
line-height: 110%;				 
padding-bottom: 0.2em;
}
h2 {
font-size: 1.4em;	
line-height: 120%;	    
}
#content-wide h2, #content-cols h2 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 140%;
}
h3 {
font-size: 1.1em;	
line-height: 120%;   
}
p, ul {font-size: 1em; padding-top: 1em;}
a:link {color: dimgrey; text-decoration: underline;}
a:visited {color: lightgrey;}  
a:hover{color: #96c952;}
a.darkbg:link {color: #ffffff; text-decoration: underline;}
a.darkbg:visited {color: lightgrey;}  
a.darkbg:hover{color: #96c952;}
a.button:link {color: #ffffff; text-decoration: none;}
a.button:visited {color: #ffffff;}  
a.button:hover{color: lightgrey;}

img {
    display: block; 
    margin: 0.5em auto;
}

li {
    list-style: disc; 
    list-style-position: outside;
    margin-left: 1em;
}

.clear {clear: both;}
.float-right {float: right; margin: 1em;}
.float-left {float: left; margin: 1em;}
.respond {display: block; min-width: 30%; max-width: 40%;}
.indent {padding-left: 2em;}
.center {margin: auto; text-align: center;}
.no-dec {text-decoration: none!important; list-style: none!important;}
.green {color: #96c952;}
.white {color: #ffffff;}
.phone {letter-spacing: 0.1em;}
.biz-header {
    color: #96c952; 
    font-size: 200%;
}
.sketch {
    font-family: 'Fredericka the Great', cursive; /* sketched - looks good */
 /*  font-family: 'Boogaloo', cursive; /* good match with open sans */
 /*   font-family: 'Bubblegum Sans', cursive; /* cute, quirky */
 /*    font-family: 'Overlock', cursive; /* nice, clear */
    font-weight: 800;
}

#container {
        width: 100%;
    }
section#header {
    position: relative;
    }
#logo {
    border: 0;
    margin-right: 6em;
    margin-left: 6em;
}
#menu {  
    position: relative;
    background-color: #19210e; /* #1e2811; */
    border-bottom: 3px solid #96c952;
    }
#menu ul {
    padding: 0.8em 1em 0.8em 3em;
    list-style: none;
    color: #ffffff;  
}    
#menu li {
    display:inline;
    padding-right: 2em;
    padding-left: 2em;
}
#menu a { 
}
#menu a:link {
    color: #ffffff;
    font-size: 1em;
    text-decoration: none;
    display: inline-block;
    text-align:center;
    font-weight: 200;
}
#menu a:visited {
    color: lightgrey; 
}
#menu a:hover {
    text-align:center;
    text-decoration:none;
    color: #96c952;
}
#menu a.active  {
    color: #96c952 !important;
}
#menu a.active:hover  {
    color: #96c952 !important;
}

section#content-cols {
    position: relative;
    background-color: #ffffff;
    color: #000000;
    overflow: hidden;
 -webkit-columns: 25em 2;
   -moz-columns: 25em 2;
        columns: 25em 2;
 -webkit-column-gap: 3em;
   -moz-column-gap: 3em;
        column-gap: 3em;    
    padding: 2em;
} 
section#content-wide {
    position: relative;
    background-color: #ffffff;
    color: #000000;
    overflow: hidden;
    padding: 2em;
}

.large-button {
    font-size: 120%;
    font-weight: 700;
    text-align: center;
    border: 3px solid crimson;
    border-radius: 30px;
    padding: 1em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    max-width: 12em;
}
.red-gradient {
    background: rgba(222,104,124,1);
background: -moz-linear-gradient(top, rgba(222,104,124,1) 0%, rgba(180,34,59,1) 0%, rgba(146,23,43,1) 28%, rgba(255,18,61,1) 79%, rgba(255,18,61,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,104,124,1)), color-stop(0%, rgba(180,34,59,1)), color-stop(28%, rgba(146,23,43,1)), color-stop(79%, rgba(255,18,61,1)), color-stop(100%, rgba(255,18,61,1)));
background: -webkit-linear-gradient(top, rgba(222,104,124,1) 0%, rgba(180,34,59,1) 0%, rgba(146,23,43,1) 28%, rgba(255,18,61,1) 79%, rgba(255,18,61,1) 100%);
background: -o-linear-gradient(top, rgba(222,104,124,1) 0%, rgba(180,34,59,1) 0%, rgba(146,23,43,1) 28%, rgba(255,18,61,1) 79%, rgba(255,18,61,1) 100%);
background: -ms-linear-gradient(top, rgba(222,104,124,1) 0%, rgba(180,34,59,1) 0%, rgba(146,23,43,1) 28%, rgba(255,18,61,1) 79%, rgba(255,18,61,1) 100%);
background: linear-gradient(to bottom, rgba(222,104,124,1) 0%, rgba(180,34,59,1) 0%, rgba(146,23,43,1) 28%, rgba(255,18,61,1) 79%, rgba(255,18,61,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de687c', endColorstr='#ff123d', GradientType=0 );
}

section#footer {
    color: lightgrey;
    background-color: #19210e;
    min-height: 4em;
    padding: 0 2em 1em 2em;
    font-size: 0.8em;
    }

.design a:link, .design a:visited {color: lightgrey;}
