body {
	background: #ecf5f7;
}

html {
  background-color: #16171a;
}


.main-nav {
	/*background: #343434;*/
    color: #343434;
	font-size: 14px;
	border-top: 1px #e6e5e1 solid;
    width: 100%;
	background: #333333;
	margin-bottom: 0px;
}

.top-bar {
	overflow: hidden;
	height: 100px;
	line-height: 100px;
	position: relative;
	background: #333333;
	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: #333333;
}


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

/* Default header styles */

/*h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #222222;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	line-height: 1.6;
}*/


h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 700;
}

h2 {
  font-size: 1.5875rem; }

.team>div {
	margin: auto;
	padding: 0 20px;
	padding-bottom: 30%;
	width: 100%;
	height: 100%;
	background-image: url(/rock/images/uploads/assets/team.png);
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-moz-background-size: 100% auto;
}

.slogan h2 {
	font-size: 2.2rem;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 300;
}


@media only screen and (max-width: 40em) {
.slogan h2 {
	font-size: 1.275rem;
}

.core h3 a {
	font-size: 1.025rem;}
	
.mh-menu li a span:nth-child(2) {
	font-weight: 400;
	font-style: italic;
	font-size: 12px;
	font-family: 'Alegreya SC', Georgia, serif;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

}



.core h1 {
	font-size: 2.275rem;
	padding-top: .9em;
}

.core h3 {
	font-size: 1.275rem;
	padding-top: .9em;
}

.core a {
	color: #3a3a3a;
}

.core a:hover,a:focus,a:active, a.more {
	color: #ea3852;
}

#separator {
	position: relative;
	padding: 5em 10%;
	background:  #fbfaf9;
	color: #333;
}

#separator p {
	color: #333;
	font-size: 1.1em;
	line-height: 1.5;
}

#separator.color {
	background: #f1f1eb;
}



#content-management-system,
#web-design-development,
.inner-edge,
#seo,
#ecom {
	position: relative;
	padding: 3em 5%;
	background:  #fbfaf9;
	color: #333;
}

/* My Comment */


#set {
	background: transparent;
}

#set h4 {
	color: #fff;
	font-size: 1.1rem;	
}


/*** Individual section styles and separators ***/

/* Common style for pseudo-elements */
#separator::before,
#content-management-system::before,
#web-design-development::before,
#seo::before,
.inner-edge:before,
#ecom::before,
#separator::after,
#content-management-system::after,
#web-design-development::after,
#seo::after,
.inner-edge:after,
#ecom::after {
	position: absolute;
	content: '';
	pointer-events: none;
}




/* Edges */
.ss-style-roundedges {
	padding-bottom: 6em;
	margin-bottom: 6em;
	padding-top: 1em;
	margin-top: 1em;
}

.ss-style-roundedges::before,
.ss-style-roundedges::after {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #ecf5f7;
	top: -10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ss-style-roundedges::before {
	left: -40px;
}

.ss-style-roundedges::after {
	right: -40px;
}


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

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










.mh-menu {
	margin: 20px auto;
}

ul#side-menu  { 
     list-style: none;
     }

.mh-menu li a{
	display: block;
	padding: 10px;
	text-align: left;
	position: relative;
	z-index: 10;
	background: #fff;
	height: 72px;
	border-right: 1px solid #ddd;
	background-color: rgba(255,255,255, 0.8);

}
.mh-menu li:nth-child(1):hover a{
	background-color: rgba(174,54,55,0.9);
}

.mh-menu li:nth-child(2):hover a{
	background-color: rgba(195, 210, 67, 0.9)
}
.mh-menu li:nth-child(3):hover a{
	background-color: rgba(211, 132, 57, 0.9);
}
.mh-menu li:nth-child(4):hover a{
	background-color: rgba(142, 116, 99, 0.9);
}
.mh-menu li a span{
	display:block;
}

.mh-menu li a span:nth-child(2){
	font-weight: 400;
	font-style: italic;
	font-size: 22px;
	font-family: 'Alegreya SC', Georgia, serif;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.mh-menu li:hover span:nth-child(2){
	color: #fff;
}



.active{
	background-color: rgba(195, 210, 67, 0.9)
}

.macro-box{
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
    padding: 0em 1.3em .5em;
    margin-bottom: 1.8em;
}


.triedge {
	width: 100%;
	height: .375em;			/* 6px / 16px */
	background: url(/images/uploads/assets/triedge.png) center;
	background-size: contain;
}

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

#page-header #intro { 
	padding: 3% 0 5% 0%;
	max-width: 99%;
}


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

@media only screen and (max-width: 40em) {
#page-header #intro h2 {
	font-size: 1.445rem;
}
}


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

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

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




#lagos {  
  background: url(/images/uploads/assets/bg-lagos.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 480px;
}


#lagos #intro
 { 
	padding: 6% 0 10% 2%;
	max-width: 95%;
}

#lagos #intro h2 {
	font-size: 3.8rem;
	color: #fff;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 1.15;
	padding: .8em 0 .1em;
}

@media only screen and (max-width: 40em) {

#lagos {  
  background: url(/images/uploads/assets/bg-lagos.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100px;
}

#lagos #intro h2
 {
	font-size: 1.445rem;
}

#lagos #intro { 
	padding: 2% 0 2% 5%;
	max-width: 99%;
}

.core h1 {
	font-size: 1.275rem;
	padding-top: .9em;
}

}
