@charset "UTF-8";

/*
Theme Name: ESA
Theme URI: 
Author: Ivan Gonzalez
Author URI: 
Description: 
Requires at least: 5.3
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ipn
*/
body{
    background-color: #f8f8f8;
}
nav{
    padding: 0 1rem;
    height: 8vh;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 2;
}
.offcanvas-body a{
    display: block;
    text-decoration: none;
    padding-bottom: 10px;
    padding:15px;
    color: #333;
}
.offcanvas-body a:hover{
    background-color: #f8f8f8;
    border-radius: 50px;
    padding:15px;
}
nav a{
    color: #000000;
    text-decoration: none;
}
.logo{
    display: flex;
    align-items: center;
    flex-direction: row;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
header{
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;    
}
header.home{
    min-height: 70vh;
    background-image:linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,.6)), 
    url('img/man.jpg');
}

header.book{
    height: 60vh;
    background-image:linear-gradient(to bottom, rgba(0,0,0,.2),rgba(0,0,0,.5)), 
    url('img/blur.jpg');
    background-position: center;
}
header.blog{
    height: 60vh;
    background-image:linear-gradient(to bottom, rgba(0,0,0,.2),rgba(0,0,0,.5)), 
    url('img/blur.jpg');
    background-position: center;
}
.menu ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu li{
    margin: 0 12px;
}
section{
    padding: 4rem 0;
}
.bg-lightgreen{
    background-color: #f1f1f1;
}
.ad-banner{
    color:#fff;
    text-align:center;
    border:1px solid green;
    background-color:green;
    padding:1rem;
    border-radius:4px;
}
section.action{
    background-image: linear-gradient(to bottom, rgba(0,0,0,.2),rgba(0,0,0,.2)), url('img/couple.jpg');
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
}
footer{
    padding: 4rem 0;
    background-color: #032001;
    color: #fff;
}
footer a {
    color: #fff;
    text-decoration: none;
}