@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #bfd38e; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* fin reset */
header ul {
	font-family: 'Major Mono Display', monospace;
	text-align: center;
	background-image: url( "images/vinae.jpg");
	background-size: cover;

	
}
header h1{
	font-family:  'Major Mono Display', monospace;
	font-size: 1.5em;
	text-align: center;
}
nav{
	position: fixed;
	width: 100%;
	
}
nav ul{
	padding:3em;
}
nav ul li {
	display: inline;
	padding:2em;
	
}
li:hover{
	background-color: rosybrown;
}
.flexbox{
	display: flex;
}
.flexdirection{
	flex-direction: row;
}
.lamitad{
	width: 50%;
}
.letratitulo{
	font-family: 'Major Mono Display', monospace;
	
}
.texti{
	text-align: justify;
	font-size: 1em;
	font-family: 'Tajawal', sans-serif;
}
img{
	width: 100%;
}
.colorgris{
	background-color: darkslategray;
}
section div h1 {
	font-family: 'Major Mono Display', monospace;
	text-align: center;
	text-color: antiquewhite;
	
	}
.padding2{
	padding: 2em;
}
.margin2{
	margin: 2em;
}
.paddingizda{
	padding-left: 1em;
}
.paddingdcha{
	padding-right: 1em;
}
section div ul{
	text-align: center;
		font-family: 'Tajawal', sans-serif;
	font-weight: 800;
	font-size: 1.3em;
	
}

.paddingarriba{
	padding-top: 1em;
}
.padding1{
	padding: 1em;
}
.container{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  height: 97vh;
}

.lili {
    width: 180px;
    height: 80px;
    outline: none;
    cursor: pointer;
    background: none;
    transition: .5s;
    font-size: 24px;
    border-radius: 5px;
    font-family: "Lato",sans-serif;
 
}
.purple{
buttonBG: #512DA8;
}


.textocool{
	text-align: justify;
	font-family:'Major Mono Display', monospace;
}


@media screen and (orientation:portrait) {
	nav ul li {
	display: block;
	padding:2em;
	
}
.flexdirection{
	flex-direction: column;
}	
	.lamitad{
	width: 100%;
		padding-bottom: 2em;
}
	
}