/*
 Theme Name:   Viajar En Familia
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

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

.the-header-content h1 {
	margin-left: 1em;
	margin-right: 1em;
	font-size: 2.2rem;
	text-align: center;
	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%);
}

header.site-header {
	min-height: 300px;
}

.site-footer .widget_media_image img {
	width: 200px;
	height: auto;
}

@media (max-width: 768px) {
  .inside-navigation {
    background-color: rgba(0, 0, 0, 0.9); /* 90% de transparencia */
  }
}
