@media (max-width: 1024px) {
  .container {
    width: 100%;
	  padding-left: 1.5rem;
	  padding-right: 1.5rem;
  }
  .main-heading {
    left: 0;
    width: 100%;
  }
  .sub-heading a {
    display: block;
    text-align: right;
  }
  .bg-secondary-color .img-fluid {
    max-width: inherit;
    margin-top: 50px;
  }
  .portfolio-section {
    background-size: 30%;
  }
  .footer-img-left {
    text-align: left;
    float: left;
    margin-top: 50px;
    width: 60%;
  }
  .footer-img-right {
    text-align: right;
    float: right;
    width: 40%;
    margin-top: 50px;
  }
  .footer-img-left, .footer-img-right {
    position: inherit;
  }
  .footer-img-left img, .footer-img-right img {
    width: 30%;
  }
	.portfolio-wrapper a:before {
		content: "";
		background: url("../images/click-to-view-portfolio-hardik-soni.png") no-repeat center center;
		position: absolute;
		width: 107px;
		height: 107px;
		cursor:pointer;
		right:0;
}
}
@media (max-width: 832px) {
  .sub-heading.position-absolute, .main-heading.position-absolute {
    position: inherit !important;
  }
  .sub-heading {
    width: 100%;
  }
  .modal-footer {
    position: inherit;
  }
	.envelope-cutout {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 100px solid transparent;
    border-left: 100px solid white;
    position: absolute;
    top: 0;
    left: 0;
}
footer {
padding:50px 10px;
}
}
@media (max-width:640px) {
  .bauhaus-art-1 {
    background: url(../images/bauhaus-art-1.webp) no-repeat left bottom /100%;
  }
}