/* CSS Document for Screens */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);

body { font-family: 'Roboto', sans-serif; font size: 16px; font-weight: 300; color: #555; margin:0; height: 100%}



/* text */


.text { font-size: 1em; text-align: justify;}

p { margin: 0 0 1em 0; font-size: 1.8 em; font-weight: 300; }
p a:hover { text-decoration: underline;}

a { color: #007eff; 
	text-decoration: none;}
a:visited { color: #333333; }



/* header  */



header { background: #fff; padding: 0px; margin: 40px 0 0 0; float: left;} 

header a.jessicayh { 
			font-size: 1.7em; font-weight: 300;
			text-decoration: none;
			color: #333333;	
			
			}


/* navigation */



.navigation { padding: 0 0 0 0;
			  margin: 0 0 0 0;
			 display: inline;
			 float: right; 
			 }
			 


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline;
    
}

li {
    float: right;
}

li a, .dropbtn {
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


li a:hover, .dropdown:hover .dropbtn {
    background-color: #f1f1f1;
    
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2)
    
    
}

.dropdown-content a {
    color: black;
    padding: 6px 6px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 0.8em;
}


.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
    z-index: 1;
}



/* image grid */

.row { padding: 0 0 20px 0;
		}
img {max-width: 100%; max-height: 100%;}
a img:hover { opacity: 0.4; filter: alpha(opacity=100); }


		   		
/* footer */

footer { font-size: .8em; background-color: #fff; padding: 40px 0 0 0;}
footer .content { display: inline;}
						
footer a { margin-left: 30px; color: #000;
		   text-decoration: none; }
footer a:visited { margin-left: 30px; #666; }
footer a:hover { text-decoration: underline; }



/* media */

@media screen and (max-width: 1300px) {
					
	p { font-size: 0.5em;}
	}
 
@media screen and (max-width: 1000px) {


	/* header */
	header { background: #fff; margin: 40px 0 5px 0;}
	header a.jessicayh  { text-align: center; margin-bottom: 10px;}

	/* navigation */
	
	.navigation { padding: 10px 0 0 0;
				 display: inline;
				 float: right; 
				 margin-bottom: 10px;}
	
	.dropdown-content a {
    color: black;
    padding: 6px 6px;
    text-decoration: none;
    display: block;
    font-size: 0.5em;
	}

	a { font-size: 1em; }
	p { font-size: 0.5em;}
 
	li {
    float: right;
    text-align: left;
	}	

	.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2)
    
    
	}

	.dropdown-content a {
    color: black;
    padding: 6px 6px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 0.8em;
	}


	
	/*footer*/
	
	footer { position: static; width: auto;  height: 100px;}
	
	footer a { display: block; margin-left: 0px;}
	
	
	}
	
@media screen and (max-width: 750px) {

body { font-family: 'Roboto', sans-serif; font size: 16px; font-weight: 300; color: #555; height: 100%}

	
	/* header */
	header { background: #fff; margin: 40px 0px 0 14px;}
	header a.jessicayh  { text-align: center; margin-bottom: 10px;}
	
	/* navigation */
	
	.navigation { padding: 10px 0 0 0;
				 display: inline;
				 float: left; 
				 margin-left: 0px;}
	
		li {
    float: left;
	}	
	
		/* image grid*/
	
	.row { padding: 0 0 0 0}
	
	p {font-size: 0.6em;}
	
img {max-width: 100%; max-height: 80%;}
.text { max-width: 100%; padding: 20px 0 0 0;}

}

@media screen and (max-width: 550px) {
.about { display: none;}
p {font-size: 0.5em;}
	
}					