@charset "utf-8";
/* CSS Document */
/* Basic footer styling */
.site-footer {
    color: #C34D12;
    text-align: center;
    font-size: 10px/14px;
    margin-top: 5px;
	background: linear-gradient(
    to right,
    transparent,
    rgba(0,153,255,0.35),   /*    rgba(220,180,90,0.6), */
    transparent
  );
 
  border-bottom: 4px solid rgba(200,170,90,0.35);
  
	
}

.site-footer p {
    font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
    color: #DDA214;
   
}
.site-footer .footer-text {
    color: #30020B;
	font-size: 60%;
   
}

.site-footer .footer-text1 {
    color: #DA6E14;
	font-size: 80%;
   
}

.site-footer .footer-text2 {
    color: #0024FF;
	
	font-size: 60%;
   
}


/* Or, more specific: only this paragraph */
.site-footer .footer-text3 {
    font-style: italic;
    color: #98A59D;
    font-size: 60%;   
}

.site-footer .footer-text4 {
    font-style: italic;
    color: #0033CC;
    font-size:80%;   
}
/* =====================================================
                  footer Below nav
   ===================================================== */

.site-footer .footer-nav a {
  margin: 0 6px;
  font-weight: bold;
  color:#0033CC;
  text-decoration: none;
	font-size: 80%
}

.site-footer .footer-text a:hover {
  color: #b8903c;
	font-size: 90%;
	
}
.site-footer .footer-text {
  margin: 0 6px;
  color:  #0099ff;
  text-decoration: none;
	
}




  
