@font-face {
	font-family: "Montserrat-Regular";
	src:
		url("fonts/Montserrat-Regular.ttf");
}

@font-face {
	font-family: "NotoColorEmoji";
	src:
		url("fonts/NotoColorEmoji.ttf");
	unicode-range: U+1F3A8, U+1F412, U+1F4F7, U+2709, U+FE0F, U+1F63E;
}


body { 
	 /*background-color: Ivory;*/
  /* font-family:    "Montserrat", sans-serif; */
	font-family: 'Montserrat-Regular', sans-serif;
	color: 			darkgrey;
	font-size:        small;
	margin:           0;
	overflow-x: hidden;
}
h2, h3{
	font-family: 'Montserrat-Regular', sans-serif;
	color: white;
	font-size: 0.80rem;
	font-weight: lighter;
}

/* to remove dotted outline around the links */
a {
	outline: 0;
}

a:link {
	color:            darkgrey;
	text-decoration:  none;
}
a:visited {
	color:            #675c47;
	text-decoration:  none;
}


.animationtest{
  width: 70px;
  height: 70px;
  left: 20px;
  top:20px;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  background-image: url('manzanita.jpg');
  border-radius: 50%;
  position: relative;
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-direction: alternate; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 1);
}


/* Standard syntax */
@keyframes example {
  0%  {background-image:url('manzanita.jpg'); left:20px; top:20px;}
  25%  {background-image:url('manzanita1.jpg'); left:200px; top:20px;}
  50%  {background-image:url('manzanita2.jpg'); left:200px; top:200px;}
  75%  {background-image:url('manzanita3.jpg'); left:20px; top:200px;}
  100% {background-image:url('manzanita5.jpg'); left:20px; top:20px;}
}

 .monapio {
	max-width: 90%;
    /* max-height: 90%; */
	/* display: block; */ /* remove extra space below image */
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
	border-radius: 0px;
	cursor: pointer;
	transition: 0.3s;
 }
 
.monapio:hover {
	cursor: pointer;
}
 
 .duniversemonapio {
	max-width: 90%;
 }
 
 .duniversemonapio:hover {
	 cursor: pointer;
 }

/* to show the bigger version of the image */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 3; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(255,255,240,1); /* Black w/ opacity */
}

.noscroll { overflow: hidden; }

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  /*width: 90%;*/
  /*max-width: 90%;*/
  /* max-height: 90%; */
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  margin-top: 10px;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: darkgrey;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: darkgrey;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
  .center-me {
    width: 90%;
  }  
}

/* 100% Image Width on Smaller Screens */
@media screen and (min-width: 1500px) and (min-height: 700px){
  .center-me {
    width: 75%;
  }
}


 
figure {
	/* border: 1px dotted gray; */
	/* position: relative; */
	/* float: right; */
	width: 90%;
	text-align: left;
	text-indent: 0;
	margin: 0 auto;
} 

figure img {
	vertical-align: top;
	margin-top: 120px;
	/* margin-bottom: 5px; */
	/* transform: translateX(+30px); */
}

figure figcaption {
	text-align: right;
	font-size: 0.55rem;
	color: ivory;
	transform: translateY(-40px);
	/*
	background-image: url('pincel.gif');
	background-repeat: no-repeat;
	background-size: 100%;
	*/
}
 
 
/* super centering */

main {
	margin: 40px 0; /* switch to 0 0 in the future */
	padding: 10px;
}

main div {
	margin: 0 auto;
}
 
