body {
  margin: 0;
  background-color: var(--background-color);
  color: var(--text-color);
  	font-family: 'Hind', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
	font-weight: 400;
	
/* 
	border: 5px solid var(--main-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
 */
}



a {
	color:var(--main-color);
}

a:hover {
	opacity: .85;
	text-decoration: none;
}

.darknav {
	color:#1d1e1f !important;
}

img {
	width: 100%;
}

.no-underline{
	text-decoration:none;
}

.no-underline:hover{
	opacity:1;
}

li {
	padding-left: 15px;
	padding-right: 5px;
	text-indent: -14px;
}

h1 {
	color: #fff;
	background-color: var(--translucent-color);
	font-size: 35px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
	display: inline;
	line-height: 1.22;
	padding: 0 5px;
	box-shadow: 8px 0 0 var(--translucent-color), -8px 0 0 var(--translucent-color);
	box-decoration-break: clone;
}

h2 {
	font-size: 20px;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height:1.1;
}

h3 {
	font-size: 16px;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
	padding:0;
	margin:0;
}

h4 {
	font-size: 12px;
	letter-spacing:.2px;
	margin:0px;
	color: var(--text-color);
	margin-top:5px;
}


.right-h3 {
	margin-right:50px;
}

.left-h3 {
	margin-left:46px;
}

.header .logo h5 {
	display: inline-block;
	color: var(--text-color);
	font-size: 17px;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400 !important;
	font-style: italic;
	padding: 0;
	letter-spacing: .6px;
	margin: 0;
}

.container {
	max-width: 1200px;
	margin: auto;
	padding: 0 15px;
	width: 100%;
}

/* header */

.header {
  background-color:var(--background-color);
  position: fixed;
  width: 100%;
  z-index: 3;
  border-top: 5px var(--main-color) solid;
}

.header .wrapper {
	width: auto;
	max-width: 1200px;
	margin: 0 15px;
}

.header ul {
  margin: 0 -15px 0 -15px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: block;
}

.header li a {
	display: block;
 	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;                                          
	color: #1d1e1f;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
	padding: 13px 0 13px 15px;
	margin-left: 0px;
	margin-top: -5px;
/* 
	-webkit-transition: .3s; 
    transition: .3s;
    transition-timing-function: ease;
 */
    background-color: white;
    width: 100%;
    z-index:100;
    text-indent: 0;
}

/* .header  */.hide {
	display: none !important;
}

.show {
	display: block;
	padding: 60px 20px 0 20px;
	text-align: left !important;
}

.header li a:hover,
.header .menu-btn:hover {
	color: #1d1e1f;
}

.header .logo {
	display: block;
	float: left;
	padding: 9px 20px 0px 0px;
	color: var(--text-color);
	text-decoration: none;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 22px;
	line-height:1.05;
}

.header .active {
	font-weight:700; 
	color:var(--text-color); 
	border-bottom: 2px var(--main-color) solid;
}

