html { scroll-behavior: smooth; }

/* 	Responsive v1.0 mobile first
	---------------------------- */
/* Extra Small */
@media(max-width:767px) {
  .sub-header {
    height: auto;
    padding-top: 45px;
  }
  .sub-header__subtitle{
    font-size: 1.5rem;
  }
  .btn--crts{
    padding: 1rem;
  }
}
/* Small */
@media(min-width:768px) and (max-width:991px){
  .sub-header {
    padding-top: 45px;
  }
}
/* Medium */
@media(min-width:992px) and (max-width:1199px){}
/* Large */
@media(min-width:1200px) and (max-width:1599px){}
/* Extra Large */
@media(min-width:1600px) {}


/* 	Responsive v1.0 desktop first
	----------------------------- */
/* Medium */	
@media only screen and (max-width : 1200px) {}
/* Small */
@media only screen and (max-width : 979px) {}
/* Extra Small */
@media only screen and (max-width : 767px) {}
@media only screen and (max-width : 480px) {}
@media only screen and (max-width : 320px) {}