@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
	/**
	 * HTML
	 */
	body {
		font-family: "DM Sans", sans-serif;
		word-wrap: break-word;
		color: rgb(59, 67, 81);
		background-color:white !important;



	}

#page-navigation-menu {
	border-bottom: 2px solid rgb(255, 89, 90);
}

body {
  background-image: url("https://scvo.scot/rouleaux.svg?color=F7FAFB&style=solid");
  background-repeat: no-repeat;
  background-position: center 5rem;   /* Centered horizontally, at the top */
  background-size: contain;          /* Adjust size to fit */
}

	main {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	a {
		color: rgb(59, 67, 81);
	}
	a:hover {
		color: rgb(59, 67, 81);
		text-decoration:underline;
	}
	h1 {
		font-family: "Asap", sans-serif;
		color: rgb(255, 89, 90);
	}
	h2 {
		font-family: "Asap", sans-serif;
		color: rgb(255, 89, 90);
	}
	h3, h4 {
		font-family: "Asap", sans-serif;
		color: rgb(255, 89, 90);
	}
	p, label {
		font-family: "DM Sans", sans-serif;
		color: rgb(59, 67, 81);
	}
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	select::-ms-expand {
	    display: none; 
	}


	/**
	 * Bootstrap
	 */	 
	.btn {
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin-top:2px;
	}
	.alert, .form-control {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.progress-bar {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.form-control {
		padding-bottom:10px;	
	}
	.col-form-label {
	}
	.alert-primary, .alert-secondary {
	}
	.alert-success, .alert-information {
	}
	.alert-error {
	}
	.alert-warning {
	}
	.alert a {
	}
	
	/**
	 * Navigation
	 **/
	#page-navigation {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
		padding-top: 10px !important;
		padding-bottom: 0px !important;
		background-color: white !important;
	}
	#page-navigation-logo {
		padding-top:10px;
	}

	#page-navigation-menu a {
		color:rgb(36, 75, 90);
		text-decoration: none;
		font-weight:700;
	}
	#page-navigation-menu a:hover {
		color:rgb(36, 75, 90);
		background-color:rgb(255, 234, 234);
		text-decoration: none;
		font-weight:700;
		border-radius: 6px 6px 0 0 !important;
	}

	/**
	 * Section title
	 */
