@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

	/**
	 * HTML
	 */
	body {
		font-family: "Open Sans", sans-serif;
		word-wrap: break-word;
		color: #456673;
		background-color:#dddc00 !important;
	}
	main {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	a {
		color: #456673;
		text-decoration:none;
		font-weight:600;
	}
	a:hover {
		color: #456673;
		text-decoration:none;
		font-weight:600;
	}
	h1 {
		font-family: "Open Sans", sans-serif;
		color: #456673;
	}
	h2 {
		font-family: "Open Sans", sans-serif;
		color: #456673;
	}
	h3, h4 {
		font-family: "Open Sans", sans-serif;
		color: #456673;
	}
	p, label {
		font-family: "Open Sans", sans-serif;
		color: #456673;
	}
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
	select::-ms-expand {
	    display: none; 
	}


	/**
	 * Bootstrap
	 */	
	.btn, #page-navigation-optional-menu a {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin-top:2px;
		padding-left:10px;
		padding-right:10px;
	}
	.alert, .form-control {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.progress-bar {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 1-px;
	}
	.form-control {
		padding-bottom:10px;	
		background-color: rgba(0, 0, 0, 0.04);
		border: 1px solid rgba(0, 0, 0, 0.12);
	}
	.alert-primary, .alert-secondary {
		background-color: #dddc00;
		color: #456673;
	}
	.alert-success, .alert-information {
		background-color: #dddc00;
		color: #456673;
	}
	.alert-error {
		background-color: #dddc00;
		color: #456673;
	}
	.alert-warning {
		background-color: #dddc00;
		color: #456673;
	}
	
	/**
	 * Navigation
	 **/
	#page-navigation {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		background-color: #dddc00 !important;
	}
	#page-navigation-logo {
	}

	#page-navigation-menu a {
		color:#456673;
		text-decoration: none;
		font-weight:700;
	}
	#page-navigation-menu a:hover {
		color:#58595b;
		text-decoration: none;
		font-weight:700;
	}


	/**
	 * Section title
	 */
