 /* ==================================================
   Footer
================================================== */

#web {
    position:static;
	width: 100%;
	height: auto;
	background: transparent;
	font-size:30px; 
    
    z-index: 99; 
}

.credits {
   background:url(../img/mesh8.jpg) ;
   background-color:transparent;
   background-size:contain;
	color: #909090;
	text-align: center;
    text-shadow:-3px 3px 1px black;
	margin-bottom: 1%;
	padding: 3% 0%;
	line-height: calc(4vw + 2vh + 1.5vmin); ine spacing ;
    
    font-size: calc(1vw + 1vh + .5vmin);  
    font-weight:600;	
}

#red-div a {
   background:  ;
   background-color:transparent;
   color: #FF6035;
   line-height: calc(1vw + 1vh + 1.1vmin); */
   
   font-size: calc(2.5vw + 2.5vh + 2vmin);
   font-weight:400;
   text-align: center;
}

img {
   border:4px solid black; /* working ??  */
   vertical-align:bottom;
   padding:0% 0% 0% 0%; /*-----(T) (R) (B) (L)---*/
   max-width:100%;
   
   webkit-box-shadow: 0px 0px 10px 7px #000000;
    moz-box-shadow: 0px 0px 10px 7px #000000;
    box-shadow: 0px 0px 10px 2px #000000;
}

