@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

#page-title-row {
  background-image: url("https://static.wixstatic.com/media/8dcef0_25325802b9e64a58a745b9450e9e2adff000.jpg/v1/fill/w_980,h_832,al_c,q_85,usm_0.33_1.00_0.00,enc_avif,quality_auto/8dcef0_25325802b9e64a58a745b9450e9e2adff000.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#page-title {
	background-color: white !important;
	border: 2.4px solid rgb(3, 5, 48) !important;
	padding: 3rem;
	margin-left:3rem;
	margin-right:3rem;
}

#page-header h1 {
	color: rgb(3, 5, 48) !important;
	font-weight: 700 !important;
}

#page-row-title {
	color: white !important;
	font-weight: 700;
}

svg {
	color: white !important;
}

.section-content svg {
	color: rgb(1, 138, 244) !important;
}

#offcanvasNavbar svg {
	color: rgb(3, 5, 48) !important;
}

#offcanvasNavbar .card-header svg {
	color: white !important;
}

.alert svg, .card-header svg {
	color: white !important;
}

.card-body svg, .section-title svg {
	color: #018af4 !important;
}

	/**
	 * HTML
	 */
	body {
		font-family: "Sora", sans-serif;
		word-wrap: break-word;
		color: white;
		background-color:rgb(3, 5, 48) !important;
	}
	main {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	a {
		color: rgb(3, 5, 48);
		font-weight: 400;
	}
	a:hover {
		color: rgb(3, 5, 48);
		text-decoration:underline;
		font-weight: 400;
	}
	h1 {
		font-family: "Sora", sans-serif;
		color: #018af4;
		font-weight: 700;
	}
	h2 {
		font-family: "Sora", sans-serif;
		color: #018af4;
		font-weight: 700;
	}
	h3, h4 {
		font-family: "Sora", sans-serif;
		color: #018af4;
		font-weight: 700;
	}
	p, label {
		font-family: "Sora", sans-serif;
		color: rgb(3, 5, 48);
		font-weight: 400;
	}
	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: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		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 {
		background-color: #018af4 !important;
		border: 1px solid #018af4;
		color: white !important;
	}
	.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: white !important;
	}
	#page-navigation-logo {
	}

	#page-navigation-menu a {
		color:rgb(3, 5, 48);
		text-decoration: none;
		font-weight:700;
	}
	#page-navigation-menu a:hover {
		color:rgb(3, 5, 48);
		text-decoration: none;
		font-weight:700;
	}

	/**
	 * 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:white;
	}
	.section-title h1, .section-title h2, .section-title h3, .section-title h4  {
		font-weight:700;
	}

	/**
	 * Section content
	 */ 
	.section-content, .section-alt {
		background-color:white;
		border: 2.4px solid white;
	}
	.section-content h1, .section-content h2, .section-content h3, .section-content h4 {
		font-weight:700;
	}
	.section-content p {
		font-weight:400;
	}	
	.section-content a {
		font-weight:400;
	}	
	.section-content a:hover {
		font-weight:400;
	}


	/**
	 * Section
	 */
	.section {
		background-color:white;
		border:2.4px solid white;
		color: rgb(3, 5, 48);
	}
	.section h1, .section h2, .section h3, .section h4 {
		color:rgb(3, 5, 48) !important;
		font-weight:700;
	}
	 .section p, .section svg, .section strong {
		color:rgb(3, 5, 48) !important;
		font-weight:400;
	}


	.btn-standard {	 
		min-width:220px;
		width:220px;
		box-sizing:content-box;
	}

	#page-header {
	}

	#page-header h1 {
	}

	#page-title-row {
		padding-top: 20rem;
		padding-bottom: 4rem;
	}

	#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(3, 5, 48);
	}
	.card-header a, .card-header h4:hover, .card-header h4, .card-header h2:hover, .card-header h2, svg {
		color:white !important;
	}
	.card-body, .card {
		background-color:transparent;
	}

	/**
	 * Buttons
	 **/
	#header-button:hover, #header-share-button:hover {
		background-color: #018af4 !important;
		border: 2.4px solid #018af4 !important;
		color: white !important;
		text-decoration:none;
		font-weight:700 !important;
	}
	#header-button, #header-share-button {
		background-color: white !important;
		border: 2.4px solid #018af4 !important;
		color: #018af4 !important;
		text-decoration:none;
		font-weight:700 !important;
	}
	.btn-primary, .btn-outline-primary, .btn-secondary:hover, .btn-outline-secondary:hover, .btn-danger:hover, .btn-warning:hover  {
		background-color: rgb(3, 5, 48) !important;
		border: 2.4px solid white !important;
		color: white !important;
		text-decoration:none;
		font-weight:700 !important;
	}
	.btn-primary:hover, .btn-outline-primary:hover, .btn-secondary, .btn-outline-secondary, .btn-danger, .btn-warning  {
		background-color: white !important;
		border: 2.4px solid rgb(3, 5, 48) !important;
		color: rgb(3, 5, 48) !important;
		text-decoration:none;
		font-weight:700 !important;
	}
		
	#floating-home svg {
		color: rgb(3, 5, 48) !important;
	}
	#floating-home:hover svg {
		color: white !important;
	}

	/**
	 * Footer
	 */
	#footer-content {
	}
	#page-footer {
		background-color:rgb(3, 5, 48);
		margin-top:0rem;
		padding-top:1rem;
	}
	#page-footer, #page-footer p {
		color:white;
		text-decoration:none;
	}
	#page-footer h2, #page-footer h4, #page-footer a {
		color:white;
		text-decoration:none;
	}

	#page-footer a:hover {
		text-decoration:none;
	}

	#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;
		}
	}
