
.colr{
  background-color:#582c4f;
}

section.module:last-child {
  margin-bottom: 0;
}

section.module p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  color: white;
  text-align: center;


}
section.module p:last-child {
 
  color: white;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 500px;
   background-image: url(../Content/images/Banner/brand/brand1.jpg) ;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax h1 {
  color: white;
  font-size:30px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url(../Content/images/Banner/brand/brand1.jpg) ;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  
}
section.module.parallax-2 {
  background-image: url(../Content/images/Banner/brand/brand2.jpg);
  top: 0;
  content: '';
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
  transform:skewY(2deg) 
}
section.module.parallax-3 {
  background-image: url(../Content/images/Banner/brand/brand3.jpg);
  content: '';
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   transform-origin: top right;
   transform:skewY(-2deg) 
}
section.module.parallax-4 {
  background-image: url(../Content/images/Banner/brand/brand4.jpg);
  content: '';
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   transform-origin: bottom left;
   transform:skewY(2deg) 
}
section.module.parallax-5 {
  background-image: url(../Content/images/Banner/brand/brand5.jpg);
  content: '';
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   transform-origin: top right;
   transform:skewY(-2deg) 
}
section.module.parallax-6 {
  background-image: url(../Content/images/Banner/brand/brand6.jpg);
  top: 0;
  content: '';
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
  transform:skewY(2deg) 
}
@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 42px;
    
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size:30px;
  }
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size:30px;
  }
}
.secfix{

margin: 150px 0px; 
transform: skewY(0.3deg);

}
.secfix2{

margin:80px 0px; 
transform: skewY(-2deg);

}
.secfix3{
margin:80px 0px; 
transform: skewY(2deg);
}
.secfix4{
margin:100px 0px; 
transform: skewY(-2deg);
}
.secfix5{

margin:80px 0px; 
transform: skewY(2deg);

}
.secfix6{

margin:80px 0px; 
transform: skewY(-2deg);

}
