@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: rgb(85, 85, 85);
		background-color:white !important;
	}
	main {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	a {
		color: rgb(85, 85, 85);
	}
	a:hover {
		color: rgb(85, 85, 85);
		text-decoration:underline;
	}
	h1 {
		font-family: "Open Sans", sans-serif;
		color: rgb(85, 85, 85);
	}
	h2 {
		font-family: "Open Sans", sans-serif;
		color: #60438B;
	}
	h3, h4 {
		font-family: "Open Sans", sans-serif;
		color: #60438B;
	}
	p, label {
		font-family: "Open Sans", sans-serif;
		color: rgb(85, 85, 85);
	}
	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: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		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: 10px !important;
		background-color: #CD9B4A !important;
	}
	#page-navigation-logo {
	}

	#page-navigation-menu a {
		color:rgb(238, 244, 247);
		text-decoration: underline;
		font-weight:700;
		text-decoration-line: underline;
		font-size:1.25rem;
	}
	#page-navigation-menu a:hover {
		color:rgb(238, 244, 247);
		text-decoration: underline;
		font-weight:700;
		text-decoration-line: underline;
	}

	#page-navigation-sub-menu {
		border: none;
		margin: 0px;
		padding: 10px;
		background-color: white;
	}

	/**
	 * Section title
	 */
.section-title {
	-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: 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: 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, .section-alt, #page-title, #home-page-section {
	-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: 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-title {
		background-color:#60438B;
	}
	.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 #60438B;
	}
	.section-content h1, .section-content h2, .section-content h3, .section-content h4 {
		color: rgb(85, 85, 85);
	}
	.section-content p {
		color:rgb(85, 85, 85);
	}	
	.section-content a {
		color:rgb(85, 85, 85);
	}	
	.section-content a:hover {
		color: rgb(85, 85, 85);
	}


	/**
	 * Section
	 */
	.section {
		background-color:#60438B;
		border:1px solid #60438B;
	}
	.section h1, .section h2, .section h3, .section h4, .section p, .section svg, .section strong {
		color:white !important;
	}


	.btn-standard {	 
		min-width:220px;
		width:220px;
		box-sizing:content-box;
	}

	#page-header {
		background-color: #60438B !important;
	}


	#page-header h1 {
		color:white !important;
	}

	#page-title-row {
		padding-top: 3rem;
		padding-bottom: 3rem;
		font-weight:700;
	}
	#page-title-row h1 {
		font-weight:700;
	}

	#page-title {
	}

	.shadow, .btn {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.card-header {
		background-color:#60438B;
	}
	.card-header a, .card-header h4:hover, .card-header h4, .card-header h1, .card-header h2 {
		color:white !important;
	}
	.card-body, .card {
		background-color:transparent;
	}

	/**
	 * Buttons
	 **/
	.btn-primary, .btn-outline-primary, .btn-secondary, .btn-outline-secondary, .btn-danger, .btn-warning  {
		background-color: #60438B !important;
		border: 1px solid white !important;
		color: white !important;
	}

	.btn-primary:hover, .btn-outline-primary:hover, .btn-secondary:hover, .btn-outline-secondary:hover, .btn-danger:hover, .btn-warning:hover  {
		background-color: white !important;
		border: 1px solid #60438B !important;
		color: #60438B !important;
	}
		
	/**
	 * Footer
	 */
	#footer-content {
	}
	#page-footer {
		background-color:#CD9B4A;
		margin-top:0rem;
		padding-top:3rem;
	}
	#page-footer, #page-footer p {
		color:white;
	}
	#page-footer h2, #page-footer h4, #page-footer a {
		color:white;
	}

	#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:175px;
			max-width:175px;
		}
	}
	
	@media (min-width: 576px) {
		html {
			font-size:1.0rem;
		 }
		#logo {
			min-width:175px;
			max-width:175px;
		}
	}

	@media (min-width: 768px) {
		html {
			font-size:1.0rem;
		 }
		#logo {
			min-width:350px;
			max-width:350px;
		}
	}

	@media (min-width: 992px) {
		html {
			font-size:1.1rem;
		 }
		#logo {
			min-width:350px;
			max-width:350px;
		}
	}

	@media (min-width: 1200px) {
		html {
			font-size:1.2rem;
		 }
		#logo {
			min-width:350px;
			max-width:350px;
		}
	}
