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

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");

body {
  font-family: "Poppins", sans-serif !important;
}

.hireustxt{font-size:80px; margin-bottom:-16px; margin-left: -3px;}

.fbbox{background-color:#0d6efd; color:white; padding:8px; border-radius:4px;}
.instabox{background-color:#000; color:white; padding:8px; border-radius:4px;}
.ytbox{background-color:#D70000; color:white; padding:8px; border-radius:4px;}
.tiktokbox{background-color:#000; color:white; padding:8px; border-radius:4px;}
.pintbox{background-color:#D70000; color:white; padding:8px; border-radius:4px;}
.twitbox{background-color:#0099FF; color:white; padding:8px; border-radius:4px;}


.sociconcolor{color:#fff;}
@media screen and (max-width: 650px){
  .headline {
    margin-left: 20px !important;
  } 
  .clipped {
    clip-path: none;
    max-height: 300px !important;
  }
}