@charset "UTF-8";
/* CSS Document */

.custom-bg {
background-color: #f8f9fd; /* Change this to your desired background color */
}
.nav-link {
font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
color: blue;
}
h2 {
font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 45px;
color: #000000;
}
h3 {
font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 38px;
color: #000000;
margin-bottom: 15px;
}
p {
font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 18px;
color: #000000;
}
.bg-portfolio {
background-color: #f8f9fd; /* Background color */
}
.footer {
background-color: #838baa; /* Background color for the footer */
color: #fff;
padding: 20px 0;
text-align: center;
}

.footer-nav ul {
list-style: none;
padding-left: 0;
text-align: center;
}
.footer-nav ul li {
display: inline-block;
margin-right: 10px;
}
.footer-nav ul li a {
font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 18px;
color: #fff;
text-decoration: none;
}
.copyright {
font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
font-size: 12px;
color: #000000;
}
.row-pad {
padding-bottom: 30px;
padding-top: 30px;
}
.image-pad {
padding: 10px;
}
.img1:hover {
content: url('img/portfolio-productdisplay-on.png'); 
}
.img2:hover {
content: url('img/portfolio-htmlemail-on.png');
}
.img3:hover {
content: url('img/portfolio-animated-on.png'); 
}
.img4:hover {
content: url('img/portfolio-printmedia-on.png');
}
.img5:hover {
content: url('img/portfolio-logos-on.png'); 
}
.img6:hover {
content: url('img/portfolio-websites-on.png');
}
section .modal-layer {
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
section .modal-layer .slide-img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 730px) {
  section .modal-layer .slide-img {
    background-size: 100% auto;
  }
}
.far {
color: #ffffff;
}
.fas {
color: #ffffff;
}  
    
    
    
    
    
    
    
    
    
    
    
    
    
    