
.phone {
    background-color: gray;
    border: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 24px;
    transition: 0.5s;
    padding: 8px 16px;
    margin-bottom: 8px;
    margin-top: 8px;
    
  
}
.phone:hover {
    border-radius: 8px;
    background-color: #b9a26c !important;
    border-color: transparent;
    transition: 0.2s;
  
}
.btn-primary{
    background-color: #b9a26c;
    border-radius: 24px;
    padding-left: 32px;
    padding-right: 32px;
    border: none;
}
.btn-primary:hover {
    background-color: #b9a26c;
    padding-left: 32px;
    border-radius: 8px;
    padding-right: 32px;
    border: none;
    transition: 0.5s;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1 solid #ffffff!important;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1 solid #ffffff!important;
}

.navbar-toggler {
    line-height: 0 !important;
    outline: 0 !important;
    border: none!important;
    border-color: none!important;
}
button:focus  {
    line-height:-!important;
    outline: 0!important;
    border: none!important;
    border-color: none!important;

}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,0)!important;
    border-color: rgba(0,0,0,0)!important;
}

.navbar-brand {
    color: rgba(0,0,0,0)!important;
}
.text:hover {
    background-color: bisque;
}

a:hover {
  color: #b9a26c !important;
}  
.image {
    border-radius: 4px;
    border: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

