 .fill {
           background-image: url("webbackground4.jpg");
           background-repeat: no-repeat;
           background-size: cover;
           background-attachment: fixed;
          }
  
.icon-bar a {
            align-items: center;
            transition: all 0.9s ease;
            color: darkblue;
            font-size: 40px;
}

.icon-bar a:hover {
              background-color: magenta;
}

           
.facebook {
           
           color: cornflowerblue;
}

.twitter {
	       
           color: cornflowerblue;
	       }

.linkedin  {
	        
	        color: cornflowerblue; 
}