/*ROTATING BG */
* {
	box-sizing: border-box;
}
html {
	margin: 0;
}
/* NAV SLIDEBARS */
[canvas=container], [off-canvas] {
	padding: 10px 20px;
}
[class*=js-] {
	cursor: pointer;
}
[canvas], [off-canvas*=push] {
	z-index: 1
}
[off-canvas*=reveal], [off-canvas*=shift] {
	z-index: 0
}
[canvas=container], [off-canvas], body, html {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
}
[canvas=container] {
	width: 100%;
	margin-top: 100px;
	height: -webkit-calc( 100% - 100px );
	height: -moz-calc( 100% - 100px );
	height: calc( 100% - 100px );
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
[canvas=container]:after, [canvas=container]:before {
	clear: both;
	content: '';
	display: table
}
[off-canvas] {
	display: none;
	position: fixed;
	overflow: hidden;
	overflow-y: auto;
	background-color: #FFF;
	color: #b73f0c;
	-webkit-overflow-scrolling: touch;
	border-left: 1px solid #CCC;
}
[off-canvas*=right] {
	width: 255px;
	height: 100%;
	top: 0;
	right: 0
}
[off-canvas*=overlay] {
	z-index: 9999
}
[canvas], [off-canvas] {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-webkit-backface-visibility: hidden
}
[off-canvas*=shift][off-canvas*=right] {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

@media print {
[canvas] {
	-webkit-transform: translate(0, 0)!important;
	-ms-transform: translate(0, 0)!important;
	transform: translate(0, 0)!important
}
[off-canvas] {
	display: none!important
}
}
/* CORE STYLING */
body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.nav {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 3px;
	height: 100px;
	background-color: rgba(245, 245, 245, 0.86);
	z-index: 999;
	position: fixed;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 1px 0 rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.06);
}
.logo {
	float: left;
}
.logo img {
	width: 270px;
	height: auto;
}
.logotc {
	text-align: center;
}
.logotc img {
	width: 270px;
	height: auto;
}
.menu {
	float: right;
	margin-top: 5px;
}
.menu a {
	color: #525252;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	transition: color 0.2s ease;
}
.menu a:hover {
	color: #b73f0c;
}
.menuitem {
	float: left;
	margin-right: 27px;
}
.menuitem:last-child {
	margin-right: 0px;
}
.highlight a {
	color: #b73f0c;
}
.navib img {
	width: 24px;
	height: 24px;
	margin-top: 15px;
}
@media (max-width: 960px) {
	.nav {
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 0 rgba(0, 0, 0, 0.06) !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
	}
}
.main {
	padding-top: 30px;
}
.footer {
	width: 100%;
	box-sizing: border-box;
	margin-top: 50px;
	padding: 40px 0px;
	background-color: #333333;
	box-shadow: 0px 0px 5px #CCC;
	text-align: left;
	color: #FFF;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 15px;
}
.footer a{
	color: #FFFFFF;
	text-decoration: none;
}
.footer .one-third.column,
.footer .two-thirds.column,
.footer .one-half.column {
	width: 48%;
	margin-left: 0;
}
.footer .one-half.column.u-pull-right,
.footer .two-thirds.column.u-pull-right {
	float: right;
}
.onethird {
	width: 32%;
	display: inline-block;
	float: left;
	margin-right: 2%;
}
.onethird:last-child {
	margin-right: 0%;
	float: right;
}
.onethirdtwo {
	width: 32.5%;
	display: inline-block;
	margin-right: 2%;
	margin: 5px auto;
}
.onethirdtwo:last-child {
	margin-right: 0%;
}
.onehalf {
	width: 49%;
	margin-right: 2%;
	box-sizing: border-box;
	float: left;
}
.onehalf:last-child {
	float: right;
	margin-right: 0;
}
.mobmenu {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 20px 10px 20px 20px;
	border-bottom: 1px solid #CCC;
}
.mobmenu a {
	color: #b73f0c;
	text-decoration: none;
}
.mobmenutext {
	color: #666666;
	font-size: 14px;
	padding: 20px 10px 20px 20px;
}
.mobmenu img {
	width: 18px;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}
/* FONTS */
.fg {
	color: #84B761;
}
.fo {
	color: #b73f0c;
}
.fdo {
	color: #9d360a;
}
.fd {
	color: #000000;
}
.fb {
	font-weight: 400;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}

/* HOME */
.homeimagebox {
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}
.homeimage {
	position: relative;
	top: 0;
	left: 0;
}
.homeimage img {
	max-height: 70vh;
}
.downarrow {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -30px;
}
.downarrow img {
	width: 60px;
	height: auto;
}
.news-item {
	font-weight: 300;
	padding-bottom: 40px;
}
.instagram {
	clear: both;
	width: 100%;
	max-width: 1200px;
	padding-bottom: 0px !important;
	margin: 20px auto;
}
.news-item a {
	text-decoration: none;
}
.news-item h3 {
	color: #84B761;
	padding-bottom: 10px;
}
.news-item img {
	width: 100%;
}
.news-item-left {
	border-top: 1px solid #CCC;
	padding-top: 20px;
}
.news-item ul li {
	margin-bottom: 1em;
}
li {
	font-size: inherit;
}
li {
	display: list-item;
	text-align: -webkit-match-parent;
}
ul {
	margin-left: 1.25rem;
	list-style-type: disc;
}
ul, ol, dl {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.4;
}
/* ABOUT */
.about {
	padding: 10px 0 50px;
}
.about h1 {
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 28px;
	color: #333;
}
.about h2 {
	font-size: 22px;
	margin: 0 0 18px;
	color: #333;
}
.about p {
	margin: 0 0 1.15em;
	line-height: 1.65;
	color: #444;
}
.about p:last-child {
	margin-bottom: 0;
}
.about-copy {
	padding-bottom: 48px;
}
@media (min-width: 960px) {
.about-header {
	padding-top: 36px;
	border-top: 1px solid #ddd;
}
.about-copy {
	margin-right: 320px;
}
}
.about-bio {
	display: flex;
	align-items: flex-start;
	gap: 40px;
}
.about-bio-copy {
	flex: 1;
	min-width: 0;
}
.about-portrait {
	flex: 0 0 280px;
	max-width: 280px;
}
.about-portrait img {
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 959px) {
.about {
	padding: 4px 8px 40px;
}
.about-header {
	margin-top: 36px;
	padding-top: 28px;
}
.about h1 {
	font-size: 26px;
	margin-bottom: 20px;
}
.about-copy {
	padding-bottom: 0;
	margin-right: 0;
}
.about-bio {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	gap: 24px;
}
.about-portrait {
	max-width: 240px;
	flex: none;
}
}
/* CONTACT */
#map {
	height: 400px;
	width: 100%;
}
.contact {
	padding-top: 40px;
}
.contact input {
	width: 100%;
	border-radius: 0px;
	margin: 0 0 1rem;
    padding: 2px 10px;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
    box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
    color: #0a0a0a;
}
.contact input[type="submit"]{
	width: 80px;
	background-color: #b73f0c;
	color: #ffffff;
	line-height: 25px;
	border: 0px;
	text-transform: none;
	font-size: 14px;
	font-weight: 300;
}
.contact input[type="submit"]:hover{
	background-color: #9d360a;
}
.contact textarea {
	width: 100%;
	height: 150px;
	margin: 0 0 1rem;
    padding: 2px 10px;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
    box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
    color: #0a0a0a;
}
/* GALLERIES */
.galleryfilter {
	text-align: center;
	color: #999;
}
.galleryfilter button{
	border: 0px;
	font-size: 18px;
	font-weight: 400;
	width: auto;
	padding: 0px 15px;
}
.galleryfilteractive {
  color: #b73f0c !important;
}
.gallerycontainer {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin-top: 15px;
}
.galleryitem {
    margin: 20px;
    list-style-type: none;
}
.galleryitem img{
	height: 300px;
}
.galleryitem {
  position: relative;
}
.galleryitem span {
  display: none;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  text-align: left;
  background: rgba(183,63,12,0.9);
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
}
.galleryitem:hover span {
  display: block;
}

