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

@font-face {
 font-family: "Segoe Condensed";
 src: url("images/fonts/segoe.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Segoe Condensed";
 src: url("images/fonts/segoe.ttf") /* TTF file for CSS3 browsers */
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.fallow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.headings {
	font-family: "Segoe Condensed";
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	color: #CA001A;
	text-decoration: none;
}

.mainmenus {
	font-family: "Segoe Condensed";
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.mainmenus:hover
   {
	font-family: "Segoe Condensed";
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #bc2399;
	text-decoration: none;
}
.mainmenus2
   {
	font-family: "Segoe Condensed";
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #bc2399;
	text-decoration: none;
}

.blacky {
	font-family: "Segoe Condensed";
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}


.borderleft {
	border-left:1px solid #dfe0da;
}

.rounded {
	background-image: url(images/rounded.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.rounded2 {
	background-image: url(images/rounded2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.fornfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #e7e3e7;
	border: 1px solid #e7e3e7;
	height: 18px;
	width:180px;
	margin-left:3px;
}

.fornfield2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #e7e3e7;
	border: 1px solid #e7e3e7;
	height: 60px;
	width:180px;
	margin-left:3px;
}

.redbord {
	border: 1px solid #e1ccdf;
}


.borderbottom {
	border-bottom:1px solid #dfe0da;
}


.bigheads
   {
	font-family: "Segoe Condensed";
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	color: #9e047b;
	text-decoration: none;
}


.coptright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.eyota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.eyota:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #FF66CC;
	text-decoration: underline;
}




.normaltext {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

.readmore {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #9e047b;
	text-decoration: none;
}

.readmore:hover {
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}



.button {
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top:3px;
	text-decoration: none;
	background-image: url(images/redbutton.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.button:hover {
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFCC00;
	padding-top:3px;
	text-decoration: none;
	background-image: url(images/redbutton.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.border {
	border: 1px solid #dfe0da;
}

/* Splash Screen Overlay */
#splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000; /* Optional: dark background behind image */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    flex-direction: column;
}

#splash-screen img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#close-splash {
    position: absolute;
    top: 15px;
    right: 20px;
    background: #fff;
    border: none;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    z-index: 10001;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#close-splash:hover {
    background: #ccc;
}
