/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}

section.module h2 {
  margin-bottom: 40px;
 
  font-size: 30px;
}


section.module h3 {
  margin-bottom: 15px;
  color : #666666;
  font-size: 28px;
    
  font-weight : bold;
  
}





section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
 
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 32px;
  line-height: 270px;
  font-weight: 700;
  text-align: center;
  
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  
  
}


section.module.parallax-1 {
  background-image: url("../img/5-1.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/5-2.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/5-3.jpg");
}


/******************* MEDIA QUERIES *********************************************************************/


@media all and (min-width: 700px) {
  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
  
  
}



	
	

/***********************************************************************************************************/


.bear {

	width: 300px;
	height: 285px;
	
	float: left;
  
  text-align : justified;
  
  background-color : #FFFFFF;
	
	opacity: 0.8;
	
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	
	box-shadow : 8px 8px 8px #555555;
	
	margin-right : 20px;
  
	}


.pad-head {

	width: 300px;
	height: 285px;
	
	float: right;
  padding : 30px;
  text-align : justified;
  
  background-color : #FFFFFF;
	
	opacity: 0.8;
	
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	
	box-shadow : 8px 8px 8px #555555;
	
	margin-right : 20px;
	
	font-size : 2em;
	
	line-height: 2em;
	
	font-weight : bold;
  
	}


.voile {

	background-color : #FFFFFF;
	
	opacity: 0.8;
	
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	
	box-shadow : 8px 8px 8px #555555;
	height: 285px;
	
	padding: 100px 20px 100px 20px;
	
	
	
	}

	
.voile-mail {

	background-color : #FFFFFF;
	
	opacity: 0.8;
	
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	
	box-shadow : 8px 8px 8px #555555;
	height: auto;
	
	padding: 40px 20px 70px 20px ;
	
	margin: 70px;
	
	color: #969696;
	
	font-size : 14px;
	
	}
	
.hidden {

	visibility: hidden;
	}




#filler4{
	min-height : 4em;
}

#filler5 {

	min-height : 5em;
	}

	
#filler8 {
	
	min-height : 8em;
	}
	
#filler10 {

		min-height : 10em;
		}
		
	
	
.border-b {

	border: solid black;
	}
	
.border-r {

		border : solid red;
		}

 
  
.pull-left {

	float: left;
	}
	
	
.pull-right {

		float: right;
		}
		
		
.para-white {
  color: rgba(255, 255, 255, 0.8);
 font-size : 48px;
 
  text-align: center;
  
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  
  
}
  
.md {
	font-size: 1.2em;
	
	}

.lg {
		font-size: 3.8em;
		}
		
.dark {

		color: #666666;
		}
		
.bo {
			font-weight: bold;
			}

	
.left5 {

		margin-left: 5px;
		}
	
	
	
.left8 {

		margin-left: 8px;
		}
		
.left30 {

			margin-left : 30px;
			}
	
	
	.left60 {

			margin-left : 60px;
			}
	
	
input[type="text"] {
  display: block;
  margin: 0;
  width: 80%;
  font-family: sans-serif;
  font-size: 14px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  
  
  padding: 5px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}

	
textarea{
  display: block;
  margin: 0;
  width: 80%;
  font-family: sans-serif;
  font-size: 13px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  
  
  padding: 5px;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}

	
.btn-o{


	text-align : center;

	vertical-align : middle;

	padding : 2px 4px;

	margin-top : 12px;

	margin-bottom : 20px;

	margin-left :8px;

	margin-right : 8px;

	background-color : #FFFFFF;

	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	box-shadow : 2px 2px 2px #555555;
	
	
    width: 110px;
	height : 40px;
	
}	
	
	
	
.btn-o:hover {
	
	
	
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	box-shadow : 0px 0px 0px #555555;

	background-color : #E8E8E8;

	background-image : -moz-linear-gradient(#FFFFFF, #F0F0F0);
	background-image : -webkit-linear-gradient(#FFFFFF, #F0F0F0);
	
	border-width : 2px;
	
	border-style : outset;

	border-color : #F0F0F0 #E8E8E8 #D0D0D0 #D8D8D8;
	
    
	
}

#contact

 {
 
 line-height :50px;
}	
	
#project-management {


}

#quality-assurance {


}


#business-analysis {

}	
	
	
	
.img32 {

width: 32px;
height: 32px;
}	
	
