@font-face {
font-family:'billy';
src:url('../fonts/billy.eot');
src:url('../fonts/billy.eot?#iefix') format('embedded-opentype'),
url('../fonts/billy.woff') format('woff'),
url('../fonts/billy.ttf') format('truetype'),
url('../fonts/billy.otf') format('opentype'),
url('../fonts/billy.svg#billy') format('svg');
font-weight:400;
font-style:normal;
font-stretch:normal}
		
body {
padding:0;
margin:0;
color:#fff;
background:#162133;
font-size:20px;
line-height:1;
-webkit-font-smoothing:antialiased;
font-family:'billy', georgia, sand-serif;
box-sizing:border-box}

a {
color:#fff}

#content {
margin:0 auto;
max-width:1260px}

#panels {
padding:10px}

#panels > div {

display:-ms-flex;
-ms-flex-wrap:wrap;
-ms-justify-content:space-between;

display:-webkit-flex;
-webkit-flex-wrap:wrap;
-webkit-justify-content:space-between;

display:flex;
flex-wrap:wrap;
justify-content:space-between}

img {
display:block;
width:100%;
height:auto;
border:0;
opacity:0;
transition:opacity 1s}

img.loaded {
opacity:1}

#credit {
display:none;
margin:10px 20px 10px 0;
text-align:right}

@media all and (max-width:740px){ 
	
	#panels {
	padding:5px}

}

@media all and (max-width:420px){ 

	#credit {
	text-align:center}

}