html {
  font-size: 14px;
   
}
body{
background: url(images/thumb-1920-75886.jpg) no-repeat center center fixed !important; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }

@media (min-width: 768px) {
  html {
    font-size: 16px;
 
  }
  body{
background-image: url(images/thumb-1920-75886.jpg) no-repeat center center fixed !important; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
}
.modal-dialog {
    max-width : 600px !important;
}
.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
  background-color:#ffffffd4;
 
}
.pricing-header1 {
    max-width: 960px;
    background-color: #ffffffd4;
}

.card-deck .card {
  min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