/* PROJECT PAGE */
.project {
	text-align: center;
}
.project img{
	display: inline-block;
	text-align: center;
	max-width: 100%;
    margin-bottom: 40px;
    height: auto;
    max-height: calc(100vh - 300px);
}
.projecttext {
	margin: 0px auto 40px auto;
	width: 100%;
	max-width: 600px;
	text-align: left;
}
.projecttext h1{
	margin-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}

/* NEW HOME */
.homerow {
    position: relative;
	background: url(../assets/home_1_compress.jpg) no-repeat center center;
  	-webkit-background-size: cover;
    -moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	height:100vh;
  	width: 100%;
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
    max-height: calc(100vh - (100px));
    overflow: hidden;
	animation: slides 40s linear infinite;
    -webkit-animation: slides 40s linear infinite;
    -moz-animation: slides 40s linear infinite;
    -o-animation: slides 40s linear infinite;
    -ms-animation: slides 40s linear infinite;
}
@-webkit-keyframes slides {
    10% {
        background: url("../assets/home_1.jpg");
        background-size: cover;
        background-position: center center;
    }
	14% {
        background: url("../assets/home_2.jpg");
        background-size: cover;
        background-position: center center;
    }
	22% {
        background: url("../assets/home_2.jpg");
        background-size: cover;
        background-position: center center;
    }
    28% {
        background: url("../assets/home_3.jpg");
        background-size: cover;
        background-position: center center;
	}
	 36% {
        background: url("../assets/home_3.jpg");
        background-size: cover;
        background-position: center center;
	}
	42% {
        background: url("../assets/home_4.jpg");
        background-size: cover;
        background-position: center center;
	}
	50% {
        background: url("../assets/home_4.jpg");
        background-size: cover;
        background-position: center center;
	}
    56% {
        background: url("../assets/home_5.jpg");
        background-size: cover;
        background-position: center center;
    }
	65% {
        background: url("../assets/home_5.jpg");
        background-size: cover;
        background-position: center center;
    }
	70% {
        background: url("../assets/home_6.jpg");
        background-size: cover;
        background-position: center center;
    }
	78% {
        background: url("../assets/home_6.jpg");
        background-size: cover;
        background-position: center center;
    }
	84% {
        background: url("../assets/home_7.jpg");
        background-size: cover;
        background-position: center center;
    }
	92% {
        background: url("../assets/home_7.jpg");
        background-size: cover;
        background-position: center center;
    }
	95% {
        background: url("../assets/home_1.jpg");
        background-size: cover;
        background-position: center center;
    }
}
.homehead {
	position: absolute;
	top: 65%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
	font-size: 52px;
	color: #B63F0C;
	text-shadow: 0px 1px 0px #FFF;
	font-weight: 400;
}
.nodisplay {
	visibility: hidden;
}
.nodisplay img{
	width: 1px;
	height: 1px;
}
.homecontainer {
    margin-top: 15px;
}
.homecontainertwo {
    margin-top: -50px;
}
.homeentry {
	width: 100%;
	max-width: 1200px;
	margin: 40px auto;
	text-align: left;
	clear: both;
	overflow: hidden;
	background: #EEEEEE;
	padding: 20px;
}
.homeitem, .homeitemhorz {
    list-style-type: none;
	vertical-align: top;
}
.homeitem img{
	width: 360px;
	height: auto;
	text-align: right;
	display: block;
}
.homeitemhorz img{
	width: 560px;
	height: auto;
	text-align: right;
	display: block;
}
.homeitem.tl {
	margin-left: 0px !important;
}
.homeitemtext {
	text-align: left;
    list-style-type: none;
	width: 780px;
	box-sizing: border-box;
	color: #333;
}
.homeitemtexthorz {
	text-align: left;
    list-style-type: none;
	width: 580px;
	box-sizing: border-box;
	color: #333;
}
.hometextonly {
	text-align: left;
    list-style-type: none;
	max-width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
	color: #333;
    overflow: hidden;
}
.homeitemtext h1 {
	font-size: 24px;
	padding-bottom: 10px;
}
.homeitemtexthorz h1 {
	font-size: 24px;
	padding-bottom: 10px;
}
.hometextonly h1 {
	font-size: 24px;
	padding-bottom: 10px;
}
.homeitem, .homeitemhorz, .homeitemtext, .homeitemtexthorz {
  display: inline-block;
}
.article {
	min-height: 62.5vh;
	padding: 0px 10px;
}
.article h1 {
	padding-bottom: 20px;
}

