/* http://meyerweb.com/eric/tools/css/reset/ 2. v2.0 | 20110126
  License: none (public domain)
*/

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;
}
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;
}

/*=======================
Codigo propio
======================== */

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body{
	overflow-x:hidden;
	max-width:100%;
}

.top{
	background: #DEE8E0;
	width: 100%;
	height: auto;
	max-width:100%;
	overflow-x: hidden;
}

.top img{
	border-radius: 50%;
	height: 120px;
	width:120px;
	position: relative;
	top: 30px;
	left: 30px;
	z-index: 2;
}
#name{
	display: inline-block;
	background: #A78181;
	width: 312px;
	height: 110 px;
	position: relative;
	bottom: 5px;
	left: 0px;
	z-index:1;
	padding: 10px 0;
}

#name h3{
	font-family: "Apple LiGothic";
	font-size: 30px;
	text-align: center;
}
#name h5{
	font-family: "Apple LiGothic";
	font-size: 20px;
	text-align: center;
}
.primary-nav {
	display: inline-block;
	position: relative;
	left: 10vmax;
	text-align:right;


}
.primary-nav li{
	display: inline-block;
	position: relative;
	right: 5vw;
}

.primary-nav li a{
	text-decoration: none;
	display: inline-block;
	transition: 0.5s;
}
.primary-nav h4{
	text-decoration: none;
	color: #000000;
	font-family: "Apple LiGothic";
	font-size: calc(5px + 2vmin);
	padding-right: 2vw;
	padding-left: 2vw;
	padding-top: 4vw;
	padding-bottom:4vw;

}
.primary-nav li a:hover{
	background: #8AA890;
}

header h2{
	font-family: "Apple LiGothic";
	font-size: 34px;
	padding: 20px;
	position: relative;
	top: 10px;
	left: 10px;
}
.gallery{
	position: relative;
	display: inline-block;
	margin: 1%;
	width: 14%;
	padding-top:0%;
}
#one{
	z-index: 5;
}
#two{
	z-index: 4;
}
#three{
	z-index: 3;
}
#four{
	z-index: 2;
}
#five{
	z-index: 1;
}
#six{
	z-index: 2;
}
#five:hover{
	z-index:3;
}
.gallery a{
	text-decoration:none;
}
.gallery img{
	width: 100%;
	opacity:0.8;
	transition: 0.5s;
	height:100%;

}
.gallery .Desc{
	width:100%;
	color: #ffffff;
	position: absolute;
	top: 45%;
	font-size:2vmax;
	text-align:center;
	font-family: "Apple LiGothic";
	transition: 0.5s;
	padding-top:0%;
}

.gallery:hover img, .gallery:hover .Desc{
	width:150%;
	opacity:1;
	height: 150%;
}
.gallery:hover img{
		box-shadow: 10px 10px 5px grey;
}
.right:hover img {
	position: relative;
	right: 50%;
}
.right:hover .Desc{
	right:0%;
}

#container{
	display: block;
	width:100%;
}
#About{
	position:relative;
	border-top: 2px solid #000000;
    width: 100%;
    height: calc(150px + 10vw);	
}
#About h2{
	font-family: "Apple LiGothic";
	font-size: 34px;
	padding-top: 20px;
	padding-bottom: 20px;
	width:100%;
	text-align:center;
}
#About p{
	position: absolute;
	right:25%;
	width:50%;
	font-family: "Apple LiGothic";
	font-size: 1.5vmax;
	text-align: justify;
}
#About p a {
	text-decoration:none;
}

#Contact {
	border-top: 2px solid #000000;
	width:100%;
}
#Contact h2 {
	font-family: "Apple LiGothic";
	font-size: 34px;
	padding: 0;
	width:100%;
	text-align:center;
	background: #DEE8E0;
	padding-bottom:20px;
	padding-top:10px;
}
#Contact p {
	display:block;
	position: absolute;
	padding-right:25%;
	padding-left:25%;
	width:50%;
	font-family: "Apple LiGothic";
	font-size: 1.5vmax;
	text-align: justify;
	padding-bottom: 2vw;
	background: #DEE8E0;
}
#Contact a {
	text-decoration:none;
}
 h1.weeks {
	font-family: "Apple LiGothic";
	font-size: 30px;
	padding: 20px;
	position: relative;
	top: 10px;
	text-align:center;
	max-width:100vw;
}
p.weeks {
	
	font-family: "Apple LiGothic";
	font-size: 20px;
	position: relative;
	padding-right: 15vw;
	padding-left: 15vw;
	text-align: justify;
	max-width:100vw;
}
h2.weeks {
	padding-right:0;
	padding-left:15vw;
	max-width:100vw;
}
.weeks li {
	font-family: "Apple LiGothic";
	font-size: 20px;
	position: relative;
	padding-left: 17vw;
	padding-right: 15vw;
	text-align: justify;
	list-style-position: inside;
	list-style-type: decimal;
	max-width:100vw;
}
#original-m {
	display: block;
	margin-left: auto;
    margin-right: auto;
	width: 25vw;
	height: 25vw;
}
#Fab-m {
	display: block;
	margin-left: auto;
    margin-right: auto;
	width: 25vw;
	height: auto;
}
#Idea {
	display: block;
	margin-left: auto;
    margin-right: auto;
	width: 40vw;
	height: auto;
}
.bottom {
	width: 100%;
	height: 5vw;
}
#Fab-b {
	display: block;
	margin-left: auto;
    margin-right: auto;
	width: 15vw;
	height: auto;