
/*CSS For Yorkshire County Pages*/
#Page_Basic_Introduction_Box-Wrapper {
	padding-left: 4%;
	padding-right: 4%;
	
	max-width: 1500px;
	margin-left: auto;
	margin-right: auto;
}
#Page_Basic_Introduction_Box-Wrapper div {
	background-image: url('../images/Doncaster-Castle.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;

}
#Page_Basic_Introduction_Box {

	width: 100%;
	height: auto;
	min-height: 170px;

	padding: 15px;

	background-color: #025888bf;
	color: white;

	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row;
}
#Page_Basic_Introduction_Box h2 {
	font-size: 22px;
	letter-spacing: 1px;
	margin-top: auto;
	margin-bottom: auto;
	font-weight: 800;
}
#Page_Basic_Introduction_Box p {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
	margin-top: auto;
	margin-left: 20px;
	margin-bottom: auto;
}

@media only screen and (max-width: 980px) { 
	#Page_Basic_Introduction_Box-Wrapper {
		padding-left: 0%;
		padding-right: 0%;
	}

}
@media only screen and (max-width: 870px) { 
	#Page_Basic_Introduction_Box {
		flex-direction: column;
	}
	#Page_Basic_Introduction_Box h2 {
		text-align: center;
	}
	#Page_Basic_Introduction_Box p {
		text-align: left;
		margin-top: 10px;
		margin-left: 0px;
	}
}
@media only screen and (max-width: 520px) { 
	#Page_Basic_Introduction_Box-Wrapper div {
		background-size: cover;

	}
	#Page_Basic_Introduction_Box {
		padding: 13px;
	}

}
/*////////////////////////////////////////////////////*/
#Page_Article_With_Image_Container {
	width: 100%;
	height: auto;
	min-height: 150px;

	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 100%;

	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;

}
#Page_Article_With_Image_Container div {
	grid-row: 1;
	grid-column: 1;
}
#Page_Article_With_Image_Container div h2 {
	font-size: 21px;
	letter-spacing: 2px;
	font-weight: 800;
	text-align: center;
	margin-left: 16%;
	margin-right: 16%;
}
#Page_Article_With_Image_Container div p {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: 500;
	
	margin-left: 16%;
	margin-right: 16%;
	text-align: center;
}
#Page_Article_With_Image_Container div li {
	height: 40px;
	width: 190px;
	border: 0px solid #025888;
	background-color: #025888;
	border-radius: 3px;
	list-style-type: none;

	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;

	margin-top: 10px;
	
	margin-left: auto;
	margin-right: auto;
}
#Page_Article_With_Image_Container div li a {
	font-size: 18px;
	letter-spacing: 2px;
	text-decoration: none;
	color: white;

	display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
}
#Page_Article_With_Image_Container div li:hover {
	cursor: pointer;
	color: white;
	background-color: #025888bf;
}

@media only screen and (max-width: 660px) { 
	#Page_Article_With_Image_Container {
		grid-template-columns: 100%;
	}
	#Page_Article_With_Image_Container div {
		grid-row: 1;
		grid-column: 1;
	}
	#Page_Article_With_Image_Container div p {
    	margin-left: 0px;
    	margin-right: 0px;
    	margin-left: auto;
    	margin-right: auto;
    	text-align: left;
    }
    #Page_Article_With_Image_Container div h2 {
    	margin-left: 0px;
    	margin-right: 0px;
    }

}

/*////////////////////////////////////////////////////*/

/*////////////////////////////////////////////*/

#Page-Content-Block {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 40px;
}

#Page-Content-Block h2 {
	font-size: 21px;
	letter-spacing: 1px;
	font-weight: 800;
}
#Page-Content-Block p {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: 500;
}

/*////////////////////////////////////////////*/

