

#hero::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('../img/hero.webp');
    filter: brightness(30%);
    background-size: cover;
  }

  p {
    line-height: 1.6rem;
  }

  .section-title h2 {
    margin: 0 0 16px 0;
	color: #585858;
  }

  .cta p {
    color: #e1e1e1;
  }

  #footer h3 {
    font-family: 'Audiowide', cursive;
  }
  
  .navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
   background: #ef6603;
    color: #000000;
}
  
     
	 
	 .contact-info {
		 padding: 0 0 0 16px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2a2c39;
	 }
	 
	 .block-title{
		 
	 }
	 
	 .d-block {
		 display: block;
	 }
	 
	 
	 .portfolio .portfolio-item .portfolio-info .title {
		     font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    font-family: "Raleway", sans-serif;
	 }