/*mobile-css.css*/
/*only for sizing and fonts - not coloring, color internally*/
@import url(http://fonts.googleapis.com/css?family=Montserrat);
body{
	font-family: 'Montserrat', sans-serif;
	font-weight: normal; /*keep iOS devices in CHECK!*/
}
#lightbox{
	padding: 1.5%;
}
h2{ 
	font-family: 'Montserrat', sans-serif;
	font-size: 2vw;
	font-weight: normal;
}
p{
	font-family: 'Montserrat', sans-serif;
	font-weight: normal; 
}
.thumbnail{
	max-height: 100px;
}
.popupphoto{
	max-height: 512px;
}
#ast{
	padding: 1.5%;
	line-height: 130%;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal; 
}
