@charset "utf-8";
/* CSS Document */

/* Basics */

.centered { text-align:center; }

/* HOME */

.home-logo {
	position: absolute; 
	top: 50%;
	margin-top:-160px;
	width: 100%;
	text-align:center;
	z-index: 20; 
}

#home-company {
	position: relative; 
	margin: 0 auto;
	overflow:hidden;
	z-index:2;
}


#home-products {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
}

#home-rollforming {
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow:hidden;
	z-index:2;
}

/* About */

.white-row {
	position: relative; 
	margin: 0 auto;
	padding-top:40px;
	padding-bottom:40px;
	background:#fff;
	width: 100%;
	overflow:hidden;
	z-index:2;
}

.white-row h2,h3,h4,h5 { color:#4a3d3d; }

.team-img { background:none !important; padding:0px !important; }

/* CAREERS BOTTOM WIDGET */

#contactus-wrap { background:#fff; }

/* buttons */

.button-small {
  border-style: solid;
  border-width: 2px;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 28px;
  -webkit-transition: all 0.33s cubic-bezier(0.33, 0, 0.2, 1);
  transition: all 0.33s cubic-bezier(0.33, 0, 0.2, 1);
}



/* ====== MEDIA QUERY TABLET PORTRAIT ======  */

@media only screen and (min-width: 768px) and (max-width: 959px) {

/* Home */

.home-logo img { width:50%; }

}



/* ====== MOBILE ======  */

@media only screen and (max-width: 480px) {

/* basics */

h1 { font-size:32px; line-height:32px; }

/* Home */

.home-logo { margin-top:-100px; }
.home-logo img { width:70%; }

/*.big-text3 span { font-size:20px !important; } */

}




