.button {
  background: coral;
  padding: 1em 2em;
  color: #fff;
  border: 0;
}

.button:hover {
  background: #333;
}

myModal .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

#myModal .modal-content {
  background-color: #fff;
  margin: 120px auto;
  padding: 20px;
  max-width: 500px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name:modalopen;
  animation-duration:1s;
}

#myModal .closeBtn {
  color: #ccc;
  float: right;
  font-size: 30px;
}

#myModal .closeBtn:hover,
#myModal .closeBtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@keyframes modalopen {
  from{opacity: 0}
  to{opacity: 1}
}

#myModal .modal-open .modal {
  overflow-x: hidden;
  overflow-y: scroll;
}

#pricing {
padding: 40px 0;

}
.box {
  margin-bottom: 20px;
  text-align: center;
}

#myModal .price-head {
    background-color: #000;
    width: 100%;
    padding: 0;
    color: #fff;
}

#myModal .price-head p {
    font-size: 35px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
}

#myModal .body {
  padding: 15px;
  border: 1px solid #eee;
  /* height: 190px; */
}

/* .body.in {
    height: 165px;
} */

.modal-header .close {
    margin: 0;
    font-size: 40px;
}

.close {
    opacity: .9;
}

div#navbar-collapse-02 {
    padding-right: 0;
}

.modal-header {
    padding: 0 0 15px 24px;
    border-bottom: 2px solid #ebedef;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, .7);
}

h4.title {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 8px 8px 0 0;
  margin-top: 0;
  margin-bottom: 10;
}

.card-footer {
  padding: 20px 0;
  margin-bottom: 20px;
  background-color: rgb(162, 138, 102);
}

.card-footer a:focus {
  color: #fff;
}

.buy {
  padding: 10px 25px;
  margin-bottom: 5px;
  border-radius: 0px;
  /* font-family: Proxima Nova, Arial, sans-serif; */
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 500;
  background-color: rgb(162, 138, 102);
  color: rgb(255, 255, 255);
  border: 2px solid rgb(162, 138, 102);
  outline: none;
  text-transform: uppercase;
}

.buy-btn {
  font-size: 13px;
}

.buy:hover {
    opacity: .85;
    text-decoration: none;
    color: #fff;
}

#mobile {
  text-align: center;
/* font-family: Proxima Nova, sans-serif; */
  font-family: 'Roboto', sans-serif;
}
.hide {
  display: none;
}

select.div-toggle {
  padding-left: 0;
  width: 180px;
}

select {
  height: 50px;
  text-transform: uppercase;
  text-align: center;
  border: none;
}


.select {
    width: 180px;
    margin: 0 auto 20px;
    border: 2px solid #000;
    text-align: center;
}

.modal-title {
  font-size: 30px;
}



/*** Media Queries ***/

@media (min-width: 1444px) {
  .body {
      height: 232px;
  }
}

@media (max-width: 1199px) {
  /* .body {
    height: 380px;
  } */
}

@media (min-width: 1200px) {
  .body {
    height: 190px;
  }

  .body.in {
    height: 150px;
}
}

@media (max-width: 1035px) and (min-width: 992px){

}

@media (max-width: 597px) {
  .body.med-ch, .body.small-ch {
    height: 190px;
}


  .body {
    padding: 20px;
}

  #mobile .body.in {
    height: 140px;
  }

  .body.home.st-body {
    height: 180px;
}


}

@media (max-width: 500px) {
  .modal-content {
      margin: 110px 15px;
  }

  .modal-title {
    font-size: 25px;
  }
  .modal-body {
    padding: 20px 0 0 0;
  }

  button.btn.btn-primary.btn-md.buy-btn {
    width: 100%;
  }

  a.btn.btn-default.btn-md.btn-huge {
    width: 100%;
  }
}


@media (max-width: 430px) {
  .nav-img img {
    height: 19px!important;
    top: 30px!important;
}
a.btn.btn-default.btn-md.btn-huge.sm-pad {
    padding-left: 15px!important;
}
  #paultripp h2 {
    text-align: center!important;
  }
  .body.home.st-body {
    height: 215px;
}

  .body.med-ch {
    height: 210px;
  }

  #mobile .body.in {
    height: 155px;
  }
}

@media (max-width: 380px) {
  #mobile .body.in {
    height: 170px;
  }

  .body.med-ch {
    height: 235px;
}

  .body.small-ch {
    height: 235px;
}
}

@media (max-width: 340px) {
  .close {
    font-size: 26px;
  }
}
