/* General-7 based on moon-3 
   New Construction Design Stephen Buckley chodesh.info Nov 2023 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%
    }
.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%;
	}
.ul-quote {
   margin-right: 4%; 
	margin-bottom: 0cm; 
	font-size: 92%;
	}
.button-inv {
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(0,0,0,0);
	background-color: rgba(0,0,0,0); 
	border: 2px;
	margin: 2px;
	}
.invisible {
   color: rgba(0,0,0,0);
	}
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; 
    }
.maths {
    display:none;
    }
.nomaths {
    display:inline; 
    }
.responsive {
    display:none;
}
#wrapper {
    position:relative; 
    width: 100%; 
    border-style: solid;
    border-color: Black; /*Gray,black;*/
    border-width: 0px 0px 0px 0px;
    padding: 0% 0% 0% 0%;  
	}
#header {
    position:fixed; 
    width: 100%; 
    height: auto;
    text-align:center;
    border-style: none;
    padding: 0% 0% 0% 0%; 
    }
#i-header {
    width: 99%; 
	 height: auto;
	 object-fit: fill;
    border-style: solid;
    border-color: black;
    border-width: 2px 2px 2px 2px;
}	 
#main {
    text-align:justify;
    font-family: "Times New Roman", Times, serif;
    font-size:100%;
    width: 100%-10px; 
    border-style: none;
    padding: 40px 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;
    }
.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 */
.responsive {
    display: block;
}
#wrapper {
    width: 44%; 
    margin-left: auto;
    margin-right: auto;
    border-width: 0vw 0.15vw 0.15vw 0.15vw; 
    }
#header {
    width: 44%; 
    }
#i-header {
    width: 100%; 
    border-width: 0.15vw 0vw 0.15vw 0vw;
}
#main {
    width: 98%; 
    padding: 2% 1% 0% 1%;
    }
.maths {
    display:inline; 
    }
.nomaths {
    display:none;
    }
}
@media (max-width:1200px) and (min-width:901px) {
/* Desktops, Laptops: No greater than 1200px, no less than 901px */
.responsive {
    display: block;
}
#wrapper {
    width: 600px; 
    margin-left: auto;
    margin-right: auto;
    border-width: 0px 2px 2px 2px; 
    }
#header {
    width: 600px; 
    }
#i-header {
    width: 600px; 
    border-width: 2px 0px 2px 0px;
}
#main {
    width: 590px; 
    padding: 15px 5px 0px 5px;
    }
.maths {
    display:inline; 
    }
.nomaths {
    display:none;
    }
}
@media (max-width:900px) and (min-width:701px) {
/* Tablets: No greater than 900px, no less than 701px */
.responsive {
    display: block;
}
#wrapper {
    width: 100%; 
    border-width: 0px 0px 0px 0px;
    }
#header {
    width: 100%; 
    }
#i-header {
    width: 99%; 
    border-width: 2px 2px 2px 2px;
}
#main {
    width: 98%; 
    padding: 2% 1% 0% 1%;
    }
.button-on {
    display:block; 
    }
.button-off {
    display:none; 
    }
.maths {
    display:inline; 
    }
.nomaths {
    display:none;
    }
}
@media (max-width:700px) {
/* No greater than 700px */
.responsive {
    display: block;
}
#wrapper {
    width: 100%; 
    border-width: 0px 0px 0px 0px;
    }
#header {
    width: 100%; 
    }
#i-header {
    width: 100%; 
    border-width: 0px 0px 0px 0px;
}
#main {
    width: 96%; 
    border-width: 0px;
    padding: 2% 2% 0% 2%;
    }
.button-on {
    display:block; 
    }
.button-off {
    display:none; 
    }
.maths {
    display:inline; 
    }
.nomaths {
    display:none;
    }
}

