/* 
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;
}

.at-navbar {
    position:initial;
    width:100%;
   background-color: var(--yankees-blue, #0E273E);
}

.at-hero {
    min-height:90vh;
    padding-top:0;
    border-radius: 0 0 40px  40px;
}

  .open-button {
    padding-inline:10px;
    padding-block:10px;
    border: none;
    border-radius:10px 0 0 10px;
    cursor: pointer;
    position: fixed;
    bottom: 5%;
    right: 0;
    width: 200px;
    color:var(--yankees-blue, #0E273E) ;
    z-index:999;
    outline:none;
    font-size:15px;
    column-gap:20px;
}
  
/*--------------------------------------------------------------
# Cross / Secciones
--------------------------------------------------------------*/


}