.center-me {
	margin: 0 auto;
	/* width: 90%; */ /* adjust to taste */
	text-align: center;
} 
 
 .aboutmya {
	margin: 0 auto;
	/* width: 60%; */ /* adjust to taste */
	text-align: justify;
	font-family:  'Montserrat-Regular', sans-serif;
	font-size:        small;
	/*
	margin-left: 30px; 
	margin-right: 5px; 
	margin-top: 20px; 
	*/
	padding: 10px; 
	width:80%;
	border: 1px solid aqua;
	border-radius: 5px;
	color: #2b2f36ff; 
	background-color: rgba(102, 204, 255, 0.4);
	/* background-size: contain; */
} 
 
 
footer{	
   /* position: fixed; */
   left: 0;
   bottom: 0;
   width: 100%;
   /* background-color: rgba(0,0,0,0.2); */
   color: ivory;
   text-align: left;
   font-size:        xx-small;
   font-family:    "Montserrat", sans-serif;
   margin-left: 5px;
}
 

.topnav {
  overflow: hidden;
  background-color: rgba(0,0,0,0.2);
  font-family: "Montserrat-Regular";
  font-size: 12px;  
}

.topnav a {
  float: left;
  display: block;
  color: ivory;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  border-bottom: 3px solid rgba(0,0,0,0);
}

.topnav a:hover, .dropdown:hover .dropbtn {
/* background-color: rgba(0,0,0,0.2); */
/* color: ivory; */
  border-bottom: 3px solid red;
}

.active {
  /*background-color: rgba(75,129,126,0.2);*/
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 14px;    
  border: none;
  outline: none;
  color: ivory;
  padding: 14px 16px;
  background-color: rgba(0,0,0,0.0);
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0,0,0,0.2);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left: 1em;
}

.dropdown-content a {
  float: none;
  color: ivory;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color:rgba(0,0,0,0.2);
  color: ivory;
}

