

@font-face {
  font-family: 'Source Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/sourcesanspro-400.woff) format('truetype');
}

@font-face {
  font-family: 'Source Sans';
  font-style: light;
  font-weight: 300;
  src: url(../fonts/sourcesanspro-300.woff) format('truetype');
}

/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}


/* Pix
-------------------------------------------------- */
img {
  display: block;
}


/* Links
-------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
}
a:hover {
  color: #838383;
}


/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}


/* Site
-------------------------------------------------- */
html {
  height: 100%;
  font-family: 'Source Sans';
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.7em;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  width: 100%;
  background: #fff;
  color: #222;
}

strong, b {
	font-weight: 400;
}


/* Header
-------------------------------------------------- */
header {
  letter-spacing: 0.05em;
}


.header-l {
	top: 0;
	left: 0;
	padding: 20px 0 0 20px;
	width: auto;
	position: fixed;
	z-index: 20;
}

.header-r {
	top: 0;
	right: 0;
	padding: 20px 20px 0 0;
	width: auto;
	position: fixed;
	z-index: 30;
	text-align: right;
	pointer-events: none;
}

.header-m {
	top: 0;
	left: 0;
	padding: 20px;
	width: 100%;
	position: fixed;
	z-index: 20;
}

.sitename {
	font-size: 1.75rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0.8em;
}

.desktop {
	display:block;
}
	
.mobile {
	display: none; 
}  




/* Navigation
-------------------------------------------------- */
.menu {
	text-align: right;
}

.menu a {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 1.3em;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  pointer-events: all;
}

.menu a:hover {
  color: #838383;
  text-decoration: none;
}



.menu li .active {
   border-bottom: 2px solid #222;
    padding-bottom: 0px;
}

.menu li a:hover .active {
   border-bottom: 2px solid #838383;
}

.menu li {
  list-style: none;
  display: inline-block;
  margin-left: 25px;

}
.menu > li {
  position: relative;
}
.menu > li > a {

  font-weight: 400;
}


/* Headings
-------------------------------------------------- */
h1 {
	font-size: 1.75rem;
    letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 0.8em;
}
h2 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: .5em;
  color: #838383;
}
h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: .5em;
}
h4 {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: .5em;
  color: #838383;
}

h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}


/* Main
-------------------------------------------------- */

.main {
  min-height: 92vh;
  width: 95vw;
  max-width: 1500px;
  margin: 9rem auto 0;
  
}


.main p,
.main ul,
.main ol {
  margin-bottom: 1em;

}

.main ul {
  margin-left: 0.9em;
  list-style: none;
}

.main li {
	text-indent: -1em;
}

.main li:before {
    content: "• ";
    font-size: 0.8em;
    vertical-align: middle;
    margin-right: 0.5em;
    }

.main a {
	border-bottom: 2px solid #222;
	padding-bottom: 3px;
}
.main a:hover {
  border-color: #838383;
}

.frame {
display: flex;
height: 80vh;
align-items: center;
}

.textbox {
text-align: center;
width: 100%;
}



.pic {
	z-index: 0;
	width: 80%;
	margin: 0px auto;
	position:relative;
	display: block;	
}


.pic:before {
	content: "";
	display:block;
	padding-top: 75%;
}

.pic img  {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
}

.caption, .rsGCaption {
	font-size: 0.8em;
	margin-top: 0.7em;
}


/* Home
-------------------------------------------------- */


.homecarousel-frame {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
height: auto;
width: auto;
}


.homecarousel-outer {
  position: absolute;
  top: 5rem;
  right: 0; 
  bottom: 0;
  left:  0;
}

.homecarousel {
  width: 100%; 
  height: 100%;
}

.homecarousel-cell {
  position: absolute;
  width: 100%; 
  height: 100%;
  top: 0;
    right: 0; 
    bottom: 0;
    left: 0;
}

.homecarousel-cell-image {
  display: block;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

.homecarousel-cell-image.flickity-lazyloaded,
.homecarousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

.homecarousel-cell img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.homecarousel-cell-image {
  display: block;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}

.image-outer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center
}

.image-cell {
  position: relative;  
  max-width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.image-cell.vert {
  display: inline-block;
  position: relative;  
  width: 44%;
  margin: 0 auto;
  cursor: pointer;
}

.image-cell.project {
  display: block;
  position: relative;  
  width: 90%;
  margin: 0 auto;
  cursor: pointer;
}

.image-cell.project.vert {
  display: inline-block; 
  width: 50%;
  margin: 0 auto;
  cursor: pointer;
}

.image-cell img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.image-sub {
font-size: 1.1rem;
padding-top: 1rem;
padding-bottom: 10vw;
width: 100%;
}

.project-text {
text-align: left;
margin: 0 auto;
width: 80%;
font-size: 1.4rem;

}

/* Grid
-------------------------------------------------- */
.grid {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 4rem;
}
.grid-item {
  position: relative; 
  grid-column: span 6;
  margin-bottom: 2rem;
}

.grid-img {
  position: relative;
  margin: 0 0 1.5rem;
  aspect-ratio: 3 / 2;
}



.grid-img img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.grid-text {
	font-size: 1.4rem;
    line-height: 1.7rem;
    text-align: center
}


/* Footer
-------------------------------------------------- */
.footer {
  padding: 4em 0 1em;
  margin: 0 auto;
  font-size: 1.2rem;
}

.copyright {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 2em;
}

.fa-th, .fa-square {
	font-size: 1.5em !important;
	margin-bottom: 1em !important;
	  	pointer-events: all;
}



.columns {
  margin-right: -2rem;
}
.column {
  display: inline-block;
  vertical-align: top;
  padding-right: 2rem;
}
.columns-1 .column {
  width: 100%;
}
.columns-2 .column {
  width: 50%;
}
.columns-3 .column {
  width: 33.33%;
}
.columns-4 .column {
  width: 25%;
}
.columns-5 .column {
  width: 20%;
}

a.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 99;
	right: 0.7%;
	bottom: 0.7%;
	background: url("../../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
