@charset "UTF-8";


body {
background-image: url("../images/colors-background.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	margin: 0px;
	height: 100%;
}

.holder {
	height: 100%;
	display:inline-flex;
	flex-direction: row;
}

nav {
    width: 25%;
    min-width: 300px;
    margin: 0px;
    padding: 0px 15px 15px 15px;
    background-color: rgba(255,255,255,1.00);
	position: fixed;
	display: flex;
	flex-direction: row;
	top: 0;
	bottom: 0;
}

	nav ul {
		margin: 0px; 
		padding: 0px; 
		height:100%;
		list-style-type: none; 
		list-style-image: none; 
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;

	}

		nav ul li {	
			margin: 0px; 
			padding: 0px;
			justify-content: center;
			font-family: "enriqueta";
		}

			nav ul li a {
				margin: 0px; 
				height: 85px;
				width: 300px;
				background-color: rgba(255,255,255,1.00);
				display: flex;
				align-items: center;
				justify-content: center;
				align-content: stretch;
				color: rgba(0,0,0,1.00);
				text-decoration: none;
				font-size: 22pt;
				border-top: 2px solid black;
			}

			nav ul li a:hover {
   				color: rgba(21,144,218,1.00);
				}
	

.logo {
	padding: 75px 0px;
}

.text {
    display: flex;
 
    align-items: center;
    flex-direction: column;
    margin: 100px 100px 100px 420px;
    padding: 30px;
    font-size: 16pt;
    background-color: rgba(0,0,0,0.50);
    color: rgba(255,255,255,1.00);
    text-align: justify;
    text-indent: 10%;
    font-family: "enriqueta";
    text-shadow: 0.5px 1px rgba(0,0,0,0.90);
}

.head {
    font-size: 32pt;
    font-weight: bold;
	text-indent: 0px;
}

.space {
	height: 20px;
}

.links {
    color: rgba(136,202,241,1.00);
	text-decoration: none;
}

.line {
	text-align: center;
	text-indent: 0px;
}


footer {
	display: flex;
	flex-direction: column;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: flex-end;
	margin: 50px;
	text-align: justify;
}

@font-face {
    font-family: 'enriqueta-regular';
    src: url('../project-3/enriqueta-font/enriqueta-regular-webfont.eot');
    src: url('../project-3/enriqueta-font/enriqueta-regular-webfont.eot') format('embedded-opentype'),
         url('../project-3/enriqueta-font/enriqueta-regular-webfont.woff2') format('woff2'),
         url('../project-3/enriqueta-font/enriqueta-regular-webfont.woff') format('woff'),
         url('../project-3/enriqueta-font/enriqueta-regular-webfont.ttf') format('truetype'),
         url('../project-3/enriqueta-font/enriqueta-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}