/* CSS VINOLO */

/*
========================================
--------------- General ----------------
========================================
*/

* {

	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 12px;

}

nav {

	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/fons.jpg");
	background-repeat: repeat;

}

footer {

	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;

}

content {

	position: absolute;
	top: 8vh;
	padding-bottom: 8vh;

}

.padding-marks {

	padding-left: 10px;
	padding-right: 10px;

}

.margin-top-10 {

	margin-top: 10px;

}

.mh-5vh {

	max-height: 5vh;

}

.text-justify {

	text-align: justify;

}

.bg-lightcyan {

	background: lightcyan;

}

.text-lime {

	color: lime;
	
}

.text-indigo {

	color: indigo;
	
}

.text-orange {

	color: goldenrod;
	
}