:root {
 --cassiopeia-font-family-headings: Geneva, "Lucida Sans", "Lucida Grande", sans-serif;
  --cassiopeia-font-family-body: Geneva, "Lucida Sans", "Lucida Grande", sans-serif;
  --cassiopeia-color-primary:#0d70d2;
  --cassiopeia-color-hover: #091f8f;
  --link-color: #0d70d2;
  --link-hover-color:#0d93ff;
}

/* Header Color*/
	.container-header{
  		background-color: #29373a;
   		background-image: linear-gradient(to bottom, #2f4145, #20282a);
  	
  	}
/*Nav Styles*/
	.container-nav {
  		background-color: #2985c2;
      	background-image: linear-gradient(to bottom, #448dbe, #007ac9);
   	   	color: #fff;
      	text-shadow: 1px 1px #000000;
      	font-size:14px;
	}

	/* spacing*/
		.container-header .container-nav {
  			padding-bottom:0;
  			padding-top:0;
		}
		.container-header .mod-menu>li+li {
  			margin-left:0;
		}
		.container-header nav {
  			margin-top:0;
		}
		.nav-item a {
  			padding: 10px 15px;
		}
		.container-header .item-102, .item-103, .item-105, .item-104 {
  			line-height: 32px;
        
		}
	/*Nav Active Color*/
		.nav-item.current {
  			background-color:#1160a9;
          	color: #fff;
          	text-shadow: 1px 1px #000000;
 			background-image: linear-gradient(to bottom, #1c68a2, #0053b3);
		}
		
	/* Change Header Navigation Hover Text Color */
		.container-header .item-104:hover, .item-102:hover,.item-103:hover,.item-105:hover {
    		background-color:#575757;
          	color: #4da1d9;
  			text-shadow: 1px 1px #000000;
          	background-image: linear-gradient(to bottom, #717171, #272727);
  		}
  
 /* Main area background*/

.site-grid {
   background-image: linear-gradient(to bottom, #c1c1c1 , #ffffff 52px);
}
/*Button styles*/
.btn {
  --btn-line-height: 20px;
}
a:not([class]){
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
.page-header {
  border-bottom: 1px solid #bebebe;
  margin-bottom: 16px;
  padding-bottom:16px;
}
h1 {
  padding-top:20px;
}
/* Footer Background Color*/
.footer {
    background-color: #2e2f2c;
    background-image:  none;
	color: #A6A6A6;
  	font-size: 14px;
  	line-height: 20px;
	text-shadow: 1px 1px #000000;
  	border-top-width: 75px;
  	border-top-style: solid;
  border-top-color:#272727;
  	
  	box-shadow: inset 0px 1px 20px #000000;
}
/* Footer Spacing*/
.footer .grid-child {
  justify-content: space-around;
  padding-bottom:0;
}