/* Hextorq Hinges Custom Styles  */

.BGBox{
  color:#000;
  background-color:#dad5ce;
}

.btn-space{
  margin-right:30px;
  margin-top: 20px;
  padding: 20px;
}

@media (min-width: 700px){
   #hinges{
    background: url('../img/3D-BG-md.jpg') no-repeat;
    background-size: 100% auto;
    height: 400px;
}
}

@media (min-width: 900px){
   #hinges{
    background: url('../img/3D-BG-md.jpg') no-repeat;
    background-size: 100% auto;
    height: 500px;
}
}

@media (min-width: 1100px){
   #hinges{
    background: url('../img/3D-BG-lg.jpg') no-repeat;
    background-size: 100% auto;
    height: 700px;
}
}

@media (min-width: 1280px){
   #hinges{
    background: url('../img/3D-BG-xlg.jpg') no-repeat;
    background-size: 100% auto;
    height: 700px;
}
}

@media (min-width: 1500px){
   #hinges{
    background: url('../img/3D-BG-xlg.jpg') no-repeat;
    background-size: 100% auto;
    height: 800px;
}
}