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

body {
    margin: 25px;
    /* background-color: #ffffff; */
    background-image: url('../images/CRS Logo 2025c.png'); 
    background-attachment: fixed;
    background-position: center center;    
    background-repeat: no-repeat;     
    background-size:  100% 100%;
    font-family:Verdana, Geneva, sans-serif;
    height:auto;
    overflow:auto;
    width:auto;
}

h1 {
	color: red;
}

h2 {
	color: #03F;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 24px
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family:Verdana, Geneva, sans-serif;
  font:Verdana, Geneva, sans-serif;
  font-size:14px;
}

li {
	float: left;
}

li a {
  display: flex;
  justify-content: center; 
  align-items: center;
  text-align: center;
  overflow-wrap: break-word;
  padding: 3px 3px 3px 3px;
  width: 80px;
  height: 35px;
  border: 1px solid black;
  font-size: 10pt;
}

li a:link {
  color: white;
  font-weight:bold; 
  /* background-color: blue; */
  background: linear-gradient(-90deg, #0000C8, #7b7bf7);  
  text-decoration: none;
}

li a:visited {
  color: white;
  font-weight:bold;   
  /* background-color: blue; */
  background: linear-gradient(-90deg, #0000C8, #7b7bf7);
  text-decoration: none;
}

li a:hover {
	color: yellow;
    font-weight:bold; 	
	/* background-color: white; */
    background: linear-gradient(-90deg, #0000C8, #7b7bf7);
    text-decoration: none;	
    font-size: 12pt;
}

li a:active {
	color: blue;
    font-weight:bold; 	
    /* background-color: blue; */
    background: linear-gradient(-90deg, #0000C8, #7b7bf7);
    text-decoration: none;
}

li.rsm-header--menu-active a:active {
	color: blue;
    font-weight:bold; 	
    /* background-color: blue; */
    background: linear-gradient(-90deg, #0000C8, #7b7bf7);
    text-decoration: none;
}


p1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #00C;
	text-align: right;
	font-style: normal;
	font-weight: bold;
}

p2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #00F;
	font-style: normal;
	text-align: right;
	font-weight: bold;
}


p3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: right;
}
	
p4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-style: normal;
	text-align: right;
}

p5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #00F;
	font-style: italic;
	text-align: left;
	font-weight: normal;
}

p.rsm-header--phone {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #00F;
	font-style: normal;
	text-align: right;
	font-weight: bold;
}

p.rsm-header--companyname {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #00C;
	text-align: right;
	font-style: normal;
	font-weight: bold;
}

.invalid-border {
            border: 1px solid red !important;
}            

