﻿
.blue-txt {
	color: #005687;
}
.gold-text {
	color: #FFC500;
}
.white-text {
	color: #FFFFFF;
}
.center-text {
	text-align: center;
}
.ul-text {
	text-decoration: underline;
}
.blue-center {
	text-align: center;
	color: #005687;
}
.white-background{
	background:#ffffff;
	color:#222222;
}
.image-drop {
	border-style: solid;
	border-width: 4px;
	border-color: #ffc500;
	border-radius: 20px;
	box-shadow: 0px 10px 20px #000000;	
}
.image-radius {
	border-radius: 15px;
	margin-left: 0px;
}
footer{  
	background:#222222;
	color:#ffffff;
	font-size:80%;
	padding:20px 0;
}


/* ------ Parallax Simulation */
.parallax {
  background-image: url('../images/top-image.jpg');
  height: 44%; 
  background-attachment: fixed;
  background-position: center;
  background-position: top;  
  background-repeat: no-repeat;
  background-size: 99%;
}

.parallax2 {
  background-image: url('../images/middle.jpg');
  height: 80%; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 99%;
}


/* ------ Images */

.weld-background{
	background-image: url("../images/weld.jpg");
	color:#222222;
}

.repair-background{
	background-image: url("../images/repairs.jpg");
	color:#222222;
}






/* ------ Text */