/* 
CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.
*/



/*============================================================================================*/
/* 1. GENERAL TYPOGRAPHY */
/*============================================================================================*/

/*----------------------------------------------*/
/* 1.1 Global Reset */
/*----------------------------------------------*/

body, html  { height: 100%; }
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0;
	font-size: 100%


	
}
body { line-height: 1; }
ol, ul { list-style: none; }

:focus { outline: 0; }/* remember to define focus styles! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }/* tables still need 'cellspacing="0"' in the markup */

/*----------------------------------------------*/
/* 1.2 Extra fonts */
/*----------------------------------------------*/
@font-face {
    font-family: 'JournalRegular';
    src: url('css/journal-webfont.eot?') format('eot'),
         url('css/journal-webfont.woff') format('woff'),
         url('css/journal-webfont.ttf') format('truetype'),
         url('css/journal-webfont.svg#webfontGhV9TBys') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MelbourneBold';
    src: url('css/melbourne_bold-webfont.eot?') format('eot'),
         url('css/melbourne_bold-webfont.woff') format('woff'),
         url('css/melbourne_bold-webfont.ttf') format('truetype'),
         url('css/melbourne_bold-webfont.svg#webfontzCPiyXMS') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MelbourneRegular';
    src: url('css/melbourne_reg-webfont.eot?') format('eot'),
         url('css/melbourne_reg-webfont.woff') format('woff'),
         url('css/melbourne_reg-webfont.ttf') format('truetype'),
         url('css/melbourne_reg-webfont.svg#webfontQzFjdvCi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: 
         url('css/OpenSans-VariableFont_wdth,wght.ttf') format('truetype'),

    font-weight: normal;
    font-style: normal;
}


/*====================================================
Link and Button Color - Default: #000066
====================================================*/
a.show-case-button {background-color:#04042a;} 
a {color:#370836; text-decoration:underline;}
a:hover {color:#000000; text-decoration:underline;}





td {
    padding: 7px;
}

/*----------------------------------------------*/
/* 1.6 Headers */
/*----------------------------------------------*/
h1, h2, h3, h4, h5{
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	color:#a70e13}
	
h1{
	font-size:25px;
	color:#FFFFFF;
	font-family: 'Courgette', cursive;
}	

	
h2{
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	color:#FFFFFF;
}
	
h3{
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:#054949;
}
	

	
h4{
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	color:#054949;
}
	
h5{
	font-size:16px;
	font-weight:normal;}
	
h6{
	font-size:11px;
	font-weight:normal;
	color:#084747;}
	
	
/*============================================================================================*/
/* 2. SITE STRUCTURE */
/*============================================================================================*/
body {
	
	font-family: 'Open Sans', sans-serif;
	color:#000000;
	font-size:14px;
}
	

	

	