<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Responsive CSS Document */

/* for 1249px or less */
@media screen and (max-width:1249px) {
body { background-size:150%; }
}

/* for 1100px or less */
@media screen and (max-width:1170px) {
#socialDiv { display:none; }
}

/* for 1000px or less */
@media screen and (max-width:1000px) {
#topBarDiv { width:100%; }
#topBar-left, #topBar-right {
width:96%;
padding:5px 2%;
text-align:center;
float:none;
}
#socialDiv2 { display:block; }
.sections { width:100%;margin:25px 0; }
.columnLeft { width:53.8%;float:left; }
.columnRight { width:40.2%;float:right;padding-right:1%; }
div.sepBar { width:100%;border-bottom:1px dashed #fff;margin:25px auto; }
}

/* for 900px or less */
@media screen and (max-width:950px) {
body { background-size:180%; }
.columnLeft { width:96%;float:none;padding:0 2%; }
.columnRight { width:96%;float:none;padding:0 2%; }
}

/* for 800px or less */
@media screen and (max-width:800px) {
body { background-size:200%; }
}

/* for 600px or less */
@media screen and (max-width:600px) {
body { background-size:250%; }
#topBar-right { font-size:18px;line-height:1em; }
}

/* for 500px or less */
@media screen and (max-width:500px) {
body { background-size:400%; }
#topBar-left img { width:95%;height:auto;margin:0 auto; }
#instagramTitle img { width:95%;height:auto;margin:0 auto; }
}

/* for 400px or less */
@media screen and (max-width:450px) { .album { width:100%; } }
</pre></body></html>