/*
 Theme Name:   Genomada
 Theme URI:    https://genomada.com
 Description:  Desde GeneratePress de Tom Usborne
 Author:       GR11 Viajes ( Tom Usborne
 Author URI:   https://gr11.net
 Template:     generatepress
 Version:      0.1
*/


body {
	overflow-x: hidden;
}

div#do-you-like-genomada {
	background: var(--genomada2);
	color: white;
	font-weight: bold;
	padding: .5em 1em;
  text-align: center;
}

div#do-you-like-genomada a {
	text-decoration: none;
	color: #e8cc7d;
}

.wp-block-gallery, .wp-block-image {
	margin-bottom: 1em !important;
}

.nomargin{
	margin: 0;
}

.the-header-content {
	display: flex;
	height: 100%;
	width: 100%;
  justify-content: center;
  align-items: center;
}

.the-header-content h1 {
	font-size: 2.2rem;
	color: white;
	text-shadow: 2px 2px 2px #000000;
	font-weight: bold;
}

div.header-wrap {
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0.7833727240896359) 11%, rgba(0,0,0,0.015865721288515378) 92%);
}

@media (max-width: 768px) {
    .site-header .header-image {
        max-width: 210px;
        height: auto;
    }
}