.header .activehome {
	font-weight:700; 
	color:#1d1e1f; 
	border-bottom: 2px var(--text-color) solid;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 22px 1px 16px 1px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: var(--text-color);
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: var(--text-color);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.home-portfolio {
	min-width: 45%;
	min-height: 150px;
	background-color: #fff;
	margin-bottom: 10px;
	padding-top:70px !important;
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: cover !important;
}

.home-portfolio a {
	color: #fff;
	font-size: 24px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
	letter-spacing:.2px;
	display: inline;
	padding: 0 5px;
	box-decoration-break: clone;
	text-decoration:none;
	opacity:.9;
	display:none;
}

.home-portfolio p {
	max-width:45%;
	line-height: 1.22;
}


.CN {
	padding-top: 15px;
/* 	border: 3px #f95503 solid; */
}

.DC {
	padding-top: 15px;
/* 	border: 3px #3aa7cf solid; */
}


.MBFS {
	padding-top: 15px;
/* 	border: 3px #188ff2 solid; */
}

.ROS {
	padding-top: 15px;
/* 	border: 3px #e5308f solid; */
}


.OCF {
	padding-top: 15px;
/* 	border: 3px #13aa1b solid; */
}

.home-container {
	padding-top:70px;
}

.footer {
	background-color:#e4e4e4;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 40px;
}

.footer-dark {
	background-color: #2c2c2f;
	color: #fff;
}

.footer-left {
	width: 60%;
	margin-left: 15px;
	text-align: left;
	float: left;
	box-sizing: border-box;
	padding-left:15px;
}

.footer-left:first-child {
	margin-left: 0;
}

.footer-right {
	width: 28%;
	text-align: right;
	float: right;
	box-sizing: border-box;
	margin-right:15px;
}

.footer-right:first-child {
	margin-left: 0;
}

.insta {
	margin-right:  15px;
	text-decoration:none;
}

.social {
	opacity: .6;
}

.social:hover {
	opacity: 1;
}

.nametag {
	color: #bbbbbb;
	text-transform: uppercase;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing:.6px;
	margin: 0;
}

.nametag-white {
	color:#fff;
}


/* ---------------------------------inner pages --------------------------------------*/
.hero {
	background-repeat: no-repeat;
	background-position:bottom right;
	background-size: 100%;
	padding-top: 128px !important;
	display: none;
}

.hero-box {
	margin-top:10%;
	margin-bottom:60px;
	padding:5px 3px 5px 0;
}

.hero-cn {
	min-height: 300px;
}

.hero-dc {
	min-height: 390px;
	background-size: contain !important;
	margin-bottom: -10px;
/* 
	padding-top:70px !important;
 */
}

.hero-box-dc {
	width: 40% !important;
}

.hero-mbfs {
	min-height: 390px;
	padding-top:0px !important;
	margin-top:0;
}

.hero-box-mbfs {
	padding-top: 90px !important;
	width:55% !important;
}

.print-container {
	padding-top:50px;
}

.graybar {
	background-color:#2f2f2f;
	color: white;
	width: 100%;
	margin: 30px auto 0;
	padding: 20px 0;
}

.lightgraybar {
	background-color:#f6f6f6;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.portfolio-row {
	padding: 20px 15px !important;
}

.last-section {
	margin-bottom:20px
}

.one-half-skinny { 
	width: 100%;
}

.one-half-forever { 
	width: 50%;
}

.process {
	background-image: url('../images/psd-back.png');
	background-repeat:repeat;
	padding: 20px 0 !important;
}

.bullets {
	padding-right: 0px;
}

.bullets ul {
  list-style-type: none;
  margin-left:20px;
}

.bullets ul li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}

.bullets li {
	margin-bottom:10px;
	line-height:1.4;
	text-indent: -1px !important;
}

.nav-bottom {
	display: block;
	padding-bottom: 15px;
	-webkit-transition: .3s; 
    transition: .3s;
    transition-timing-function: ease;
}

.nav-bottom:hover {
	opacity: .6;
}

.nav-bottom a {
	color: green !important;
}

.nav-bottom-right {
	text-align: right;
}

/* 
.project {
	text-decoration:none;
}

.project-nav {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing:.6px;
}

.bottom-nav:hover {
	text-decoration:none !important;
	opacity:.6;
}

.arrow {
	fill: var(--main-color);
	color: var(--main-color);
	display:inline-block;
}

.left {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.nav {
    overflow: hidden;
    border-top: 5px var(--main-color) solid;
    position: fixed;
    top: 0;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    z-index:100;
	margin: 0;
    width: 100%;
    padding-top:4px;
    float: right;
	list-style: none;    
	text-align: left;
	margin: 0;
}

.nav > li {
    display:Inline-block;
    padding: 10px 9px 10px 9px;
}
 */

@media (min-width: 400px) {
	.home-portfolio {
		min-height: 200px;
	}
	
/* 
	.hero {
		background-size: 68%;
		display:block;
	}
 */
 
}

