@charset "utf-8";
/* CSS Document */
/**
 * @license
 * MyFonts Webfont Build ID 3129523, 2015-11-22T15:37:12-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Sanelma by Mika Melvas
 * URL: http://www.myfonts.com/fonts/mika-melvas/sanelma/regular/
 * Copyright: Copyright (c) 2014 by Mika Melvas. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3129523
 * 
 * © 2015 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/2fc0b3");*/

  
@font-face {font-family: 'Sanelma';src: url('webfonts/2FC0B3_0_0.eot');src: url('webfonts/2FC0B3_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2FC0B3_0_0.woff2') format('woff2'),url('webfonts/2FC0B3_0_0.woff') format('woff'),url('webfonts/2FC0B3_0_0.ttf') format('truetype');}
 
body {
	padding: 0;
	margin: 0;
	background: #444;

	background: #77bbe0;

  background: -webkit-radial-gradient(#fff, #77bbe0, #084a6c); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(#fff, #77bbe0, #084a6c); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(#fff, #77bbe0, #084a6c); /* For Firefox 3.6 to 15 */
  background: radial-gradient(#fff, #77bbe0, #084a6c); /* Standard syntax */

	background: url('../images/tlaloc.jpg') center center no-repeat;
		background: none;
		
		background: radial-gradient(#fff, #EEE, #CCC); /* Standard syntax */
			background: #f1f1f1 url('../images/skyfight.jpg') top center no-repeat;
			

}
header {
	width: 100%;
}
section {
width: 30%;
height: 400px;
display: block;
margin: 0 auto;
border: 3px solid #666;
float: left;
background: #fff;
}
nav {
	
	width: 100%;
	position: fixed;
	background: rgba(238, 238, 238, .3);
	border-bottom: 1px solid #CCC;	
}
nav ul {
	padding: 20px 0;
	width: 100%;

	display: flex;
	list-style: none;
}
nav ul li {
	width: 15%;
	max-width: 200px;
	border-right: 1px solid #CCC;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}
h1#dom {
	
	display: block;
	width: 100%;
	font-size: 165px;
	font-family:Arial, Helvetica, sans-serif;
	font-family: 'Sanelma', sans-serif;
	text-align: center;
	/*text-shadow: 0px -2px 6px #999;*/
	margin: 0;
	padding: 0;
	padding-top: 200px;
	color: #444;
}
h1#dom span {
	color: #333;
	}
h2 {
	margin: 0;
	padding: 0;
text-align: center;	
font-family: 'Oswald', cursive;
color: #999;
font-weight: normal;
display: block;
width: 100%;
font-size: 36px;
margin-bottom: 25px;
margin-top: -20px;
}
h3 {
	margin: 0;
	padding: 50px;
	padding-top: 140px;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
}
div.section {
	height: 100vh;
	border-bottom: 1px solid #CCC;	
	display: flex;
	width: 100%;
	flex-flow: row wrap;
}
div.text-description {
	width: 40%;
	max-width: 600px;	
}
#illustrations {
	background: #fff;	
}
#illustrations h3 {
	color: #333;	
}
#illustrations p {
	color: #333;	
}
#development {
	background: #333;
}
#development h3 {
	color: #b4e1b1;
}
#development p {
	color: #b4e1b1;
}
#about-me {
	background: #666;
}
#about-me h3 {
	color: #CCC;
}
p {
	width: 80%;
	max-width: 330px;
	font-size: 18px;
	line-height: 24px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 50px;	
}
.projects-showcase {
	padding-top: 230px;
	width: 60%;		
}
.projects-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.projects-list li {
	width: 30%;
	height: 100px;
	border: 1px solid #CCC;
	display: block;
	margin: 1%;
}