.section-title {
	-webkit-border-top-left-radius: 7.3px !important;
	-moz-border-top-left-radius: 7.3px !important;
	border-top-left-radius: 7.3px !important;
	-webkit-border-top-right-radius: 7.3px !important;
	-moz-border-top-right-radius: 7.3px !important;
	border-top-right-radius: 7.3px !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: 0px !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: 7.3px !important;
	-moz-border-bottom-left-radius: 7.3px !important;
	border-bottom-left-radius: 7.3px !important;
	-webkit-border-bottom-right-radius: 7.3px !important;
	-moz-border-bottom-right-radius: 7.3px !important;
	border-bottom-right-radius: 7.3px !important;
}
.section, .section-alt, #page-title, #home-page-section {
	-webkit-border-top-left-radius: 7.3px !important;
	-moz-border-top-left-radius: 7.3px !important;
	border-top-left-radius: 7.3px !important;
	-webkit-border-top-right-radius: 7.3px !important;
	-moz-border-top-right-radius: 7.3px !important;
	border-top-right-radius: 7.3px !important;
	-webkit-border-bottom-left-radius: 7.3px !important;
	-moz-border-bottom-left-radius: 7.3px !important;
	border-bottom-left-radius: 7.3px !important;
	-webkit-border-bottom-right-radius: 7.3px !important;
	-moz-border-bottom-right-radius: 7.3px !important;
	border-bottom-right-radius: 7.3px !important;
}
	.section-title {
		background-color:rgb(255, 89, 90);
		margin-bottom
	}
	.section-title h1, .section-title h2, .section-title h3, .section-title h4  {
		color:white !important;
	}

	/**
	 * Section content
	 */ 
	.section-content, .section-alt {
		background-color:white;
		border: 1px solid rgb(255, 89, 90);
	}
	.section-content h1, .section-content h2, .section-content h3, .section-content h4 {
		color: rgb(59, 67, 81);
	}
	.section-content p {
		color:rgb(59, 67, 81);
	}	
	.section-content a {
		color:rgb(59, 67, 81);
	}	
	.section-content a:hover {
		color: rgb(59, 67, 81);
	}


	/**
	 * Section
	 */
	.section {
		background-color:rgb(255, 234, 234);
		border:1px solid rgb(255, 234, 234);
		color: rgb(36, 75, 90);
	}
	.section h1, .section h2, .section h3, .section h4, .section p, .section svg, .section strong {
		color:rgb(36, 75, 90) !important;
	}


	.btn-standard {	 
		min-width:220px;
		width:220px;
		box-sizing:content-box;
	}

	#page-header {
		background-color: transparent !important;
	}


	#page-header h1 {
		color:rgb(255, 89, 90) !important;
	}

	#page-title-row {
		padding-top: 3rem;
		padding-bottom: 3rem;
		font-weight:700;
		background-color:transparent;
	}
	#page-title h1 {
		font-weight:700;
		color: rgb(255, 89, 90);
	}

	#page-title {
	}

	.shadow {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.card-header {
		background-color:rgb(255, 89, 90);
	}
	.card-header a, .card-header h4:hover, .card-header h4 {
		color:white !important;
	}
	.card-body, .card {
		background-color:transparent;
	}

	/**
	 * Buttons
	 **/
	#header-button, #page-button, .btn-primary, .btn-outline-primary, .btn-secondary, .btn-outline-secondary, .btn-danger, .btn-warning  {
		background-color: rgb(249, 218, 24) !important;
		border-color: rgb(249, 218, 24) !important;
		color: rgb(36, 75, 90) !important;
		font-weight:600;
		box-shadow: 4px 4px 0px transparent !important;
		text-decoration:none;
	}
	#header-button:hover, #page-button:hover, .btn-primary:hover, .btn-outline-primary:hover, .btn-secondary:hover, .btn-outline-secondary:hover, .btn-danger:hover, .btn-warning:hover  {
		background-color: rgb(83, 105, 119) !important;
		border-color: rgb(83, 105, 119) !important;
		color: white !important;
		font-weight:600;
		box-shadow: 4px 4px 0px rgba(83, 105, 119, 0.3) !important;
		text-decoration:none;
	}
		
	/**
	 * Footer
	 */
	#footer-content {
	}
	#page-footer {
		background-color:rgb(36, 75, 90);
		margin-top:0rem;
		padding-top:1rem;
	}
	#page-footer, #page-footer p {
		color:white;
	}
	#page-footer h2, #page-footer h4, #page-footer a {
		color:white;
		text-decoration:none;
	}

	#page-footer a:hover {
	}

	#page-footer hr {
		visibility: hidden;
		display: none;
	}	
	
	#footer-strapline {
		visibility: hidden;
		display: none;
	}
	
	/**
	 * Media queries
	 */
	@media (min-width: 0px) {
		html {
			font-size:0.9rem;
		 }
		#logo {
			min-width:100px;
			max-width:100px;
		}
	}
	
	@media (min-width: 576px) {
		html {
			font-size:1.0rem;
		 }
		#logo {
			min-width:100px;
			max-width:100px;
		}
	}

	@media (min-width: 768px) {
		html {
			font-size:1.0rem;
		 }
		#logo {
			min-width:200px;
			max-width:200px;
		}
	}

	@media (min-width: 992px) {
		html {
			font-size:1.1rem;
		 }
		#logo {
			min-width:200px;
			max-width:200px;
		}
	}

	@media (min-width: 1200px) {
		html {
			font-size:1.2rem;
		 }
		#logo {
			min-width:200px;
			max-width:200px;
		}
	}
