@charset "UTF8";
/* CSS Document */

/* Colors:

	Yellow:
	#fcab1d
	rgb(252, 171, 29)

	Light Gray:
	#a7a7a7
	rgb(167, 167, 167)

*/

/* -------------------------- Start CSS Reset Here -------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, textarea, input, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*    --------------------------  start my CSS Here  -----------------------  */

html {
	background-color: #000;
	font-family: verdana, sans-serif;
	color: #fff;
	font-size: 1.1em;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

h1 {
	font-size: 3em;
	font-family: georgia, serif;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 2em;
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	text-align: center;
	color: #fff;
	margin-bottom: 35px;
	text-transform: uppercase;
	font-family: georgia, serif;
	padding-bottom: 10px;
}

h2 span {
	margin: 0 15px;
	position: relative;
	top: 5px;
}

h3 {
	font-size: 2em;
	text-align: center;
}

p.date {
	font-size: 1.5em;
	text-align: center;
	color: #fcab1d;
	font-weight: normal;
	font-family: georgia, serif;
}

h5 {
	text-align: center;
	margin: 10px 0;
}

a {
	color: #fcab1d;
	opacity: 1;
	transition: all .5s;
}

a:hover {
	opacity: .6;
}

strong {
	font-weight: bold;
}


/*    --------------------------  Header  -----------------------  */

#logo-container {
	width: 50%;
	float: left;
}

#logo-container img {
	max-width: 90%;
	margin: 20px 0 0 10%;
}

#tools-container {
	width: 50%;
	float: left;
}

#tools-container img {
	max-width: 80%;
	float: right;
	padding-right: 10%;
}

header {
	background-image: url('../img/back-header.jpg');
	background-color: gray;
	width: 100%;
}

/*    --------------------------  Nav  -----------------------  */

nav {
	height: 40px;
	background-image: url('../img/back-metal-texture.jpg');
	background-repeat: repeat-x;
}

nav ul {
	float: right;
	border-left: solid 2px #fff;
	margin-right: 20px;
}

nav li {
	float: left;
	color: #262626;
	font-family: georgia, serif;
	font-size: 1.5em;
}

nav li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0 20px;
	height: 40px;
	border-right: solid 2px #fff;
	background-color: rgba(0, 0, 0, 0);
}

nav li a:hover {
	color: #000;
	opacity: 1;
	background-color: rgba(0, 0, 0, .2);
}


/*    --------------------------  Sections  -----------------------  */

section, footer {
	padding: 40px 5%;
}



section#titles-section {
	clear: both;
	margin: 70px 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, .9);

}

section#services {
	background-image: url('../img/back-metal-grid.jpg');
	background-repeat: repeat;
}

section#contact {
	color: #000;
	background-color: #a7a7a7;
	background-color: rgba(167, 167, 167, .9);
	margin: 70px 0;
}

footer {
	color: #000;
	background-color: #a7a7a7;
	border-top: solid 4px #fcab1d;
}

div#background-1 {
	overflow: auto;
	background-image: url('../img/back-metal-pieces.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

div#background-2 {
	overflow: auto;
	background-image: url('../img/back-metal-shavings.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}


/*    --------------------------  Services  -----------------------  */

div.services-img {
	box-sizing: border-box;
	width: 100%;
	padding: 8%;
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
}

div.services-img img {
	width: 100%;
}


h4 {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	margin-bottom: 15px;
	text-align: center;
	padding: 5%;
}

h4.col {
	padding: 20px 0;
}

#services h3 {
	margin: 40px 0;
	background: rgba(0, 0, 0, .3);

}


/*    --------------------------  Contact  -----------------------  */

#contact ul.content {
	font-size: 1.2em;
	float: left;
	padding-top: 30px;
	padding-left: 5%;
}

#contact ul.content li {
	list-style: square;
	padding-top: 20px;
}

.bx-wrapper {
	width: 100%;
}



/*    --------------------------  Scrolling  -----------------------  */

.fixed-bg {
min-height: 100%;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
}

.scrolling-bg {
	min-height: 100%;
}


/*    --------------------------  Footer  -----------------------  */

footer img {
	float: right;
	width: 25%;
}

footer h1 {
	font-size: 2em;
	text-align: left;
}

footer .foot-content {
	width: 70%;
}

footer a {
	color: #000;
}
