/* CASTING LAB v63 — scoped main-page design refinements. */
#homeView .project-category-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

#homeView .project-category-grid>.category:nth-child(n+5){
  display:none!important;
}

#homeView #openAllProjects,
#homeView #openExpertsPage{
  min-height:30px;
  padding:4px 2px 4px 10px;
  color:#243eb5;
  font-size:14px;
  font-weight:950;
}

#homeView .collab-home-banner{
  min-height:136px;
}

#homeView .collab-home-copy{
  min-height:136px;
  padding:15px 20px;
  justify-content:center;
}

#homeView .collab-home-copy small{
  font-size:11px;
  letter-spacing:2.3px;
}

#homeView .collab-home-copy h2{
  margin:3px 0 7px;
  font-size:28px;
  line-height:1.05;
  letter-spacing:-1.1px;
}

#homeView .collab-home-copy button{
  padding:7px 15px;
  font-size:10px;
}

#homeView .collab-home-copy p{
  margin:6px 0 0;
  font-size:9px;
  line-height:1.35;
}

@media(min-width:760px){
  #homeView .collab-home-banner,
  #homeView .collab-home-copy{
    min-height:155px;
  }

  #homeView .collab-home-copy{
    padding:18px 30px;
  }

  #homeView .collab-home-copy small{
    font-size:12px;
  }

  #homeView .collab-home-copy h2{
    font-size:32px;
  }

  #homeView .collab-home-copy p{
    font-size:10px;
  }
}

@media(min-width:1024px){
  #homeView #openAllProjects,
  #homeView #openExpertsPage{
    font-size:15px;
  }
}
