/* LSRPOA.org
 * File: /public_html/media/templates/site/cassiopeia/css/user.css 
 * Revision: 241005
*/

/* HEADER BACKGROUND */
.container-header {
  position: relative;
  z-index: 10;
  background-color: rgb(73, 73, 209);
  background-image: url(https://lsrpoa.org/images/headers/title_wht.png) ;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-style: solid;
  border-color: lightslategray;
  border-width: 5px;
}

/* BANNER BACKGROUND 
.container-banner {
  position: relative;
  z-index: 10;
  background-color: rgb(226, 62, 62);
  background-image: none;
  box-shadow: none;
} 
*/

/* SITE BACKGROUND 
body {
	background-color: #b6daff;
}
*/

/* FOOTER BACKGROUND */
.container-footer {
  position: relative;
  z-index: 10;
  background-color: rgb(73, 73, 209);
  background-image: none;
  border-top: solid;
  border-color: lightslategray;
  border-width: 5px;
}

/* CARD HEADER 
.card-header {
  color: whitesmoke;
  background-color: blue;
  border-right-style: solid;
  border-left: solid;
  border-top: solid;
  border-bottom-style: solid;
  border-color: lightslategray;
  border-width: 5px;
}
*/

/* CARD */
.card {
  color: black;
  background-color: rgb(58, 183, 241);
  border: none;

}

/* LINK COLOR */
   /*  a:hover MUST come after a:link and a:visited
       a:active MUST come after a:hover
   */
  a:link {
    color: rgb(90, 90, 90);
  }
  a:visited {
    color: green;
  }
  a:hover {
    color: red;
  }
  a:active {
    color: blueviolet;
  } 

/*  */