/*
 * Globals
 */

/* Links */

/*
 * Base structure
 */

html,
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.cover2{
  flex:1;
}
.cover2 .logo-set{
  margin-top: 50px;
}
.p-3 {
  padding: 0rem!important;
}

.home-new .image img{ width: 250px;}
.home-new .image { padding:30px 30px}
.home-new .image_main img{ width: 300px; margin: 0 auto;
}
.home-new .image_main { padding:30px 30px}
.home-new .auto-container .row > div {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.description-cover{ max-width: 600px; margin: auto;margin-top:3em;}
.description-cover p{
  color:black
}
.description-cover .image-border{
  position: absolute;
  right:-2%;
  margin-top:10px;

}
.description-cover .image-border2{
  position: absolute;
  left:0;
}

.zamco-box .mastfoot{
  margin-top: 30px;
}

.footerz{
  padding-top: 15px;  
  padding-bottom: 20px;
}
.footerz ul li{	
    display: inline;
    padding: 20px;
    list-style-type: none;
}
.footerz ul li i{
padding-right: 8px;
}	
.main-header .nav-outer .outer-box .quote-btn .icon{
  background: url(./images/msg-icon.png) no-repeat;
}



.zamco-box{
  position: relative;
  z-index:5;
  /*overflow:hidden; if you want to crop the image*/
}

.zamco-box1{
  background: linear-gradient(rgba(255,255,255,.6), rgba(255,255,255,.6)), url("./images/zamcomilitary.png") no-repeat;      
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.zamco-box3{
  background: linear-gradient(rgba(255,255,255,.6), rgba(255,255,255,.6)), url("./images/technology.jpg") no-repeat;      
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}


.zamco-box2{
  background: linear-gradient(rgba(255,255,255,.6), rgba(255,255,255,.6)), url("./images/wood.jpg") no-repeat;      
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.zamco-box4{
  background: linear-gradient(rgba(255,255,255,.6), rgba(255,255,255,.6)), url("./images/metal.jpg") no-repeat;      
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-header .header-top .top-left .links li i {
    color: #f55b14;
    margin-right: 10px;
}


@media only screen and (min-width: 900px) {
    
    
}
@media only screen and (max-width: 600px) {
 .home-new .image img{ width: 200px;}
 .home-new .image { padding:50px 50px}
 .home-new .image_main img{ width: 200px;}
.home-new .image_main { padding:50px 50px}
.cover2 .logo-set{  margin-top:30px;}
.description-cover {  max-width: 90%;}
  .footerz{margin-top:2px;}
  .zamco-box3:before{ background-attachment: scroll;}

}







