/* 
Theme Name:      Kantafio
Theme URI:       https://www.kantafio.com/
Description:     Kantafio is a child theme of Blacklight
Author:          Ingenima
Template:        blacklight
Version:         1.0.0
Text Domain:     Kantafio
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# General
  ## Typography
# Cross / Secciones
  ## Hero


--------------------------------------------------------------*/

@media only screen and (max-width: 620px) {

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*
  ## Typography
*/

h1 {
  font-size: 40px;
}

/*--------------------------------------------------------------
# Cross / Secciones
--------------------------------------------------------------*/
/*
  ## Hero
*/

.hero-img {
  background-position:center !important;
  height:50vh;
  min-height:300px;
}

.bg-footer {
  background-image: url("img/footer.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-position: bottom center ;
  min-height:100vh;
}

.chevron-hero {
  left:50%;
}

}