
body {
	font-family: Verdana;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
	width: auto;
	width: auto\9;
}

#artbody
{
	direction: column;
	background-color: darkgreen;
	padding:2em;
}
button {
	background-color: lightgreen;
}

.flex-row {
	display: -webkit-flex;
	display: flex;
	background-color: lightgrey;
	direction: row;
	-webkit-flex-direction: row;   
}

.col-cont {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.full-centre {
	text-align: center; 
	background-color: white;   
	padding:0px;
	margin:0px;
}

.full-left {
	background-color: white;
	width: 100%;
}

#hcpc {
	width: 200px;
	background-color: white;
}

#contact{
	width: 200px;
	background-color: white;
	padding: 0.5em;
}

.menu-item {
	color:darkgreen;
	background-color:lightgrey;
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1;         /* OLD - Firefox 19- */
	width: 25%;               /* For old syntax, otherwise collapses. */
	-webkit-flex: 1;          /* Chrome */
	-ms-flex: 1;              /* IE 10 */
	flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-ordinal-group: 1;  
	-moz-box-ordinal-group: 1;     
	-ms-flex-order: 1;     
	-webkit-order: 1;  
	order: 1;
}

#maintitle{
	margin:0px;
}

h1{
	font-size: 3em;
	font-weight: normal;
	color: green;
	text-align: center;    
} 

h2 {
	text-align: left;
	font-size: 2em;
	font-weight: normal;
	color: green;
}

h3 {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: black;
}
p{
    margin: 0.2em;
}

.column {
	padding: 0.5em;
	padding-top:0em;
	text-align: left;
	font-size: 0.8em;
}



