/*css reset*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body {
	margin: 0;
	padding: 0;
	border: 0;

	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
 section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*end css reset*/


/*my css*/


h2 {
	font-size: 40px;
	line-height: 50px;
	font-family: arial;	
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 30px;
	line-height: 40px;
	font-family: arial;
	margin-top: 30px;
	margin-bottom: 30px;	
}


.headerbg {
	background-image: url(https://steveayling.com/support/images2/headerbg.jpg);
	background-repeat: repeat-x;
	height: 237px;
} 



.bodybg {
	background-color: #235fb5;
}
.body {
	width: 1000px;
	background-color: #fff;
	margin: auto;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;	
}

.footerbg {
	background-color: #235fb5;
}

.footerbg img {	
	padding-top: 10px;
	padding-bottom: 10px;
}

.text-red {
	color: #b50004;
}

.text-italic {
	font-style: italic;
	color: #555555;
	text-align: center;
}

.text-white {
	color: #fff;
	width: 1000px;
	margin: auto;
}

.footer-note {
	line-height: 18px;
	font-size : 12px;
	padding-top: 40px;
	text-align: center;
}
.small-text {
	line-height: 18px;
	font-size : 12px;
}
.rndcorner{
 border:#52382d 1px solid;
 border-radius: 12px;
padding:8px 8px 8px 8px;
 -moz-border-radius: 12px;
 -webkit-border-radius: 12px; 
 }
 .rndcorner2{
 border:#231465 2px solid;
 border-radius: 12px;
padding:0px 0px 0px 0px;
 -moz-border-radius: 8px;
 -webkit-border-radius: 8px; 
 }
 
 
 
#cssmenu{ 
 height:40px; 
 width:920px; 
 display:block; 
 padding:0; 
 margin:0 auto;  
 border:0px solid; 
 border-radius:12px;
text-decoration:none; 
 }
#cssmenu > ul {
list-style:inside none; 
padding:0; 
margin:0;
text-decoration:none;
} 
#cssmenu > ul > li {
list-style:inside none; 
padding:0; 
margin:0; 
float:left;
text-decoration:none; 
display:block; 
position:relative;
} 
#cssmenu > ul > li > a{ 
outline:none; 
display:block; 
position:relative; 
padding:13px 11px; 
font:normal 16px/100% Arial; 
text-align:center; 
text-decoration:none; 
text-shadow:0px 0px 0 rgba(0,0,0, 0); 
} 
#cssmenu > ul > li:first-child > a{
border-radius:12px 0 0 12px;
text-decoration:none;

} 
#cssmenu > ul > li > a:after{ 
content:''; 
position:absolute; 
border-right:0px solid; 
top:0px; 
bottom:0px; 
right:-2px; 
z-index:99;
text-decoration:none; 
} 
#cssmenu ul li.has-sub:hover > a:after{
top:0; 
bottom:0;
text-decoration:none;
} 
#cssmenu > ul > li.has-sub > a:before{ 
content:''; 
position:absolute; 
top:19px; 
right:6px; 
border:0px solid transparent; 
border-top:0px solid #0000;
text-decoration:none; 
font:normal 16px/100% Arial; 
} 
#cssmenu > ul > li.has-sub:hover > a:before{
top:19px;
text-decoration:none;
} 
#cssmenu ul li.has-sub:hover > a{ 
background: #001f5d; 
border-color: #001f5d; 
padding-bottom:10px; 
padding-top:10px; 
top:2px; 
z-index:999;
color:#ffffff;
text-decoration:none; 
} 
#cssmenu ul li.has-sub:hover > ul, #cssmenu ul li.has-sub:hover > div{
display:block;
background:#001f5d;
} 
#cssmenu ul li.has-sub > a:hover{
background:#001f5d; 
border-color:#001f5d;
} 
#cssmenu ul li > ul, #cssmenu ul li > div{ 
display:none; 
width:auto; 
position:absolute;
text-decoration:none; 
top:37px; 
padding:0px 0; 
background:#235fb5; 
border-radius:0 0 0px 0px; 
z-index:999; 
} 
#cssmenu ul li > ul{
width:248px;
} 
#cssmenu ul li > ul li{
display:block; 
list-style:inside none; 
padding:0; 
margin:0;
text-decoration:none; 
position:relative;
} 
#cssmenu ul li > ul li a{ 
outline:none; 
display:block; 
position:relative; 
margin:0; 
padding:14px 10px; 
font:11.5pt Arial;
font-weight: bold; 
color:#ffffff; 
text-decoration:none; 
text-shadow:0px 0px 0 rgba(0,0,0, 0); } 

#cssmenu, #cssmenu > ul > li > ul > li a:hover{ 
background: #235fb5; 
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#235fb5', endColorstr='#235fb5',GradientType=0 );
color:#ffffff; 
} 
#cssmenu{
border-color:#235fb5;
} 
#cssmenu > ul > li > a{
border-right:0px solid #235fb5; 
color:#fff;
font-weight: bold;
text-decoration:none;
} 
#cssmenu > ul > li > a:after{
border-color: ActiveCaption;
color:#231465;
text-decoration:none;
} 
#cssmenu > ul > li > a:hover{
background: #001f5d;
border-color: #001f5d; 
padding-bottom:12px; 
padding-top:13px;
text-decoration:none; 
top:0px;
bottom:-2px;
z-index:999;
color:#ffffff;
} 





.feature{ 
    -webkit-transform: scale(1.1); 
    transform: scale(1.1); 
    box-shadow: 3px 5px 7px rgba(0,0,0,.7); 
} 

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 1;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 1;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;	
	}			
}


.auth-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.btns {
  display: inline-block;
  padding: 18px 39px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  border: 3px solid #231465;
  background-color: #231465;
  color: #ffffff;
  transition: all 0.25s ease;
}

/* Login button – subtle red accent on hover */
.btns-login:hover {
  background-color: #1b0f52;
  border-color: #cb0010;
  box-shadow: 0 0 0 2px rgba(203, 0, 16, 0.35);
}

/* Create Account – stronger call-to-action */
.btns-register {
  background-color: #cb0010;
  border-color: #cb0010;
}

.btns-register:hover {
  background-color: #a6000d;
  border-color: #a6000d;
  box-shadow: 0 0 0 2px rgba(35, 20, 101, 0.35);
}

/* Optional focus state for accessibility */
.btns:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(35, 20, 101, 0.4);
}