  @import url(https://allfont.net/allfont.css?fonts=avanti);

.header-bg{
  background-image: url("../images/background.jpg");
}
.title-font{
  font-family: 'Avanti', arial;
}
.font-size-title{
  font-size: 4.5rem;
}
.base-color-text{
  color:#6e2240;
}
.base-color-bg{
  background-color:#6e2240;
}
.list-style{
  list-style: none;
}
.contact-bg{
  background-color:#000000;
}
.section-bg{
  background-color: #ffffff;
}
.h-40{
  height: 40px;
}
.w-40{
  width:45px;
}
.messenger-icn{
  background-image: url("../images/messenger-inactive.png");
  background-repeat: no-repeat;
}
.linkedin-icn{
  background-image: url("../images/linkedin-inactive.png");
    background-repeat: no-repeat;
}
.facebook-icn{
  background-image: url("../images/fb-inactive.png");
    background-repeat: no-repeat;
}
.youtube-icn{
  background-image: url("../images/youtube-inactive.png");
    background-repeat: no-repeat;
}
