@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700;900&display=swap');
*

{
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans', sans-serif;
	box-sizing: border-box;
	width: auto;
	height: auto;
}

li, a {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-decoration: none;

}

.nav_links {
	list-style: none;
}

.nav_links li {
	display: inline-block;
	padding: 0px 20px;

}

.nav_links li a {
	transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
	color: #112244;
}

.container header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 10%;
	margin-bottom: 20px;
}

.container {
	width: 100%;
	height: 400px;
	background-image: url(images/HeaderBackground.png);
	background-position: center;
	background-size: cover;
	position: relative;
}

.logo {
	width: 120px;
	padding: 20px 0;
	cursor: pointer;
}

.content {
	width: 100%;
	height: fit-content;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.content h1 {
	font-size: 60px;
	color: #fff;
}

.content h1 span {
	color: #fda809;
}
.content p {
	font-size: 20px;
	color: #112244;
	margin: 40px;
}
.p a{
	color: #0075cf;
}

.headerlogo { 
	width: 50%;
}

.computer {
	width: 50%;
	padding: 50px;
	justify-content:center;
}

.wrapper {
	display: flex;
}  

.main,
  
.main {
	width: 100%;
	background-color: #fff;
	padding: 100px;
}

.main h1 {
	font-size: 40px;
	color: #112244;
	font-weight: bold;
}

.main h2 {
	font-size: 30px;
	color: #112244;
	font-weight: bold;
	padding-top: 20px;
	
}

.main h2 span{
	color: #0075cf;
}

.main h3 {
	font-size: 20px;
	color: #0075cf;
	font-weight: bold;
	padding-top: 20px;
	
}

.main li, ol, ul {
	color: #112244;
	list-style-position: outside;
	margin-left: 10px;
}

.script-style {
	padding-top: 30px;

}

/* Mobile stacking*/
@media screen and (max-width: 600px) {
	.column, .column-no-divide{
		width: 100%;
		border-right: 0px;
		margin-bottom: 100px;
		border-top: 1px solid #c0c0c0;
		padding-left: 10px;
		padding-top: 10px;
	}
}

@media screen and (max-width: 600px) {
	.main-footer {
		height: 100px;
		display: block;
		align-items: center;
		background-color: #112244;
		color: #fff;
		font-family: 'Noto Sans', sans-serif;
		font-weight: 400;
		font-size: 12px;
		box-sizing: border-box;
		line-height: 0%;
		padding-left: 10px;
		padding-right: 10px;
	
	}
}

@media screen and (max-width: 600px) {
	.footer-link {
		display: flex;
		justify-content: center;
		align-items: center;
		max-height: 43px;
		text-decoration: none;
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		letter-spacing: 0px;
		text-align: center;
		color: white;
		cursor: pointer;
		line-height: 1.2em;
	}
}

.main-footer {
	height: 43px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 10%;
	background-color: #112244;
	color: #fff;
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	box-sizing: border-box;
}
	  
.text-link-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
	line-height: 54px;
	letter-spacing: 0px;
	text-align: center;
	color: white;
	padding-right: 5px;
}
	  
.footer-link {
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 43px;
	text-decoration: none;
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0px;
	text-align: center;
	color: white;
	cursor: pointer;
	line-height: 1.2em;
}
	  
.social-media-wrapper {
	display: flex;
	margin-left: auto;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.social-media-icon {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}