@charset "utf-8";
/* CSS Document */

.yellow-btn {
	padding: 9px 15px;
	background-color:#ffcc33;
	color:#ffffff;
	border: 0;
	cursor: pointer;
	overflow: hidden;
}
.yellow-btn:hover {
	background-color: #ff0099;
}
.white-btn {
		padding: 7px 15px;
		background-color:#ffffff;
		color:#003399;
		font: normal normal normal 18px/1.4em poppins, sans-serif;
		border: 0;
		cursor: pointer;
		overflow: hidden;
	}
	.white-btn:hover {
		background-color: #ff0099;
		color:#ffffff;
	}


.secondaryHeader {
		display:flex;
		background-color:#33cc99;
		height:100px;
		color:#ffffff;
		justify-content: center;
		align-items: center;
		font-size: 24px;
		
	}

.pageHeader {
		display:flex;
		background-color: #3366cc;
		height:175px;
		color:#ffffff;
		justify-content: center;
		align-items: center;
		
	}
	.pageTitle {
		font: normal normal normal 70px/1.4em poppins-semibold, poppins,sans-serif;		
	}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.pageTitle {
		font: normal normal normal 55px/1.4em poppins-semibold, poppins,sans-serif;		
	}
}

/* Small devices (landscape phones, less than 768px)
@media (min-width: 576px) and (max-width: 767.98px) { }

/* Medium devices (tablets, less than 992px)
@media (min-width: 768px) and (max-width: 991.98px) { }

/* Large devices (desktops, less than 1200px)
@media (min-width: 1200px) { }*/


