
/*plentiplenti:#f1f0eb - 182px(iphone)*/
/*plentiplenti:#111a23*/
/*plentiplenti:#111a23*/

body {
	background: #fff;
}

html {
  background-color: #16171a;
}

/*center and element(s), and center text*/
.centering {
    margin: 0 auto;
    text-align: center;
    display: block;
    float: none;
    border: 0;
    width: 100%;
}

.main-nav {
	/*background: #343434;*/
    color: #343434;
	font-size: 14px;
    width: 100%;
	background: #2d3135;
	margin-bottom: 0px;
	 border-bottom: 1px solid #42464a;
}

.top-bar {
	overflow: hidden;
	height: 100px;
	line-height: 100px;
	position: relative;
	background: #2d3135;
	margin-bottom: 0;
}

.top-bar .name {
	height: 100px;
	margin: 0;
	font-size: 16px;
}

.top-bar .name h1 {
	line-height: 100px;
	font-size: 1.0625rem;
	margin: 0;
}

.top-bar .toggle-topbar a {
	color: white;
	text-transform: uppercase;
	font-size: 0.8125rem;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 0 15px;
	height: 100px;
	line-height: 100px;
}

  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 15px;
    /*font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;*/
    font-size: 1.2rem;
    font-weight: normal;
    background: #2d3135;
}

.top-bar-section {
	margin-top: 24px;
 }


h2 {
  font-size: 1.5875rem; }

hr.services {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}





.middle {
padding-top: 40px;
}

#page-header {
  background-color: #2c3133;
  min-height: 105px;
}

#page-header #intro { 
	padding: 1% 0 5% 0%;

}


#page-header #intro h2
 {
  font-size: 54px;
	color: #fff;
	font-weight: 300;
	letter-spacing: -1px;
    line-height: 66px;
	padding: .8em 0 .1em;
}


#page-header #intro span {
  color: #FFA300;
}


#services {
  background-color: #f2f1ec;
  min-height: 305px;
}

#services h2 {
  font-size: 48px;
	color: #16171a;
	font-weight: 300;
	letter-spacing: -1px;
    line-height: 66px;
}

#services h3 {
	font-size: 1.275rem;
	padding-top: .2em;
	font-weight: 700;
}


#services h4 {
	font-size: 1.075rem;
	font-weight: 300;
	padding-top: .4em;
}

.services-box
  {
    padding-top: .2em;
}

.services-box img {
    padding-right: .5em;
    margin-bottom: .3em;
}

.intro-services  {
    padding-top: 2em;
}

.slinks {
	font-family: inherit;
	font-size: inherit;
	background: #2c3133;
	padding: 15px 10px;
	display: inline-block;
	margin: 15px 10px;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	border: 2px solid #fff;
	color: #FFA300;
}


#portfolio-slides {
  background-color: #fff;
    margin-bottom: 25px;
	margin-top: 25px;
}


#portfolio-p {
    background-color: #2a252c;
  	padding-top: 25px;
}



.aops
 {
    background-color: #f1f0eb;
 }
 
 .aops h1
  {
	font-size: 1.5em;	
	font-weight: 700;
	margin-bottom: 0;
	padding-top: 45px;
	color: #111;
}


.aops h2
 {
	font-size: 1em;
	color: #111;
}
    
.plenti {
    background-color: #2d3035;
    min-height: 450px;
 }
    
    .yellow {
    background-color: #1d525f; 
        min-height: 450px;
    }




.plenti h1,
.yellow h1 {
	font-size: 1.5em;	
	font-weight: 700;
	margin-bottom: 0;
	padding-top: 45px;
	color: #fff;
}

.plenti h2,
.yellow h2 {
	font-size: 1em;
	color: #fff;
}

#page-footer {
  background-color: #2d3135;
  padding: 40px 0;
}

#page-footer h2 {
	font-size: 40px;
	font-weight: 300;
    line-height: 40px;
    color: #fff;
    padding: 10px;
}


.wrap-footer {
    background-color: #222228;
	padding: 5em 0;
	color: #343434;
	font-size: 14px;
	border-top: 1px #2d3135 solid;
	width: 100%;
	/*background: #f7f5f2;*/
}

.wrap-footer p {
	color: #f1f1eb;
}


@media only screen and (max-width: 40em) {
#page-header #intro h2 {
	font-size: 1.445rem;
	 line-height: 30px;
	 max-width: 95%;
	 text-align: center;
}

#services h2 {
  font-size: 28px;
	color: #16171a;
	font-weight: 300;
	letter-spacing: -1px;
    line-height: 66px;
}

.intro-services  {
    padding-top: .2em;
}


#portfolio-p  h1{font-size:2em;}
#portfolio-p h2{font-size:1.6em;}

#page-footer {
  padding: 20px 0;
}

#page-footer h2 {
	font-size: 34px;
	line-height: 36px;
    padding: 4px;
}


.wrap-footer p {
	font-size: 12px;
}

}

