body{
background-image: url("images/bg-one.jpg");
background-size: cover;
}
a{
    font-size: 16px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
  color: #6c757d;
}
.logo{
 margin-bottom: 50px;
 width: 400px;
 margin-right: 100px;
 margin-top: 75px;
}
.contact{
    color: white;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
.mainC{
  font-size: 28px;
  font-weight:bolder
}
.left{
    width: 200px;
    margin-top:60px;
    margin-right: 65px;
}
.right{
    width: 200px;
    margin-top:60px;
}
.center{
  width: 250px;
  margin-right: 75px
}
.b{
  background-color: #00000070;
  padding: 15px;
}
p {
  margin-top: 0px;
  margin-bottom: 0rem;
}
  /* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */ 
  @media (min-width: 768px) and (max-width: 1024px) {
    .logo{
      margin-bottom: 0px;
      margin-top: 75px;
      width: 250px;
      margin-right: 0px;
     } 
    .center{
      width: 200px;
      margin-top: 15px;
      margin-bottom: 15px;
      margin-right: 0px;

    }
    .left{
      width: 150px;
      margin-right: 0px;
    }
    .right{
      width: 150px;   
    }
    .contact{
      color: white;
      font-size: 14px;
  }
  .mainC{
    font-size: 26px;
  }
  a{
    font-size: 12px;
  }
  }
  /* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */  
  @media (min-width: 481px) and (max-width: 767px) {
    .logo{
        margin-bottom: 0px;
        margin-top: 35px;
        width: 250px;
        margin-right: 0px !important;

       }    
    .left{
        width: 200px;
        margin-right: 0px !important;

    }
    .right{
        width: 200px;   
        margin-top: 0px;
    }
    .mob{
        text-align: center !important;
    }
    .center{
      width: 150px;
      margin-top: 15px;
      margin-bottom: 15px;
      margin-right: 0px !important;
    }
    .contact{
        color: white;
        font-size: 14px !important;
    }
    .mainC{
      font-size: 22px;
    }
    .r{
        margin-top: 20px;
    }
  }
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  @media (min-width: 320px) and (max-width: 480px) {
    .logo{
      margin-bottom: 0px;
      margin-top: 35px;
      width: 200px;
      margin-right: 0px !important;

     }    
  .left{
      width: 200px;
      margin-right: 0px !important;

  }
  .right{
      width: 200px;   
      margin-top: 0px;
  }
  .mob{
      text-align: center !important;
  }
  .center{
    width: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 0px !important;
  }
  .contact{
      color: white;
      font-size: 14px !important;
  }
  .mainC{
    font-size: 22px;
  }
  .r{
      margin-top: 20px;
  }
}