@media (min-width: 640px) {
	.home-portfolio {
		background-size: contain !important;
	}
	
	h1 {
	font-size: 60px;
	}
	
	.darknav {
		color:white !important;
	}
	.container {
		width:90%;
		padding: 0;
	}
	
	.bullets {
		padding-right: 20px;
	}

	.header {
		background: none;
	}
	
	.header .wrapper {
		width: 90%;
		margin: auto;
	}
	
	.header li {
		float: left;
	}
	
	.header li a {
		padding: 17px 2px 2px 2px !important;
		margin-left: 50px;
		background: none;
		width: auto;
	}
	
	.header li a:hover,
	.header .menu-btn:hover {
		color: var(--text-color);
	}
	
	.header li a:hover, .header .menu-btn:hover {
		border-bottom: 2px var(--main-color) solid;
		opacity: 1;
	}
	
	.hide {
		display: inline-block !important;
	}
	
	.show {
		display: none !important;
	}
	
	.header .menu {
		clear: none;
		float: right;
		max-height: none;
		margin-right: 0;
	}
	
	.header .menu-icon {
		display: none;
	}
	
	.header .logo {
		font-size: 25px;
		padding-top: 14px;
	}

	.header .activehome {
		color:var(--text-color); 
	}

	.sq {
		min-height: 241px;
		max-width:570px;
	}

	.CN {
		background-image: url('../images/sq-CN.svg');
		margin-left:-40px;
		padding-top: 20px;
		border: none;
	}

	.DC {
		background-image: url('../images/sq-DC.svg');
		margin-right:-40px;
		padding-top: 35px;
		border: none;
	}

	.MBFS {
		background-image: url('../images/sq-MBFS.svg');
		margin-left:-40px;
		padding-top: 20px;
		border: none;
	}

	.ROS {
		background-image: url('../images/sq-ROS.svg');
		margin-right:-40px;
		padding-top: 35px;
		border: none;
	}

	.OCF {
		background-image: url('../images/sq-OCF.svg');
		margin-left:-40px;
		padding-top: 35px;
		border: none;
	}
	

	
	.thumb {
		width:auto;
		max-width:none;
		padding-left: 55px;
		padding-right: 25px;
		float:left;
	}

	.thumb-wide {
		padding-left:85px;
	}
	
	.home-container {
		padding-top:120px;
	}
	
	.portfolio-button {
		display: inline;
		padding:3px 13px;
		text-align:left;
	}
	
	.portfolio-name {
		font-size: 35px;
		margin: 40px 5px 12px 0px;
		text-align:left;
	}

	.portfolio-name-tall {
		font-size: 35px;
		text-align:left;
	}
	
	.footer-left, .footer-right {
		margin:0;
		padding:0;
	}
	
	.hero {
		background-size: 64%;
		display:block;
	}
	
	.hero-box {
		margin-top:0;
		margin-bottom:0px;
		padding:5px 3px 5px 0;
	}
	
	.graybar {
		margin: 40px auto 0;
		padding: 50px 0;
	}
	
	.portfolio-row {
		padding: 50px 0 !important;
	}
	
	.lightgraybar {
		padding: 50px 0;
	}
	
	.last-section {
		padding: 50px 0;
		margin-bottom: 100px;
	}
	
	.one-half-skinny { 
		width: 49%;
		margin-left: 2%;
	}
	
	.hero-cn {
		min-height:370px;
	}
	
	.print-container {
		padding-top:128px;
	}

	.hero-mbfs {
		padding-top:0px !important;
		margin-top: -120px;
	}
	
	.rossetti {
		padding-top:298px !important;
		background-size:70% !important;
	}
	
	.last-section {
/* 
		padding: 20px 15px;
 */
		margin-bottom:80px
	}
}

@media (min-width: 980px) {
	.home-portfolio {
		min-height: 240px;
		background-size: cover !important;
	}
	
	.hero-cn {
		min-height:420px;
	}
	
	.hero-box {
		margin-top:60px;
	}
	
	.hero-box-mbfs {
		padding-top: 60px !important;
	}

}

@media (min-width: 1024px) {
	.container {
		width:80%;
	}
	
	.header .wrapper {
		width: 80%;
	}
	
	.hero-cn {
/* 
		min-height: 500px;
 */
	}
	
	.hero-mbfs {
/* 
		padding-top:70px !important;
 */
		margin-top:-110px;
	}
}


@media (min-width:1200px) {
		.hero-mbfs {
			margin-top: 0px;
		}

}

@media (min-width:1300px) {

			.CN {
				margin-left:120px;
			}

			.DC {
				margin-right:120px;
			}

			.MBFS {
				margin-left:120px;
			}

			.ROS {
				margin-right:120px;
			}

			.OCF {
				margin-left:120px;
			}
	
			.hero-cn {
/* 
				min-height: 600px;
 */
			}
	}	
	