/*Importing google fonts*/
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spartan&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&family=Spartan:wght@800&display=swap');
/* ---------------------- */
/* CSS FOR TEXT */

p{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
}

/* Headers CSS */
h1{
	font-family: 'Spartan', sans-serif;
	font-size: 80px;
	line-height: 0.5em;
}

h2 {
	font-family: 'Spartan', sans-serif;
	font-size: 50px;
	line-height: 0.5em;
}

h3{
	margin-top: 10px;
	font-family: 'Spartan', sans-serif;
	font-size: 50px;
	font-weight: 800;
	line-height: 0.5em;
	color: #c3edef;
}

h4{
 font-family: 'Spartan', sans-serif;
 color: #ffffff;
 font-size: 40px;
 font-weight: 400;
}


h5{
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	line-height: 0.5;
}


/* Span Classes for text */
.title{
	font-family: 'Spartan', sans-serif;
	font-size: 50px;
	line-height: 0.5em;
	color: #000000;
}

.title2{
	font-family: 'Spartan', sans-serif;
	font-size: 70px;
	line-height: 0.5em;
	color: red;
}
 
.bold{
	font-weight: 700;
}

.bold2{
	font-size: 19px;
	font-weight: 700;
}


.big{
	font-size: 30px;
	color: red;
	font-family: 'Roboto Condensed', sans-serif;
}

.red{
	color: #fd0404;
	font-family: 'Spartan', sans-serif;
	font-size: 50px;
}

.white{
	color: #ffffff;
	font-size: 90px;
}

.white2{
	color: #ffffff;
}

.orange{
	color: #ffc30f
}

.darkred{
	color: #c70039
}

/* Opacity CSS For page 1 boxes */
 .opacity img {
  opacity: 0.8;
  cursor: pointer;
  margin-top: 35px;
  margin-bottom: 35px;
}

.opacity img:hover {
  opacity: 1;
}

/* unvisited link */
a:link {
  color: #fd0404;
}

/* visited link */
a:visited {
  color: #fd0404;
}

/* mouse over link */
a:hover {
  color: #BE0505;
  text-decoration:underline;
}

/* selected link */
a:active {
  color: blue;
}

/* Footer division text */
.footer-text{
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
}



/* -------------------------- */



/* CSS For Page 1 */

html{
	background-color: #000000;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
/*

padding-top: 30px;
padding-left: 30px;
padding-right: 30px;
*/
}

html, body{
	margin: 0;
}

/* Wrapper / divisions inside */
.wrapper1 {
	display: grid;
	grid-template-rows: 70px 700px 650px 400px 500px 5px 60px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 0;
	z-index: 1;
}
/* Navigation code */
.nav{
	grid-row: 1;
	grid-column: 1/6;
	background-color: #000000;
	z-index: 2;
	padding: 0px;
	margin: 0px;
	grid-gap: 0;
}


/* Navigation code */
.nav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 22px 20px;
  text-decoration: none;
  font-size: 22px;
  font-family: 'Spartan', sans-serif;
  font-weight: 600;
  margin: 0;
}

/* Change the color of links on hover */
.nav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.nav a.active {
  float: right;
  background-color: #e01a4f;
  color: white;
  letter-spacing: 3.5px;
}

/* Hide the link that should open and close the topnav on small screens */
.nav .icon {
  display: none;
}

/* Divisions in first page */
.header{
	grid-row: 2;
	grid-column: 1/6;
	height: 100%;
	width: 100%;
	background-color: #ffffff;
	z-index: 2;
	padding: 0;
	grid-gap: 0;
}

.content{
	grid-row: 3;
	grid-column: 1/6;
	background-color: #FFC30F;
	z-index: 2;
	padding: 0;
	grid-gap: 0;
}

/* Main description for page 1 */
.mainbox{
	grid-row: 4;
	grid-column: 1/6;
	background-color: #FFC30F;
	margin-top: 50px;
	margin-left: 150px;
	margin-right: 150px;
	height: 500px;
	z-index: 3;
	padding: 0;
	grid-gap: 0;
}

.rightbox{
	grid-row: 4;
	grid-column: 1/6;
	background-color: #FFC30F;
	margin-top: -390px;
	margin-left: 580px;
	margin-right: 200px;
	margin-bottom: 100px;
	height: 300px;
	z-index: 3;
	padding: 0;
	grid-gap: 0;
}


