@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

	/**
	 * HTML
	 */
	body {
		font-family: "Archivo", sans-serif;
		word-wrap: break-word;
		color: rgb(0, 28, 53);
		background-color:white !important;
	}

	a {
		color: rgb(0, 82, 153);
		text-decoration:underline;
	}
	a:hover {
		color: rgb(0, 82, 153);
		text-decoration:underline;
	}
	h1 {
		font-family: "Archivo", sans-serif;
		color: rgb(0, 28, 53);
		font-weight:700;
	}
	h2 {
		font-family: "Archivo", sans-serif;
		color: rgb(0, 28, 53);
		font-weight:700;
	}
	h3, h4 {
		font-family: "Archivo", sans-serif;
		color: rgb(0, 28, 53);
		font-weight:700;
	}
	p, label {
		font-family: "Archivo", sans-serif;
		color: rgb(0, 28, 53);
		font-weight:700;
	}


	/**
	 * Bootstrap
	 */	 
	.btn {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		margin-top:2px;
	}
	.alert, .form-control {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.progress-bar {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.form-control {
	}
	.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: rgb(2, 28, 53) !important;
	}
	#page-navigation-logo {
		padding-bottom:20px;
	}

	#page-navigation-menu a {
		color:white;
		text-decoration: none;
		font-weight:500;
	}

	#page-navigation-menu a::after {
		content: "˅";
		margin-left: 0.4em;
		font-size: 0.8em;
		display: inline-block;
		vertical-align: middle;
	}

	#page-navigation-menu a:hover {
		color:rgb(0, 156, 224);
		text-decoration: none;
		font-weight:500;
	}

	#page-navigation-sub-menu {
		border: none;
		margin: 0px;
		padding: 10px;
		background-color: white;
	}

	/**
	 * Section title
	 */
.section-title {
	-webkit-border-top-left-radius: 16px !important;
	-moz-border-top-left-radius: 16px !important;
	border-top-left-radius: 16px !important;
	-webkit-border-top-right-radius: 16px !important;
	-moz-border-top-right-radius: 16px !important;
	border-top-right-radius: 16px !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: 16px !important;
	-moz-border-bottom-left-radius: 16px !important;
	border-bottom-left-radius: 16px !important;
	-webkit-border-bottom-right-radius: 16px !important;
	-moz-border-bottom-right-radius: 16px !important;
	border-bottom-right-radius: 16px !important;
}
.section, .section-alt, #page-title, #home-page-section {
	-webkit-border-top-left-radius: 16px !important;
	-moz-border-top-left-radius: 16px !important;
	border-top-left-radius: 16px !important;
	-webkit-border-top-right-radius: 16px !important;
	-moz-border-top-right-radius: 16px !important;
	border-top-right-radius: 16px !important;
	-webkit-border-bottom-left-radius: 16px !important;
	-moz-border-bottom-left-radius: 16px !important;
	border-bottom-left-radius: 16px !important;
	-webkit-border-bottom-right-radius: 16px !important;
	-moz-border-bottom-right-radius: 16px !important;
	border-bottom-right-radius: 16px !important;
}
	.section-title {
		background-color:white;
		border-top: 2px solid rgb(230, 235, 239);
		border-left: 2px solid rgb(230, 235, 239);
		border-right: 2px solid rgb(230, 235, 239);
		border-bottom: none;
	}

	/**
	 * Section content
	 */ 
	.section-content, .section-alt {
		background-color:white;
		border-top: none;
		border-left: 2px solid rgb(230, 235, 239);
		border-right: 2px solid rgb(230, 235, 239);
		border-bottom: 2px solid rgb(230, 235, 239);
	}

	/**
	 * Section
	 */
	.section {
		background-color:rgb(0, 28, 53);
		border:2px solid rgb(0, 28, 53);
		color: white;
	}
	.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: rgb(2, 28, 53) !important;
	}


	#page-header h1 {
		color:white !important;
	}

	#page-title-row {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	#page-title-row h1 {
	}

	#page-title {
	}

	.shadow, .btn {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.card-header {
		background-color:rgb(0, 28, 53);
	}
	.card-header a, .card-header h4:hover, .card-header h4, .card-header h3:hover, .card-header h3 {
		color:white !important;
	}
	.card-body, .card {
	}

	/**
	 * Buttons
	 **/
	#page-navigation-optional-menu {
		margin-left: 1rem;
	}
	#page-navigation-optional-menu a {
		border-radius: 3px;
	}

	#header-button, .btn-primary, .btn-outline-primary, #page-navigation-optional-menu a  {
		background-color: rgb(0, 156, 224) !important;
		border-color: rgb(0, 156, 224) !important;
		color: black !important;
		text-transform:uppercase;
		text-decoration:none;
		font-size:1.1rem;
	}
	#header-button:hover, .btn-primary:hover, .btn-outline-primary:hover, #page-navigation-optional-menu a:hover  {
		background-color: rgb(90, 189, 120) !important;
		border-color: rgb(90, 189, 120) !important;
		color: black !important;
		text-transform:uppercase;
		text-decoration:none;
		font-size:1.1rem;
	}
	.btn-secondary, .btn-outline-secondary, .btn-danger, .btn-warning  {
		background-color: rgb(90, 189, 120) !important;
		border-color: rgb(90, 189, 120) !important;
		color: black !important;
		text-decoration:none;
	}
	.btn-secondary:hover, .btn-outline-secondary:hover, .btn-danger:hover, .btn-warning:hover  {
		background-color: rgb(0, 156, 224) !important;
		border-color: rgb(0, 156, 224) !important;
		color: black !important;
		text-decoration:none;
	}
		
	/**
	 * Footer
	 */
	#footer-content {
	}
	#page-footer {
		background-color:rgb(1, 22, 64);
		margin-top:0rem;
		padding-top:3rem;
	}
	#page-footer, #page-footer p {
		color:white;
	}
	#page-footer h2, #page-footer h4 {
		color:white;
	}

	#page-footer a {
		color:white;
		text-decotation:underline;
	}

	#page-footer a:hover {
		color:rgb(0, 156, 224);
		text-decotation:underline;
	}

	#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) {
		html {
			font-size:1.2rem;
		 }
		#logo {
			min-width:200px;
			max-width:200px;
		}
	}
