@media all and (min-width: 400px) {
    body{
        font-size: 16px;
    }
}
@media all and (max-width: 399px) and (min-width: 350px) {
    body{
        font-size: 14px;
    }
 
}
@media all and (max-width: 349px) and (min-width: 300px) {
    body{
        font-size: 12px;
    }
 
}
@media all and (max-width: 299px) and (min-width: 1px) {
    body{
        font-size: 10px;
    }
 
}

body {
	background: #000000; 
	font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif; 
	color: #dddcd0;
}
a {
	color: #aaa0a7;
	text-decoration: none;
}
a:hover {
	color: #dddcd0;
	text-decoration: none;
}
h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.9em;
	margin: 0;
}
h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5em;
	margin: 0;
}
div.nGY2GThumbnailAlbumTitle, div.nGY2Breadcrumb, div.nGY2GThumbnailImageTitle, div.title.nGEvent, div.oneItem{
	font-family: 'Josefin Sans', sans-serif !important;
	color: #dddcd0 !important;
}
div.description.nGEvent{
	color: #dddcd0 !important;
	font-size: 0.7em !important;
}
ul.nGY2GThumbnailIcons{
	display:none !important;
}
div.nGY2Breadcrumb{
	background: #000 !important;
}
div.content{
width: 80%;
margin: 0 auto;
}
div.nGY2Navigationbar{
	display:block !important;
	height:2.2em;
}
iframe.slideshow{
	width:100%;
	height:80%;
	border:0;
}
i.nGY2Icon.icon-play, i.nGY2Icon.icon-pause{
	display:none !important;
}