.boxes{
	grid-row: 4;
	grid-column: 1/6;
	background-color: #000000;
	z-index: 2;
	padding: 0;
	grid-gap: 0;
}

.covid{
	grid-row: 5;
	grid-column: 1/6;
	background-color: #f9c22e;
	z-index: 2;
	padding: 0;
	grid-gap: 0;
}
/* Divisions for Covid clickable images */
.covidbox-1{
	background-color: #f9c22e;
	height: 50%;
	width: 32%;
	margin-top: -30px;
	margin-left: 1%;
}

.covidimage{
	height: 100%;
	margin-left: 25%;
	margin-right: 25%;
}

.covidbox-2{
	background-color: #f9c22e;
	height: 50%;
	width: 32%;
	margin-top: -250px;
	margin-left: 34%;
}

.covidbox-3{
	background-color: #f9c22e;
	height: 50%;
	width: 32%;
	margin-top: -250px;
	margin-left: 67%;
}

.lowerbox{
	background-color: #ffffff;
	margin-left: 100px;
	margin-right: 100px;
	height: 200px;
	z-index: 4;
	padding: 0;
	margin-bottom: -10px;
}

/* Text for page 1 - Covid Box division */
.text{
	background-color: #FFC30F;
	margin-top: 40px;
	margin-left: 150px;
	margin-right: 750px;
	height: 150px;
	z-index: 3;
	padding: 0;
	grid-gap: 0;
}

.righttext{
	grid-row: 4;
	width: 500px;
	background-color: #FFC30F;
	margin-top: -150px;
	margin-left: 900px;
	margin-right: 150px;
	height: 150px;
	z-index: 3;
	padding: 0;
	grid-gap: 0;
}

/*Ending line and footer code for page 1 */

.line{
	grid-row: 6;
	grid-column: 1/6;
	background-color: #ffffff;
	z-index: 2;
	padding: 0;
	grid-gap: 0;
	width: 100%
}

.footer{
	grid-row: 7;
	grid-column: 1/6;
	background-color: #000000;
	z-index: 2;
	padding: 0;
	grid-gap: 0;	
}
/* --- END OF PAGE 1 CODE --- */
/* CODE FOR PAGE 2 */

.wrapper2 {
	display: grid;
	grid-template-rows: 70px 700px 1400px 10px 60px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 0;
	z-index: 1;
}


.nav2{
	grid-row: 1;
	grid-column: 1/6;
	background-color: #000000;
	z-index: 2;
	padding: 0px;
	margin: 0px;
	grid-gap: 0;
}

.header2{
	grid-row: 2;
	grid-column: 1/6;
	height: 100%;
	width: 100%;
	z-index: 1;
	padding: 0;
	grid-gap: 0;
	background-color: #ffffff;
}

.body2{
background-color: #000000;
grid-row: 3;
grid-column: 1/6;
width: 100%;
z-index: 2;
padding: 0;
grid-gap: 0;
}

/* Section 1 Division */

.firstbox{
width: 100%;
height: 400px;
margin-top: 50px;
padding-bottom: 20px;
background-color: #004aad;
}

.lefttextbox{
	width: 50%;
	height: 350px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 30px;
	background-color: #004aad;
	z-index: 4;
	position: absolute;
}

.rightimagebox{
	width: 43%;
	height: 370px;
	margin-top: 25px;
	margin-left: 780px;
	background-color: #ffffff;
	z-index: 4;
	position: absolute;
}

/* Section 2 Division */


.secondbox{
width: 100%;
height: 400px;
margin-top: 50px;
padding-bottom: 20px;
background-color: #c70039;
}

.secondbox2{
width: 100%;
height: 400px;
margin-top: 50px;
padding-bottom: 20px;
background-color: #FFC30F;
}

.lefttextbox2{
	width: 50%;
	height: 350px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 30px;
	background-color: #c70039;
	z-index: 4;
	position: absolute;
}

/* Creating different section code for iterative improvements (changing the colours) */

.lefttextbox5{
	width: 50%;
	height: 350px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 30px;
	background-color: #FFC30F;
	z-index: 4;
	position: absolute;
}

.rightimagebox2{
	width: 43%;
	height: 370px;
	margin-top: 25px;
	margin-left: 780px;
	background-color: #ffffff;
	z-index: 4;
	position: absolute;
}

/* Section 3 Division */
.thirdbox{
width: 100%;
height: 400px;
margin-top: 50px;
padding-bottom: 20px;
background-color: #004aad;
}