#Page-Town-City-Layout-Container {
	width: 100%;
	height: auto;

	min-height: 400px;
	max-width: 1500px;

	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;

	margin-top: 40px;
	
	margin-left: auto;
	margin-right: auto;
}
#Page-Town-City-Layout-Content {
	width: 60%;
	height: auto;

	margin-right: auto;
	margin-left: auto;
}
#Page-Town-City-Layout-Content h2 {
	font-size: 21px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 800;
}
#Page-Town-City-Layout-Content p {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
	margin-top: 10px;
	text-align: left;
	font-weight: 500;
}
#Page-Town-City-Layout-Option-Boxes {
	height: auto;
	width: 80%;
	max-width: 1050px;

	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;

	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.Page-Town-City-Layout-Box {
	width: 250px;
	height: 200px;
/*	background-color: black;*/
	color: white;
	text-decoration: none;

	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: nowrap;

	margin: 20px;

	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	border: 2px solid #025888;
	border-radius: 15px;
}
#Page-Town-City-Layout-Box-All {
	background-image: url('../images/YorkshireRose.jpg');
	background-size: auto auto;
}
#Page-Town-City-Layout-Box-Sheffield {
	background-image: url('../images/sheffieldTownHall.jpg');
}
#Page-Town-City-Layout-Box-Doncaster {
	background-image: url('../images/Doncaster-Castle.jpg');
}
#Page-Town-City-Layout-Box-Thorne {
	background-image: url('../images/Thorne.jpg');
}
#Page-Town-City-Layout-Box-Barnsley {
	background-image: url('../images/BarnsleyTownHall.jpg');
}
#Page-Town-City-Layout-Box-Rotherham {
	background-image: url('../images/RotherhamTownHall.jpg');
}

.Page-Town-City-Layout-Box section {
	height: 100%;
	width: 100%;

	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: nowrap;
	padding: 10px;

	background-color: #00000052;

	border: 2px solid #025888;
	border-radius: 15px;

}
.Page-Town-City-Layout-Box h3 {
	text-align: center;
	font-size: 19px;
	letter-spacing: 1px;
	font-weight: 800;
}
.Page-Town-City-Layout-Box p {
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
}


@media only screen and (max-width: 1150px) { 
	#Page-Town-City-Layout-Option-Boxes {
		width: 100%;
	}
	#Page-Town-City-Layout-Content {
		width: 80%;
	}

}
@media only screen and (max-width: 890px) { 
	.Page-Town-City-Layout-Box {
		width: 200px;
		height: 150px;
	}
	#Page-Town-City-Layout-Content {
		width: 100%;
	}

}
@media only screen and (max-width: 530px) { 
	.Page-Town-City-Layout-Box {
		width: 200px;
		height: 190px;
		margin: 5px;
	}
	.Page-Town-City-Layout-Box p {
		font-size: 15px;
	}

}
@media only screen and (max-width: 440px) { 
	.Page-Town-City-Layout-Box {
		width: 250px;
		height: 200px;
	}

}


/*/////////////////////////////*/

#Page-Second-Footer-Container {
	width: 100%;
	height: auto;
	min-height: 200px;

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;

	margin-top: 40px;
}
#Page-Second-Footer-Container article {
	width: 49%;
	background-color: #eee;
	padding: 10px;
}
#Page-Second-Footer-Container article h2 {
	font-size: 21px;
	letter-spacing: 2px;
	font-weight: 800;
}
#Page-Second-Footer-Container article p {
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: 600;
}
#Page-Second-Footer-Container article ul {
	margin-top: 10px;
}
#Page-Second-Footer-Container article ul li {
	list-style-position: inside;
	line-height: 30px;
}
#Page-Second-Footer-Container article ul li a {
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 2px;
	color: black;
}
@media only screen and (max-width: 800px) { 
	#Page-Second-Footer-Container article {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
	}

}
@media only screen and (max-width: 540px) { 
	#Page-Second-Footer-Container article {
		width: 100%;
	}

}
@media only screen and (max-width: 450px) { 
	#Page-Second-Footer-Container article ul li a {
		font-size: 15px;
		letter-spacing: 1px;
	}

}

/*/////////////////////////////*/
.article_two_headers {
	width: 90%;
	height: auto;

	margin-right: auto;
	margin-left: auto;

	margin-top: 40px;
}
.article_two_headers h2 {
	font-size: 21px;
	letter-spacing: 2px;
	text-align: left;
	font-weight: 800;

	margin-top: 20px;
}
.article_two_headers h3 {
	font-size: 19px;
	letter-spacing: 2px;
	text-align: left;
	font-weight: 800;
	margin-top: 20px;
}
.article_two_headers p {
	font-size: 16px;
	letter-spacing: 2px;
	margin-top: 10px;
	line-height: 30px;
	font-weight: 500;
}

.article_two_headers ul {
	margin-top: 10px;
	line-height: 28px;
	list-style: inside;
}
.article_two_headers ul li a {
	font-size: 16px;
	letter-spacing: 2px;
}
@media only screen and (max-width: 1000px) { 
	.article_two_headers {
		width: 100%;
	}
}