<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/* Image Grid */
.grid-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.grid-col--3 {
    margin-right: 0;
}

/* 2 columns by default, hide columns 2 &amp; 3 */
.grid-col--2, .grid-col--3, .grid-col--4 { display: none }

/* 3 columns at medium size */
@media ( min-width: 680px ) {
  .grid-col { width: 32%; }
  .grid-col--2 { display: block; } /* show column 2 */
  .grid-col--3 { display: block; } /* show column 3 */
    
}

.grid-item img {
  display: block;
  width: 100%;
 margin-bottom: 20px;
}
/* */


body a {
    color: #2a2a2a;
    text-decoration: none;
}

body a:hover {
    color: #ff113e;
}

h1:hover {
    color: #ff113e;
}

.container {
    padding: 0;
    margin: 0;
}

.header {
    z-index: 999;
}

p {
    line-height: 1.5;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    color: #2a2a2a;
    text-decoration: none;
    letter-spacing: 1px;  
    margin: 0;
}


h2 {
    font-family: 'Inria Serif', serif;
    font-weight: bold;
    color: #2a2a2a;
    font-size: 40px;
    margin-bottom: 0;
}

h3 {
    font-family: 'Inria Serif', serif;
    font-weight: bold;
    color: #2a2a2a;
    font-size: 22px;
}

p.subheading {
    line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
}

.caption {
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 10px;
    color: #999;
}

.contact a {
    color: #2a2a2a;
    text-decoration: none;
    font-style: italic;
    letter-spacing: 1px;
}

.contact a:hover {
    color: #ff113e;
}

.navigation a {
    letter-spacing: 1px;
    color: #2a2a2a;
    font-weight: bold;
    text-decoration: none;
}

.navigation a:hover {
    color: #ff113e;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    margin-bottom: 20px;
}

ul.social {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 30px;
}

ul.social li {
    display: inline;
    padding-right: 10px;
}

.portfolio-grid  {
    margin-top: 100px;
}

.page-content {
    margin-top: 50px;
}

.page-intro {
    margin-bottom: 25px;
}

.thumb img {
    max-width: 100%;
    height: auto;
}


.portfolio-entry img {
    max-width: 100%;
}

.portfolio-entry {
    margin-top: 50px;
    margin-bottom: 50px;
}

.title a {
    font-size: 20px;
    font-weight: bold;
    color: #ff113e;
    text-decoration: none;
    letter-spacing: 1px;
}

.title a:hover {
    color: #2a2a2a;
}

.details {
    margin-bottom: 30px;
}

.return {
    font-size: 16px;
    text-align: center;
}

footer {
    margin-top: 100px;
    font-size: 12px;
    color: #999;
    padding-bottom: 50px;
    text-align: center;
}

::-moz-selection {
    background-color: #ff113e;
    color: #fff;
}

::selection {
    background-color: #ff113e;
    color: #fff;
}






/* Mobile Styles */

@media screen and (max-width: 679px) {
    
body {-webkit-text-size-adjust: none;}

    
.header {
    position: fixed;
}
    
.title {
    text-align: left;
}
    
    
.portfolio-entry, .portfolio-grid {
    margin-top: 150px;
}
    
.page-content{
    margin-top: 150px;
}
   
ul.social {
        padding-bottom: 75px;
    }
    
ul.mobile-contact {
    list-style-type: none;
    margin-top: 20px;
    line-height: 30px;
    padding-bottom: 20px;
    }
    
ul.mobile-contact li{
    display: inline;
    font-style: italic;
    padding-right: 20px;
    font-size: 14px;
}
    
    
ul.mobile-navigation {
    list-style-type: none;
    line-height: 1.9;
    padding-right: 20px;
    padding-top: 20px;
    
}
    
ul.mobile-navigation li{
    display: inline;
    padding-right: 15px;
    font-weight: bold;
    font-size: 14px;
}
    
.return, .details, footer{
    text-align: center;
}
    
.return {
    margin-top: 50px;
    font-size: 22px;
}
    
h2 {
    font-size: 30px;
}
    
.grid-col { width: 100%; }


}</pre></body></html>