/* NEW */
.journalfeed {
	width: 33.1%;
	display: inline-block;
	box-sizing: border-box;
	padding: 20px;
	margin-top: -30px;
	overflow-y: scroll; height:calc(100vh - (107px));
}
.journalfeed .homeitemtext {
	width: 100%;
}
.journalfeed .homeentry, .journalfeed .homeitemtexthorz {
	width: 100%;
}
.journalfeed .homeitemhorz img, .journalfeed .homeitem img{
	width: 100%;
	height: auto;
	text-align: right;
	display: block;
	margin-bottom: 20px;
}

/* NEW*/
.homecontainernew {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
.homearticle3row {
	width: 32%;
	float: left;
	background-color: #EEEEEE;
	margin-right: 2%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.homearticle3row:last-child {
	margin-right: 0%;
}
.homearticle2row {
	width: 49%;
	float: left;
	background-color: #EEEEEE;
	margin-right: 2%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.homearticle2row:last-child {
	margin-right: 0%;
}
.homearticlerow {
	width: 100%;
	background-color: #EEEEEE;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.leftarticleimage img{
	width: 30%;
	margin-right: 10px;
	float: left;
}
.articleimage img{
	width: 100%;
	margin-bottom: 10px;
}
.articleinline {
	float: right;
	width: 175px;
	height: auto;
}