/* background image styling */
	img.bg {
		min-height: 100%;
		min-width: 1024px;
		width: 100%;
		height: auto;
		position: fixed;
		top: 0;
		left: 0;
	}
	.bg::before {
		content: ;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		background-color: rgba(0,0,0,0.25);
	}
	@media screen and (max-width: 1024px) img.bg {
		left: 50%;
		margin-left: -512px;
	}
	
	
/* page-wrap and content-wrap styling */
	#page-wrap {
		position: relative;
		display: block;
		min-height: 100vh;
	}
	#content-wrap {
		padding-bottom: 5rem;
	}


/* font-face styling */
    @font-face {
       font-family: 'ABgilroyRegular';
       src: url(fonts/ABgilroy-regular.otf); 
    }


/* footer styling */
	.footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 5.4rem;            /* Footer height */
		background-color: #3C289B;
	}


/* misc. class selector styling */
    .copyright-div {		
        color: #FFFFFF;	
        font-family: ABgilroyRegular, Arial, sans-serif;	
        font-size: 11px;
		/*font-style: italic; */
        line-height: NaNpx;
        text-align: center;
		padding-top: 10px;
    }
	.links-div {
	    color: #FFFFFF;
        font-family: ABgilroyRegular, Arial, sans-serif;	
        font-size: 12px;
        line-height: NaNpx;
        text-align: center;
		padding-top: 25px;
	}
	.errorText {
		font-family: ABgilroyRegular, Arial, sans-serif;
		font-size: 30px;
		background-color: #ffffff;
		color: #464646;
		padding-top: 4em;
		text-align: center;
	}
	.row {
		--bs-gutter-x: 0 !important;
		position: relative;
	}
	
	
/* misc. id selector styling */
	#screenSet-container {
		margin-bottom: 20px;
		/*margin-left: 10px;
		margin-right: 10px; */
	}
	#brandingAsset {
		display: block;
		padding-right: 2%;
		padding-left: 2%;
		/* max-width: 100%;
		height: auto;
		width: auto;
		text-align: center;
        color: #FFFFFF;	
        font-family: ABgilroyRegular, Arial, sans-serif;	
        font-size: 48px;	
        font-weight: 300;		
        text-align: center;
		padding-top: 100px; 
		padding-bottom: 7px;
		display: block;		*/
	}
	#branding-container {
		background-color: #FFFFFF;
        text-align: center;
		margin-top: 10%;
		padding-top: 5%;
		padding-bottom: 5%;
		max-width: 525px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 12px 12px 0px 0px;
	}
	
	#loadingIcon {
		color: #464646;
		display: block;	
        font-size: 20px;	
        text-align: center;
		padding-top: 120px;
		padding-bottom: 15px;
	}
	#primaryText {
		font-family: 'ABgilroyRegular', Arial, sans-serif;
		font-size: 44px;
		line-height: 48px;
		text-align: center;
		letter-spacing: -0.2px;
		color: #FFFFFF;
		display: block;
		margin-top: 10%;
		margin-bottom: 2%;
		font-weight: 550;
	}
	/*
	#secondaryText {
		font-family: 'ABgilroyRegular', Arial, sans-serif;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		color: #FFFFFF;
		display: block;
	}
	/*

/* mobile support */

@media ( max-width: 550px ) {
	#branding-container {
		width: 85% !important;
		/* padding-bottom: 25px; */
	}
	/*#brandingAsset {
		width: 85% !important;
	}*/
	#primaryText {
		font-size: 34px !important;
		line-height: 38px !important;
		margin-top: 25%;
	}
	#page-wrap {
		min-height: 100%;
	}
	.footer {
		position: relative;
	}
}

/* other styling */
	a, a:link, a:visited {
		color: #FFFFFF;
		background-color: transparent;
	}