.section-title {
	-webkit-border-top-left-radius: 30px !important;
	-moz-border-top-left-radius: 30px !important;
	border-top-left-radius: 30px !important;
	-webkit-border-top-right-radius: 30px !important;
	-moz-border-top-right-radius: 30px !important;
	border-top-right-radius: 30px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-bottom-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-right-radius: 0px !important;
	-moz-border-bottom-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.section-content {
	-webkit-border-top-left-radius: 0px !important;
	-moz-border-top-left-radius: 0px !important;
	border-top-left-radius: 00px !important;
	-webkit-border-top-right-radius: 0px !important;
	-moz-border-top-right-radius: 0px !important;
	border-top-right-radius: 0px !important;
	-webkit-border-bottom-left-radius: 30px !important;
	-moz-border-bottom-left-radius: 30px !important;
	border-bottom-left-radius: 30px !important;
	-webkit-border-bottom-right-radius: 30px !important;
	-moz-border-bottom-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
}
.section, .section-alt, #page-title, #home-page-section {
	-webkit-border-top-left-radius: 30px !important;
	-moz-border-top-left-radius: 30px !important;
	border-top-left-radius: 30px !important;
	-webkit-border-top-right-radius: 30px !important;
	-moz-border-top-right-radius: 30px !important;
	border-top-right-radius: 30px !important;
	-webkit-border-bottom-left-radius: 30px !important;
	-moz-border-bottom-left-radius: 30px !important;
	border-bottom-left-radius: 30px !important;
	-webkit-border-bottom-right-radius: 30px !important;
	-moz-border-bottom-right-radius: 30px !important;
	border-bottom-right-radius: 30px !important;
}
	.section-title {
		background-color:rgb(238, 238, 238);
		box-shadow: 10px 21px 18px 0px rgba(0, 0, 0, 0.3);
		padding-top:2rem;
	}
	.section-title h1, .section-title h2, .section-title h3, .section-title h4  {
		color:#456673 !important;
		font-weight: 600;
	}

	/**
	 * Section content
	 */ 
	.section-content, .section-alt {
		background-color:rgb(238, 238, 238);
		border: 1px solid rgb(238, 238, 238);
		box-shadow: 10px 21px 18px 0px rgba(0, 0, 0, 0.3);
	}
	.section-content h1, .section-content h2, .section-content h3, .section-content h4 {
		color: #456673;
		font-weight: 600;
	}
	.section-content p {
		color:#456673;
		font-weight: 600;
	}	
	.section-content a {
		color:#456673;
		font-weight: 600;
	}	
	.section-content a:hover {
		color: #456673;
		font-weight: 600;
	}


	/**
	 * Section
	 */
	.section {
		background-color:rgb(238, 238, 238);
		border:1px solid rgb(238, 238, 238);
		color: #456673;
		box-shadow: 10px 21px 18px 0px rgba(0, 0, 0, 0.3);
	}
	.section h1, .section h2, .section h3, .section h4, .section p, .section svg, .section strong {
		color:#456673 !important;
		font-weight: 600;
	}


	.btn-standard {	 
		min-width:220px;
		width:220px;
		box-sizing:content-box;
	}

	#page-header {
	}


	#page-header h1 {
		color:white !important;
	}

	#page-title-row {
		padding-top: 10rem;
		padding-bottom: 10rem;
		background-color: #456673;
  		background:
			url("https://thesheffieldcatsshelter.org/wp-content/uploads/2025/03/shdcat-5830643-scaled.jpg") center center / cover no-repeat, url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNkZGRjMDAiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiLz48L2c+PC9zdmc+") bottom center / contain no-repeat !important;
	}
	#page-title-row h1 {
		font-weight:700;
		text-transform:uppercase;
	}
	#page-title-row #header-button, #page-title-row #header-share-button {
		background-color:transparent !important;
		color:white !important;
		border: 3px solid white !important;
		border-radius: 30px;
	}

	.shadow, .btn {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.card-header {
		background-color:white;
	}
	.card-header a, .card-header h4:hover, .card-header h4 {
		color:#456673 !important;
	}
	.card-body, .card {
		background-color:transparent;
	}

	/**
	 * Buttons
	 **/
	#header-button, #page-button {
		background-color: rgb(69, 102, 115) !important;
		border-color: rgb(69, 102, 115);
		color: white;
	}

	.btn-primary, .btn-outline-primary  {
		background-color: rgb(69, 102, 115) !important;
		border-color: rgb(69, 102, 115) !important;
		color: white !important;
		font-weight:600;
	}
	#page-navigation-optional-menu a  {
		background-color: rgb(69, 102, 115) !important;
		border-color: rgb(69, 102, 115) !important;
		color: white !important;
		font-weight:600;
		box-shadow: 5px 5px 18px 0px rgba(0, 0, 0, 0.3);
	}
	.btn-secondary, .btn-outline-secondary, .btn-danger, .btn-warning  {
		background-color: rgb(69, 102, 115) !important;
		border-color: rgb(69, 102, 115) !important;
		color: white !important;
	}
	
	
	/**
	 * Footer
	 */
	#footer-content {
	}
	#page-footer {
		background-color:#dddc00;
		margin-top:0rem;
		padding-top:3rem;
	}
	#page-footer, #page-footer p {
		color:#456673;
	}
	#page-footer h2, #page-footer h4, #page-footer a {
		color:#456673;
	}

	#page-footer a:hover {
	}

	#page-footer hr {
		visibility: hidden;
		display: none;
	}	
	
	#footer-strapline {
		visibility: hidden;
		display: none;
	}
	
	/**
	 * Media queries
	 */
	@media (min-width: 0px) {
		#logo {
			min-width:100px;
			max-width:100px;
		}
	}
	
	@media (min-width: 576px) {
		#logo {
			min-width:100px;
			max-width:100px;
		}
	}

	@media (min-width: 768px) {
		#logo {
			min-width:200px;
			max-width:200px;
		}
	}

	@media (min-width: 992px) {
		#logo {
			min-width:200px;
			max-width:200px;
		}
	}

	@media (min-width: 1200px) {
		#logo {
			min-width:200px;
			max-width:200px;
		}
	}