.flags {
	z-index: 2;
	position: absolute;
	top: 20px;
	right: 100px;
	letter-spacing: 5px;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.flag {
    float: right;
    display: block;	  
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .topnav.responsive .flag {
    position: relative;
    /* right: 10;*/
    /* top: 0;	   */
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


/*duniverse*/
* {
  box-sizing: border-box;
  
}

.duniversecolumn {
  float: left;
  width: 33.33%;
  padding: 30px 5px;
}

/* Clearfix (clear floats) */
.duniverserow::after {
  content: "";
  clear: both;
  display: table;
 
 }

/* floating Top button */
#myBtn {
  opacity: 0;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 2;
  font-size: small;
  border: none;
  outline: none;
  background: url('acuarela.png') center no-repeat;
  background-size: contain;
  /*border: 1px solid #4b817e;*/
  color:  #cc0066;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: rgba(75,129,126,0.2);
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
  .duniversecolumn {
    width: 100%;
  }
}


/* ---------------------------------------------- */
@font-face {
	font-family: "Montserrat-Regular";
	src: url("fonts/Montserrat-Regular.ttf");
}	

@font-face {
	font-family: "Symbola";
	src:
		url("fonts/Symbola.ttf");
}
@font-face {
	font-family: "NotoEmoji-Regular";
	src:
		url("fonts/NotoEmoji-Regular.ttf");
}

@font-face {
	font-family: "EmojiOneColor";
	src:
		url("fonts/EmojiOneColor.ttf");
}		

.half-size {
	/*background-color:  rgba(255,255,255,0.8);*/
	margin-left: auto;
	margin-right: auto;
}

.tagdiv {
	background-size: cover !important;
	background: url(tape3.png) center no-repeat;
}

article {
	width: 100%;	
	margin-left: auto;
	margin-right: auto;
}		
.half-size {
	width: 95%;
	margin-left: 0;
}

.previous {
	position: absolute; 
	left: 0rem;
	font-size: 2.5rem;
	font-weight: 1;
}

a.previous {
	color: #4b817e;
}

a.previous:visited {
	color: #4b817e;
}

.next {
	position: absolute; 
	right: 0rem;
	font-size: 2.5rem;
	font-weight: 1;
}

a.next {
	color: #4b817e;
}

a.next:visited {
	color: #4b817e;
}

.contact {
	position: absolute;
	bottom: 2rem;
}

.bgimage {
	background-position: right bottom !important;
	/* min-height: 700px; */
}

.emojilink {
	font-family: Montserrat-Regular, NotoColorEmoji;
}

.miniimg {
	width: 92%;
	padding-bottom: 5px;
}

.aspiradora {
	margin-left: 0px;
	margin-right: 0px;
}	

.mya-margin-portfolio {
	margin-left: 0px;
}

.mya-header {
	max-width: 100%;
}

.mya-image{
	width: 100%;
	max-width:100%;
	height:auto
}

.mya-language-menu {
	position: absolute !important; 
	right: 0% !important; 
	top: 0rem !important; 
	z-index: 2 !important; 
	font-size: 0.9rem !important; 
	color: white !important;
}

.variable-modal-padding {
	padding-top:20px!important;
	padding-bottom:64px!important;
}


@media screen and (min-width: 1025px){
	article {
		width: 100%;	
	}
	.half-size {
		width: 50%;
	}
	.tagdiv {
		background-size: contain !important;
		background: url(tape3.png) center no-repeat;
	}
	.bgimage {
		background-position: right center !important;
		min-height: 99vh;
	}

	.mya-margin-portfolio {
		margin-left: 40px;
	}
	
	.aspiradora {
		margin-left: -5px;
		margin-right: -5px;
		margin-top: 5px;
	}
	
	.mya-image{
		width: 77%;
		max-width:100%;
		height:auto
	}
	
	.mya-header {
		max-width: 90%;
	}
	
	.mya-language-menu {
		position: absolute !important; 
		right: 12% !important; 
		top: 0rem !important; 
		z-index: 2 !important; 
		font-size: 0.9rem !important; 
		color: white !important;
	}
	
	.variable-modal-padding {
		padding-top:64px!important;
		padding-bottom:64px!important;
	}
	
	#caption {
	  margin: auto;
	  margin-top: 30px;
	  display: block;
	  width: 80%;
	  max-width: 700px;
	  text-align: center;
	  color: darkgrey;
	  padding: 10px 0;
	  height: 150px;
	}
	
	.hov:hover li:nth-child(odd){
	  -webkit-transform-origin: top;
	  -webkit-transform: perspective(350px) rotateX(0deg);
	  margin-top:0;
	}

	.hov:hover li:nth-child(even){
	  -webkit-transform-origin: bottom;
	  -webkit-transform: perspective(350px) rotateX(0deg);
	   margin-top:0;
	}

}	

/* for language menu */
ul,li{
  margin: 0;
  padding: 0;
}
.main{
  position:absolute;
  z-index:1;
  
}
.main li{
  list-style:none;
  background-color: rgba(75,129,126,0.2);
  border-radius: 10%;
  width:100px;
  padding: 0 5px;
  /*border: 1px solid #4b817e;*/
  height: 30px;

  line-height: 30px;
  
  -webkit-transition: all .5s ease-in-out;
  
}

.main li:nth-child(odd){
  
  -webkit-transform-origin: top;
  -webkit-transform: perspective(350px) rotateX(-90deg);
}

.main li:nth-child(even){
   margin-top:-65px;
  -webkit-transform-origin: bottom;
  -webkit-transform: perspective(350px) rotateX(90deg);
}

.hov:hover li:nth-child(odd){
}

.hov:hover li:nth-child(even){
}

.hovering li:nth-child(odd){
  -webkit-transform-origin: top;
  -webkit-transform: perspective(350px) rotateX(0deg);
  margin-top:0;
}

.hovering li:nth-child(even){
  -webkit-transform-origin: bottom;
  -webkit-transform: perspective(350px) rotateX(0deg);
   margin-top:0;
}


.main li:first-child{
  margin-top:0;
}

.hov{
  position:relative;
  height: 40px;
  width:112px;
  /*background-color: rgba(75,129,126,0.2);*/
  /*border-radius: 8%;*/
  color: white;
  font-size: small;
  font-family: 'Montserrat-Regular', sans-serif;
  /*font-weight:bold;*/
  text-align: center;
  line-height: 40px;
  list-style:none;
  z-index:2; 
}