.thirdbox2{
width: 100%;
height: 400px;
margin-top: 50px;
padding-bottom: 20px;
background-color: #004aad;
}

.lefttextbox3{
	width: 50%;
	height: 350px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 30px;
	background-color: #004aad;
	z-index: 4;
	position: absolute;
}


.lefttextbox4{
	width: 50%;
	height: 350px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 30px;
	background-color: #004aad;
	z-index: 4;
	position: absolute;
}

.rightimagebox3{
	width: 43%;
	height: 370px;
	margin-top: 25px;
	margin-left: 780px;
	background-color: #ffffff;
	z-index: 4;
	position: absolute;
}


/* Ending line and footer CSS for page 2 */

.line2{
	grid-row: 4;
	grid-column: 1/6;
	background-color: #ffffff;
	z-index: 2;
	padding: 0;
	grid-gap: 0;
	width: 100%
}

.footer2{
	grid-row: 5;
	grid-column: 1/6;
	background-color: #000000;
	z-index: 2;
	padding: 0;
	grid-gap: 0;	
}
	
/* PAGE 3 CODE */
/* v3 website wrapper */
.wrapper3{
	display: grid;
	grid-template-rows: 70px 700px 2300px 10px 60px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 0;
	z-index: 1;
}
/* v4 website wrapper */
.wrapper4{
	display: grid;
	grid-template-rows: 70px 700px 1700px 10px 60px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 0;
	z-index: 1;
}

.nav3 a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 22px 20px;
  text-decoration: none;
  font-size: 22px;
  font-family: 'Spartan', sans-serif;
  font-weight: 600;
  height: 40px;
}

/* Change the color of links on hover */
.nav3 a:hover {
  background-color: #ddd;
  color: black;
  height: 27px; 
}

/* Add a color to the active/current link */
.nav3 a.active {
  float: right;
  background-color: #e01a4f;
  color: white;
  height: 27px;
}

/* Hide the link that should open and close the topnav on small screens */
.nav3 .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .nav3 a:not(:first-child) {display: none;}
  .nav3 a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .nav3.responsive {position: relative;}
  .nav3.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav3.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


.header3{
	grid-row: 2;
	grid-column: 1/6;
	height: 100%;
	width: 100%;
	background-color: red;
	z-index: 1;
	padding: 0;
	grid-gap: 0;
}


.body3{
background-color: #red;
grid-row: 3;
grid-column: 1/6;
width: 100%;
z-index: 5;
padding: 0;
grid-gap: 0;
}

/* Creating the schools/info divisions css */
/* Need two seperate boxes as they are alternating */
.leftschoolbox{
	background-color: #000000;
	width: 710px;
	height: 350px;
	margin-left: 90px;
	margin-top: 50px;
}

.rightschoolbox{
	background-color: #000000;
	width: 450px;
	height: 350px;
	margin-left: 870px;
	margin-top: -350px;
}


.leftschoolbox2{
	background-color: #000000;
	width: 710px;
	height: 350px;
	margin-left: 600px;
	margin-top: 50px;
}

.rightschoolbox2{
	background-color: #000000;
	width: 450px;
	height: 350px;
	margin-left: 90px;
	margin-top: -350px;
}

/* Footer and end line CSS */
.line3{
	height: 20px;
	background-color: #ffffff;
	z-index: 2;
	padding: 0;
	grid-gap: 0;
}

.footer3{
	grid-row: 5;
	grid-column: 1/6;
	background-color: #000000;
	z-index: 2;
	padding: 0;
	grid-gap: 0;	
}

/* Last division on PAGE 3, locations box */

.locationsbox{
	grid-row: 4;
	grid-column: 1/6;
	background-color: #FFC30F;
	height: 600px;
	z-index: 3;
	grid-gap: 0;
}

.titletext{
	background-color: #FFC30F;
	width: 400px;
	height: 70px;
	position: absolute;
	margin-left: 260px;
	margin-top: 90px;
}

.mapbox{
	background-color: #FFC30F;
	width: 400px;
	height: 370px;
	position: absolute;
	margin-left: 260px;
	margin-top: 165px;
}

.texttitle2{
	background-color: #FFC30F;
	width: 500px;
	height: 100px;
	position: absolute;
	margin-left: 710px;
	margin-top: 45px;
}

.othertextbox{
	background-color: #FFC30F;
	width: 500px;
	height: 355px;
	position: absolute;
	margin-left: 710px;
	margin-top: 180px;
}
