/*desktop.css*/
/*
* You can delete next content and make your own styles
*/
/*General*/
/* HEADER ------------------------------------------------------------*/

#header{
	min-height: 100vh;
	position: relative;
	background-position: center;
	background-size: cover;
}


/*navbar*/

.navbar{
	position: fixed;
	width: 100%;
	bottom: 0;
}

.navbar .content{
	min-height: 32px;
	max-height: 128px;
	transition: all 0.4s;
	padding:10px;
	text-align: center;
}






.navbar.sticky .logo{
	height: 100%;
}


.navbar .menu{
	align-items: center;
}

.navbar .menu-items{
	width: 100%;
}

.navbar .menu .menu-item{
	margin-left: 10px;
}

#header .hero{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	align-content: center;
}

#header .hero h1{
	font-size: 5vh
}

.menu-boton{
    border-style: none;
    background: no-repeat;
    margin: 0;
    padding: 0;
    text-align: center;
}

.hero-center-mediaflex img{
	max-width: 420px;
}


/* BODY ------------------------------------------------------------*/

/*link marging in title*/
.target-top-margin{
	padding-top: 5vh;
}


/* FOOTER ------------------------------------------------------------*/
footer{
	background-color: #1c1c1c;
	padding: 5vh 0;
}

footer .container *{
	color: #ccc;
}
