.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.hidden {
  visibility: hidden;
}

.logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-image {
    background-image:url('../img/header.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center; 
    height: 100vh;
}

.header-image {
  width: 100%;
}

.insta {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tour {
  padding-top: 10px;
  padding-bottom: 10px;
}

.shirt {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cd {
  padding-top: 50px;
  padding-bottom: 30px;
}

.about {
  padding-top: 20px;
  padding-bottom: 20px;
}

.backwhite {
  background-color: #ffffff;
}

.popover {
    background-color: #f8d7da;
}

.card {
  margin: 0 auto;
  float: none;
  margin-bottom: 20px;
  margin-top: 20px;
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-bottom-color: #dc3545;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom: 1px solid #dc3545;
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-top-color: #f8d7da;
}

.popover-header {
  background-color: #dc3545;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


.basket-header {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 1.5em;
}

.basket-header-button {
  font-size: 1em;
  margin-left: 20px;
}


h3 {
  font-size: 5em;
}

h4 {
  font-size: 2em;
}

a:link, a:visited a:hover a:active, a:visited:active {
  color: #555555 !important;
}

a{
  color: #555555;
}

a:hover {
  color: #555555;
}

.basket {
  margin-top: 10px;
}

.basket-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
