/* Add here all your css styles (customizations) */

.smallbannercontact{
	background-image: url("/assets/img/sparks.jpg");
	min-height: 300px;
	}
	
.smallbannerabout{
	background-image: url("/assets/img/weldingaboutbanner.jpg");
	min-height: 300px;
	}

.smallbannerservices{
	background-image: url("/assets/img/servicesbanner.jpg");
	min-height: 300px;
	}
	
.smallbannersignframes{
	background-image: url("/assets/img/welding6.jpg");
	min-height: 300px;
	}
	
a.selected{
	color: red;
	background: red;
	}	

.biggerformfont {
	font-size: 20px;
	text-align: center;
	}
	
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.label {
	
	font-size: 20px !important; 
	color: #fff !important;
	background-color: #252525;
	border: 0px;
	
}

.quotecontainer {
	border-style: solid;
	border-color: #252525;
	border-top-color: #e74c3c;
	margin-top: 30px;
	border-width: 1px;
	border-right-style: dotted;
	border-right-color: #fff;

}

.quoteformcontainer {
	border-style: solid;
	border-color: #252525;
	border-top-color: #e74c3c;
	margin-top: 30px;
	border-width: 1px;
	border-left-style: dotted;
	border-left-color: #fff;

}

.quoteitem {
	
	font-size: 20px;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 200px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: black !important;
  font-family: Tahoma, Arial, sans-serif;
  padding-top: 40px;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #black !important;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
  color: black;
}

.custom-back {
	background: #272727;
}



