/* CSS for Dave Hamster */
/* Reused for code helpers */
/* Standard version 2023-01-15 */

body {
	font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #eee;
	}

/* Style to create the basic page container */

#container {
	background-color: #fff2cc;
	width: 95%;
	margin: auto;
	padding: 10px 20px;
	border-radius: 10px;
	border: 1px solid #999;
	}

/* Set a maximum width for the container */
@media screen and (min-width: 1200px) {
	#container {
		width: 1140px;
	}
}


/* Redfine standard headings and subheads */

h1 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #15c;
	border-bottom: 3px solid #963;
	padding-left: 0.3em;
	padding-bottom: 0.3em;
	font-weight: normal;
	}

h1 a:link {
	text-decoration: none;
	color: #963;
}

h1 a:visited {
	text-decoration: none;
	color: #963;
}

h1 a:hover {
	color: #963;
	text-decoration: none;
}

/* Other headers */

h2 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #15c;
	line-height: 1.3em;
	}

h3 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #15c;
	}

h4 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #15c;
	}

/* Styles for the standard page headings */

#navbar {
	padding-bottom: .5em;
	border-bottom: 1px dotted #963;
	}

#mainbox {
	line-height: 1.4em;
	}

.lineabove {
	border-top: 1px dotted #963;
	}
 
/* Standard image styles */

.inline {
	float: left;
	padding-right: 0.5em;
	}

.rightimage {
	margin-left: 1em;
	margin-bottom: 1em;
	float: right;
	border-radius: 5px;
	border: 1px solid black;
	}
	
.rightimagenoborder {
	margin-left: 1em;
	margin-bottom: 1em;
	float: right;
	}	

.leftimage {
	float: left;
/*	border-radius: 15px;*/
	margin-right: 1em;
	margin-bottom: 1em;
	}
	
.centreimage {
    display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	}

.centreblock {
    display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	}

.flaggallery {
	margin-right: 15px;
	}
		
.gapbelow {
	padding-bottom: 1em;
	}
	
.gapabove {
	padding-top: 1em;
	}

.gapindent1 {
	padding-bottom: 1em;
	padding-left: 2em;
	}
	
.thelist {
	line-height: 1.4em;
	}

.thelist li {
	margin-bottom: 1em;
	}
	
.shortlist {
	line-height: 1em;
	}
	
.shortlist li {
	margin-bottom: 0.2em;
	}
	
.pybasic {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	}

.pyred {
	color: #f00;
	}

.pyorange {
	color: #f60;
	}
	
.pypurple {
	color: #606;
	}
	
.pygreen {
	color: #060;
	}

.pyblue {
	color: #00f;
	}
	
/* the Javascript buttons get styled */

.buttonstyle {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
	background-color: #fc9;
	border: 2px solid #963;
	border-radius: 5px;
	padding: 5px 15px;
	font-size: 1.1em;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
	}

/* Boxes and so on */

.boxed {
	color: #000;
	border: 2px solid #963;
	padding: 0.25em 0.5em;
	margin-bottom: 0.5em;
	border-radius: 5px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
	}

.minibox {
	border-left: 3px solid #963;
	padding: 0.5em 1em 0.5em 0.75em;
	margin-bottom: 0.5em;
	margin-left: 5%;
	background: #fc9;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

.narrowminibox {
	border-left: 3px solid #963;
	padding: 0.5em 1em 0.5em 0.75em;
	margin-bottom: 0.5em;
	margin-left: 10px;
	background: #fc9;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	width: 360px;
	}

.topbox {
	border-left: 3px solid #963;
	padding: 0.5em 1em 0.5em 0.75em;
	margin-bottom: 0.5em;
	margin-left: 5%;
	margin-right: 5%;
	background: #f99;
}
	
.boxright {
	float: right;
	border: 2px solid #963;
	border-radius: 3px;
	width: 240px;
	padding: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-left: 1em;
	margin-bottom: 1em;
	background: #fff;
	}

#bottomblock {
	border-top: 1px dotted #963;
	}
		
/* Footer area styles */ 
 
#footer {
	margin-top: 0.5em; 
	padding: 0.5em;
	line-height: 1.5em; 
	border-top: 1px dotted #963;
	}
 