body {
  padding-top: 4.5rem;
}

.cover {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background:#fff;
}


.jumbotron {
  background-image: url("img/header.jpg");
  background-size: cover;
}
.profileImg{
    background-size: cover;
    width: 100%;
    height: 225px;
}
.navbar{
    background-color: #f2823b;
}
.navbar-dark .navbar-nav .nav-link{
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #777;
}
.badge-light{
    color: #777;

}
.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,.8);
}


.badge-primary {
    color: #fff;
    background-color: #f2823b;
    margin: 2px;
}
a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #d2520b;
}

.badge-secondary {
    color: #fff;
    background-color: #fab83a;
    margin: 2px;
}
a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #daa81a;
}

.footer {
    color: #fff;
    background-color: #52bdad;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.image-cropper {
    width: 36px;
    height: 36px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
#userImage {
  display: inline;
  margin: 0 auto;
  margin-left: -25%; //centers the image
  width: 36px;
  height: 36px;
}

.card-name{
    margin:0px;
}
.card-price{
    margin:0px;
    color:#666;
}
.card-details{
    margin:0px;
    color:#999;
    overflow:hidden;
    white-space: nowrap ;
    text-overflow: ellipsis;
}
