

@font-face {
	font-family: "Steve Main";
	src: local("Liberation Sans"), local("Sans");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Steve Fixed";
	src: local("Liberation Mono"), local("Courier New");
	font-weight: normal;
	font-style: normal;
}

/* basic body styles */
body {
	font-family: "Steve Main";
	font-size: 18pt;
	/* test this one out */
	max-width: 1280px;
}

body.black {
	background-color: black;
	color: white;
}

body.white {
	background-color: white;
	color: black;
}

body.grey {
	background-color: gray; 
}


a {
	color: yellow;
	cursor: pointer;
}

a.none { 
	text-decoration: none; 
	color: white;
	cursor: pointer;
}

/* simple div to center content */
div.center {
	text-align: center;
}

div.white {
	color: white;
	font-family: "Steve Main";
	font-size: 90%;
}

div.indent {
	position: relative;
	left: 15px;
}

/* div to layout machine line screens of commands */
div.screen {
	color: black;
	background-color:white;
	font-family: "Steve Fixed";
	font-size: 80%;
	max-width: 80%;
	overflow: auto;
	border-style:double;
	position: relative;
	left: 15px;
	max-height: 480px;
	padding-left: 8px;
	-moz-tab-size:    4; /* Firefox 4+ */
	-o-tab-size:      4; /* Opera 11.5 & 12.1 only */
	tab-size:         4; /* Chrome 21+, Safari 6.1+, Opera 15+ */
}

div.screen-high {
	max-height: 800px;
}


/* indent images in a row */
div.indent-h3 {
	position: relative;
	left: 3em;
}

h1 {
	font-size: 180%
	margin-bottom: 4px;
}

h2 {
	font-size: 150%;     
	margin-bottom: 4px;
}

h3 {
	font-size: 130%;
	margin-bottom: 4px;
}

/* HEAINGS */
h1.center {
	text-align: center
}

h1.black {
	color: black;
}

h1.white {
	color: white; 
}

h2.center {
	text-align: center
}

h2.black {
	color: black; 
}

h2.white {
	color: white; 
}

h3.center {
	text-align: center
}

h3.black {
	color: black;
}

h3.white {
	color: white;
}

h1 + p {
	padding-top: 0px;
	margin-top: 0px;
}

h2 + p {
	padding-top: 0px;
	margin-top: 0px;
}

h3 + p {
	padding-top: 0px;
	margin-top: 0px;
}


/* IMAGES */
img {
	margin-bottom: 10px;
	margin-top: 10px;
	max-width: 80vw;
}

img.icon {
	max-width: 128px;
	max-height: 128px;
}

img.iconSmall {
	max-width: 64px;
	max-height: 64px;
}



img.flex {
	max-width: 30vw;
}

img.border {
	border: 1px white solid;
}

img.gborder {
	border: 1px gray solid;
}

