@charset "utf-8";
/* CSS Document */

body{
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 14px;
}

h1{
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 32px;
}

h3{
	font-family: Century Gothic, Arial, sans-serif;
	font-size: 16px;
	text-align:center;
	margin: 20px 0px 0px 0px;
	color: #0d8040;
}

a{
	color: #090;
	text-decoration:underline;
}

/* * * * * MENU * * * * */
.topbar-center-logo {
  background: #0d8040;
  margin: 50px 0px 0px 0px;
  height: 45px;
  border-top: solid 2px #87c441;
  border-bottom: solid 2px #87c441;
}

.topbar-center-logo .menu {
  background: #0d8040;
}

.topbar-center-logo .menu a {
  color: #fefefe;
  margin: 0px 40px 0px 40px;
}

.topbar-center-logo .top-bar-center{
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media screen and (max-width: 39.9375em) {
  .menu-logo {
    display: none;
  }
  .topbar-center-logo {
  	margin: 0px;
	height:auto;
  }
}

/*
@media screen and (max-width: 39.9375em) {
  .topbar-center-logo .top-bar-center{
    display: none;
  }
}*/

.topbar-center-logo-mobile {
  background: #0d8040;
  height: 60px;
}

.topbar-center-logo-mobile .menu-icon {
  vertical-align: text-top;
}


/*--------------- Overview on Homepage ---------------*/
.overview{
	background:url(../images/myler-home-egg-bg.jpg) no-repeat top right;
  
	height: 80vh;
	background-size:cover;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;

}

.overview .overview-text {
	background:rgb(204,204,204); /*backup for browsers that don't support rgba*/
	background:rgba(255,255,255,0.3);
	padding: 20px 20px 20px 40px;
	
	max-width: 60rem;
	margin: 0 auto;
}


/*--------------- Process Steps on Homepage ---------------*/
.process-section{	
	max-width:70rem;
	margin:0 auto;
    margin-bottom: 50px;
	/*overflow: hidden;*/
}

.process-section .process-text{	
	padding: 0px 20px 0px 20px;	
}

.process-step{
	float: left;
	
	padding: 1rem;
	/*margin-bottom: 1rem;*/
	max-width:23rem;	
	
	height: 450px;
}

.process-step-image{
	text-align:center;
}

.process-step-title{

}

.process-step-desc{

}


/*--------------- Main Content with Generic Style ---------------*/
.content{
	max-width:70rem;
	margin:auto;
	padding-top: 30px;
	margin-bottom: 50px;
}

.content-header h3{

}

.content-text{
	padding: 1rem;
}

/*--------------- Company Profile ---------------*/
.profile-topic{
	font-weight:bold;
}

.profile-subsection{
	float: left;

	max-width:70rem;
	margin:0 auto;
}

.left-side{	
	float: left;
	padding: 1rem;
	max-width: 38rem;
}

/*--------------- Footer ---------------*/
.footer{
	background: #0d8040;
	height: 3rem;
	text-align: center;
	color:#fff;
	padding-top: 10px;
}
