.stellarnav { display: flew;
              flex-direction: row;
		      background-color: #142F4D;
              height: 60px; }
			  
li a:hover { text-decoration: underline #EE690D 3px; }

#flag { height: 20px;
        width: 20px;
        border-radius: 50px; }

section { background-image: url("pics/zen6.png");
          /*background-repeat: repeat;*/
	      background-position: cover;
	      /*height: 1040px;*/
          width: 100%;
          padding-bottom: 50px;	 }
         
	   
/*@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
	  
 a { font-size: 18px;
     font-family: verdana;
	 color: #1A2F3A;
	 text-decoration: none;
		    
		-webkit-transition-property: color;
	    -webkit-transition-duration: 2s;
				
        -moz-transition-property: color;
		-moz-transition-duration: 2s;
				
		transition-property: color;
        transition-duration: 2s; }
	   
a:hover, a:focus { color: #EE690D; }*/

	   
h1 { font-family: verdana;
     font-size: 1.1em;
     color: #1A2F3A;
     letter-spacing: 7px;
     text-align: center;
     margin-top: 5%; }
	 
#maya { display: flex;
        flex-direction: row;
        width: 100%; 
		margin-top: 8%; }
		
#figmaya { flex: 0.9;
           padding-top: 3%;
           margin-left: 7%;
           margin-right: 70%; }
		   
#imgmaya { width: 100%;
           border-radius: 50%;
           border: 2px solid #EE690D; }
		   
#photo { font-family: verdana;
         font-size: 0.9em;
	     font-style: italic;
		 color: #EE690D;
		 text-decoration: none;
         letter-spacing: 1px; }

figcaption { font-family: verdana;
             font-size: 0.6em;
			 font-style: italic;
			 color: #EE690D;
             letter-spacing: 1px; }
	 
/*.quest { font-family: verdana;
         font-size: 0.95em;
         letter-spacing: 1px;
	     text-align: left;
	     margin-right: 5%;
         margin-left: 7%;
		 margin-top: 4%;
         color: #EE690D; }*/
	  
p { font-family: verdana;
    font-size: 0.95em;
    letter-spacing: 1px;
	text-align: left;
	color: #1A2F3A;
	margin-right: 12%;
    margin-left: 5%; 
	margin-top: 5%; }
	
.gras { text-decoration: none;
        font-family: verdana;
        font-size: 1em;
        color: #1A2F3A; }
	
.or { color: #EE690D; }

#end { background-color: white;
       max-height: 70px;
       width: 100%; }

#logo { display: flex;
        flex-direction: row;
        width: 100%; 
        height: 80px;
        width: 200px;
        margin-top: 1%;		
		margin: auto; }	