@charset "utf-8";

/* Fonts:
font-family: 'Open Sans', sans-serif;
font-family: 'Nobile', sans-serif;


/* Our Services Title*/
#os {
	padding-top: 100px;
	padding-bottom: 15px;
	font-size: 60px;
	text-shadow: none;
}

/* Our Services Paragraph */
#osp {
	padding-bottom: 160px;
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;
}

/* Location Heading */
#location {
	background-image: url(images/jumbo1.jpg);
	background-size: cover;
	color: white;
	padding-bottom: 150px;
	padding-top: 50px;
	padding-left: 50px;
	font-size: 30px;
	text-shadow: 3px 3px #3a3a3a;
}


/* Services, Capabilities, Advantages titles*/
.infoh {
	font-size: 30px;
}

 /* Background styling*/
body {
	background-color: #f2f2f2;
}

/*Dimensional Inspection text styling */ 
#DItext {
	margin-bottom: 30px;
	padding: 10px;
	background-color: white;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}


/* Jumbotron headings (not main title) */
h2 {
	font-family: 'Nobile', sans-serif;
	font-size: 90px;
	text-shadow: 4px 4px #3a3a3a;
	color: white;
	
}

/* Jumbotron main title Quality Inspection */
.jumbotron {
	background-image: url(images/jumbo2.jpg);
	color: white;
	padding-left: 15px;
	padding-top: 200px;
	padding-bottom: 130px;
	font-family: 'Nobile', sans-serif;
	background-size: cover;
	
}

/* base paragraph styling */
p {
	font-size: 20px;
	text-align: center;
	
}

/* Dimensional Inspection styling*/
#DI {
	color: white;
	background-image: url(images/jumbo3.jpg);
	background-size: cover;
	padding-bottom: 150px;
	padding-top: 150px;
	text-shadow: 3px 3px #3a3a3a;
}

/* Reverse Engineering Jumbotron*/
#RI {
	color:white;
	background-image: url(images/jumbo4.jpg);
	background-size: cover;
	padding-bottom: 150px;
	padding-top: 150px;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 3px 3px #3a3a3a;
}

/* Equipment Jumbotron headings*/
#EQ {
	background-image: url(images/jumbo5.jpg);
		background-size: cover;
		padding-bottom: 150px;
		padding-top: 150px;
		text-shadow: 4px 4px #3a3a3a;
	color: black;
}

/* History jumbotron*/
#history {
	background-image: url(images/jumbo6.jpg);
	background-size: cover;
	padding-bottom: 150px;
	padding-top: 150px;
	color: white;
	text-shadow: 3px 3px #3a3a3a;
}

/* History paragraphs styling*/
#historyp {
	padding: 40px 40px;;
	font-family: 'Open Sans', sans-serif;
}

/* texts for Reverse Engineering */
#RItext {
	margin-bottom: 30px;
	padding: 10px;
	background-color: white;
	margin-top: 20px;
}

/* Pictures */
img {
	max-height: 400px;
	max-width: 400px;
	display: block;
	margin: auto;
	padding-top: 20px;
}

/* Location styling*/
#locationtext {
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	background-color: white;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* history paragraphs */
#historytext {
	font-family: '';
	background-color: white; 
	margin-bottom: 30px;
	margin-top: 20px;
}

/*contact us  texts*/
#contactustext {
	font-family: 'Open Sans', sans-serif;
	background-color: #c2c3c4;
	padding-top: 20px;
}

#contactust {
	font-family: 'Open Sans', sans-serif;
}

/* Contact Us Title */
.contactustitle {
	font-family: 'Nobile', sans-serif;
	padding-top: 20px;
	font-size: 40px;
}

/* map padding */
#map {
	padding-top: 20px;
}

input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.fa {
}

.fa-facebook {
	width: 50px;
	font-size: 400px;
}

/* Equipment Paragraph*/
.equipmenttextt {
	padding: 30px 30px 60px 30px;
	font-size: 24px;
}	

#equiptext {
	background-color: #eaebed;
}
#locationtext .locationimg .location {
	width: 1000px;
}
.picback {
	background-color: 
}
