

table {
    margin: 100px auto;
}

table tr th{
    background-color: #1d3557;
    color: #fff;
    width: 550px;
    padding: 10px 0;
    font-weight: bold;
    border: 2px solid #ccc;
}

table tr td {
    padding: 10px 10px;
    width: 350px;
    border: 2px solid #e9ecef;
}

table tr td.item {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #dee2e6;
}

table tr td.quantity input {
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    font-size: 16px;
    text-align: center;
}

table tr td.price {
    background-color: #e8eddf;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

table tr td.total-text {
    background-color: #adb5bd;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

table tr td.total-number {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
}

table tr td.total-number .number {
    min-width: 200px;
    height: 40px;
    background-color: #e8eddf;
    border-radius: 10px;
    line-height: 2;
}

table tr td.total-number .dollar-sign { 
    padding-top: 10px;
    margin-left: 10px;
}


header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.header-bg-dark{
    border-top: 5px solid #6BB4D2;
    background-color: #4267B2!important;
}
.showcase .container {
  min-height: 350px;
  background-color: #F9F9F9;
  margin-top: 10px;
  margin-bottom: 10px;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.bg-login-page {
  background-color: #4267B2;
}

.padall {
  padding: 3px;
}

.contact-info{
    color: #FFFFFF;
    margin-top:10%;
  }
  .contact-info img{
    margin-bottom: 15%;
  }
  .contact-info h2{
    margin-bottom: 10%;
  }
  .col-md-left{
    background: #4267B2;
    padding: 4%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;

    
  }

  .col-md-right{
    background: #FFFFFF;
    padding: 3%;
    border: 1px solid #DDDDDD;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .contact-form label{
    font-weight:600;
  }
  .contact-form button{
    background: #25274d;
    color: #fff;
    font-weight: 600;
    width: 25%;
  }
  .contact-form button:focus{
    box-shadow:none;
  }
  
footer.footer {  
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer-bg-dark {
    background-color: #4267B2!important;
}
.list-inline {
 list-style-type: none;
}

.list-inline-item a {
    color:#FFFFFF;
}
padding-bottom: 1rem;
}