img.noborder {
	border: 0px black solid;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

img.indent {
	display: block;
	position: relative;
	left: 15px;
}

img.text {
	display: inline;
	position: relative;
	left: 15px;
}

img.mobile { 
	margin: 10px;
	border: 2px solid #ffffff;
	width: 320px;
}

.fitness {
	width: 600px;
}

/* basic paragraphs */
p.center {
	text-align: center;
}
p.white {
	color: white;
}

p.black {
	color: black;
} 

p.large {
	font-size: 120%;
}

p.regular {
	font-size: 100%;
}

p.small {
	font-family: "Steve Fixed";
	font-size: 80%;
}


p.link {
	cursor: pointer;
}

/* predefinted texts */
pre.white {
	color: white;
}

pre.center {
	text-align: center;
}

pre.small {
	font-size: 50%;
} 

pre.fixed {
	font-family: "Steve Fixed";
} 

/* blue buttons */
span.button {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background: CornflowerBlue;
	color: black; 
	border:3px solid black;
	border-radius:8px;
	font-weight: bold;
	font-size:100%;
	cursor:pointer;
}

.pointer {
	cursor: pointer;
}

/* basic tables */
table {
	margin-bottom: 20px;
	border-spacing: 0;
	border-collapse: collapse;
	/* table-layout: fixed; */
	font-size: 18pt; /* cos body size gets overriden */
}

table.black {
	color: black;
}

table.white {
	color: white;

}

table.small {
	font-size: 80%;
}

table.large {
	font-size: 120%;
}

table.fixed {
	color: white; 
	font-family: "Steve Fixed";
}

th.blue {
	background-color: cornflowerblue;
	border: 1px solid white; 
	padding-left: 8px;
	padding-right: 8px;
}

td.two {
	/* width: 50%; */
	text-align: center;
}

td.three {
	/* width: 33% */;
	text-align: center;
}

img.two {
	max-width: 25vw; /* 25% of viewport */
}

td.icon {
	text-align: center;
	vertical-align: middle;
	width: 160px;
	height: 160px;
	padding: 0px;
	margin: 0px;
}

td.iconSmall {
	text-align: center;
	vertical-align: middle;
	width: 80px;
	height: 80px;
	padding: 0px;
	margin: 0px;
}

td.iconText {
	width: 60vw;
}

img.three {
	max-width: 25vw; /* 25% of viewport */
}
	
td.right {
	/* width: 33% */;
	text-align: right;
}

td {
	/* padding-right: 30px; */
	border: 1px solid white; 
	padding-left: 8px;
	padding-right: 8px;
}


/* Pros and cons lists */
ul.list {
	color: white;
	margin-top: 10px;
	padding-left: 50px; 
	/* list-style-image: url(/style/images/wdot.png); */   
}

ul.list2 {
	color: white;
	padding-top: 10px; 
	margin-top: 10px;
	padding-left: 50px; 
	/* list-style-image: url(/style/images/wdot.png); */   
}

ul.big {
	color: white;
	margin-top: 10px;
	padding-left: 50px; 
	/* list-style-image: url(/style/images/wdot.png); */   
}


li.list {
	margin-bottom: 8px;	
}

.flexcontainer {
  display: flex;
  align-items: center;
}


/* @media only screen and (hover: none) { */
@media (max-width: 1100px) {
	ul.list {
		padding-left: 20px; 
	}
	
	ul.list2 {
		padding-left: 20px; 
	}
 

}

/* ===== MOBILE ===== */

/* @media only screen and (hover: none) { */ 
@media (orientation: portrait) {

	body {
		margin: 0px;
	}
	
	span.text {
		display: block;
	}
	
	.flexcontainer {
    	display: block;
  	}	
  	
  	ul.list {
		padding-left: 20px; 
	}
	


  	table {
		width: 100%;
	}

	/* two columns side by side - typically images */
	td.two {
		width: 50%;
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	/* three columns side by side - typically images */
	td.three {
		width: 33%;
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
	}

	td.icon {            
		text-align: center;
		vertical-align: middle;
		width: 110px;
		height: 110px;
		padding: 0px;
		margin: 0px;
	}

	img.icon {
		max-width: 100px;
		max-height: 100px;
	}

	img.flex {
		max-width: 100vw;
	}

	img {
		max-width: 100vw;
	}
	
  	img.indent {
		left: 0px;
	}
	
	img.two {
		max-width: 48vw;  /* 48% of viewport */      
	}
	
	img.three {
		max-width: 30vw;  /* 30% of viewport */
	}

	.fitness {
		/* width: 350px;  */
		width: 98%;     
	}

	p.three {
		font-size: 80%;
	}
	
	/* no padding for mobile - will this break other things? */
	td {
		border: 1px solid white; 

	}

	div.screen {
		font-size: 50%;       
		max-width: 95%;
		position: relative;
		left: 0px;
	}
	
	div.indent {
		left: 0px;
	}

}
