/* general-6 
   Construction Stephen Buckley chodesh.info Oct 2020 css file */
html {
    overflow-x:hidden;
    }
H1 {
    font-family:Helvetica,Arial,sans-serif;
    font-size:140%
    }
H2 {
    font-family:Helvetica,Arial,sans-serif;
    font-size:110%
    }
.bg-yellow{
    background-color:yellow;
}
.bg-red{
    background-color:red;
}
.font-red{
	color:red;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	}
.times {
	font-family: "Times New Roman", Times, serif;
	font-size:100%;
	}
.courier {
	font-family: "Courier New", Courier, monospace;
	font-size:100%;
	}
.cursive {
	font-family: cursive;
	font-size:100%;
	}
.fantasy {
	font-family: fantasy;
	font-size:100%;
	}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:100%;
	}
.left {
	text-align: left;
	}
.center {
	text-align: center;
	}
.justify {
	text-align: justify;
	}
.table-center {
    margin-left:auto;
	margin-right:auto;
	} 
small {
    font-size: 90%;
    }
.references {
    margin-left: 0cm;
    margin-right: 0cm; 
	margin-bottom: 0cm; 
	font-size: 90%;
	text-align: left;
	}
.quote {
    margin-left: 4%;
    margin-right: 4%; 
	margin-bottom: 0cm; 
	font-size: 92%;
	}
blockquote {
    margin-left: 4%;
    margin-right: 4%; 
	font-size: 92%;
	}
.button-1 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size:120%;
	}
.breakword {
    word-wrap: break-word;   
    overflow-wrap: break-word;
    word-break: break-all;
    }
.button-on {
    display:none; 
    }
.button-off {
    display:block; 
    }
.link-insert {
    display:none; 
    }
.link-general {
    display:block; 
    }
.large-screen {
    display:block; 
    }
.medium-screen {
    display:none; 
    }
.small-screen {
    display:none; 
    }
.respond {
    display:none;
    }
.nonrespond {
    display:block; 
    }
.maths {
    display:none;
    }
.nomaths {
    display:inline; 
    }
#wrapper {
    position:relative; 
    width: 600px; 
    object-fit:contain;
 	margin-left: auto;
 	margin-right: auto;
	}
#header {
    position:fixed; 
    width: 600px; 
    height: auto;
    text-align:center;
    border: 2px solid black;
    padding: 2px;
/*    padding: 20px;  */
    }
#main {
    text-align:justify;
    font-family: "Times New Roman", Times, serif;
    font-size:100%;
    width: 594px; 
    border: 2px solid black;
    padding: 15px 5px 0px 5px;
    }
.blocktext{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    height:auto;
    text-align:left;
    border-style: solid;
    margin: 0;  
    font-size:large; 
    color: black;
    width: 95%;
    border-width: medium;
    border-color: black; /* what it is */
    padding: 1% 2% 1% 2%;  
    overflow:hidden;
    }
.blockheader,.blockheader-small,.image-1{
    display: block;
    height:auto;
    text-align:left;
    border-style: solid;
    margin: 0;  
    width: 99%;
    border-width: medium;
    border-color: black; /* what it is */
    padding: 0% 0% 0% 0%;  
    }
.anti-darwin{
    display: block;
    height:auto;
    overflow:hidden;
    border-style: solid;
    border-width: medium;
    border-color: black; /* what it is */
    }
@media screen and (min-width: 1201px) {
/* Large Desktops: comes into effect for screens larger than or equal to 1201 pixels */
#wrapper {
    position:relative; 
    width: 44%; 
    object-fit:contain;
    margin-left: auto;
    margin-right: auto;
    }
#header {
    position:fixed; 
    width: 43vw; 
    height: auto;
    text-align:center;
    border-style: solid;
    border-color: black;
    border-width: 0.15vw;
    padding: 0.1vw;
    }
#main {
    width: 42.4vw; 
    border-style: solid;
    border-color: black;
    border-width: 0.15vw;
    padding: 1vw 0.4vw 0px 0.4vw;
    }
.respond {
    display:block; 
    }
.nonrespond {
    display:none; 
	width: 0px;
	height: 0px; 
    }
.maths {
    display:inline; 
    }
.nomaths {
    display:none;
    }
}
@media (max-width:1200px) and (min-width:901px) {
/* Desktops, Laptops: No greater than 1200px, no less than 901px */
#wrapper {
    position:relative; 
    width: 740px;   
    margin-left: auto;
    margin-right: auto;
    }
#header {
    position:fixed; 
    width: 740px; 
    height: auto;
    text-align:center;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    padding: 2px;
    }
#main {
    width: 734px; 
    border-style: solid;
    border-color: black;
    border-width: 2px;  
    padding: 15px 5px 0px 5px;
    }
.respond {
    display:block; 
    }
.nonrespond {
    display:none; 
	width: 0px;
	height: 0px; 
    }
.maths {
    display:inline; 
    }
.nomaths {
    display:none;
    }
}
@media (max-width:900px) and (min-width:701px) {
/* Tablets: No greater than 900px, no less than 701px */
#wrapper {
    position:relative; 
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    }
#header {
    position:fixed; 
    width: 100%; 
    height: auto;
    text-align:center;
    border-width: 0px;
    padding: 0% 0% 0% 0%;
    }
#main {
    width: 98%; 
    border-width: 0px;
    padding: 2% 1% 0% 1%;
    }
.button-on {
    display:block; 
    }
.button-off {
    display:none; 
    }
.large-screen {
    display:none; 
    }
.medium-screen {
    display:block; 
    }
.small-screen {
    display:none; 
    }
.respond {
    display:block; 
    }
.nonrespond {
    display:none; 
	width: 0px;
	height: 0px; 
    }
.maths {
    display:inline; 
    }
.nomaths {
    display:none;
    }
}
@media (max-width:700px) {
/* No greater than 700px */
#wrapper {
    position:relative; 
    width: 100%; 
    margin-left: auto;
    margin-right: auto;
    }
#header {
    position:fixed; 
    width: 100%; 
    height: auto;
    background-image: none;
    text-align:center;
    border-width: 0px;
    padding: 0% 0% 0% 0%;
    }
#main {
    width: 98%; 
    border-width: 0px;
    padding: 2% 1% 0% 1%;
    }
.large-screen {
    display:none; 
    }
.medium-screen {
    display:none; 
    }
.small-screen {
    display:block; 
    }
.button-on {
    display:block; 
    }
.button-off {
    display:none; 
    }
.respond {
    display:block; 
    }
.nonrespond {
    display:none; 
	width: 0px;
	height: 0px; 
    }
.maths {
    display:inline; 
    }
.nomaths {
    display:none;
    }
}

