/*-------------------------------------- PRINT ----------------------------------- */
html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: black #f9f9f9;
  overflow-x: hidden;
}
body {
margin: 0;
padding: 0;
}
.marginContent {
margin-bottom: 10px;
}
.container-fluid .row {
margin-left: 0;
margin-right: 0;
}
.container-fluid {
padding-right: 0;
padding-left: 0;
}
#contentContainer {
display: none; 
margin: 0;
}
/*-------------------------------------- SPLASHPAGE ----------------------------------- */
#splashpageContainer {
display: none;
}
/*-------------------------------------- CANVAS ----------------------------------- */
#leftCanvas {
display: none;
}
#rightCanvas {
  display: none;
}
@keyframes fadeInOut {
0% {
  opacity: 0; 
}
20% {
  opacity: 1; 
}
80% {
  opacity: 1; 
}
100% {
  opacity: 0; 
}
}
/*-------------------------------------- NAVBAR ----------------------------------- */
.navbar {
  display: none;
}
.navbar.bg-transparent {
background-color: rgba(255, 255, 255, 0.4) !important;
}
.navbar.bg-transparent:not(.navbar-light) .navbar-nav .nav-link {
color: #000 !important;
}
.navbarLogo {
width: 75%;
}
.navbarSocialImages {
width: 70%;
align-items: center;
justify-content: center;
}
.navbarMobile {
display: none;
}
.linkNavbar:hover {
color: rgba(179,8,1,255);
font-weight: 600;
}
.linkNavbar {
font-size: 25px;
padding: 20px;
color: black;
text-decoration: none;
}
.navbarLinksMobile {
display: none;
}
.mobilenavbar-display-flex {
display: block;
text-align: center;
justify-content: center;
}
/*-------------------------------------- HEADER MUSICVIDEO ----------------------------------- */
.headerMusicvideoContainer {
  display: none;
}
.headerMusicvideo {
  display: none;
}
.headerButtonDown {
  display: none;
}
/*-------------------------------------- TOUR ----------------------------------- */
.tourContainer {
text-align: end;
}
/*-------------------------------------- SHOP ----------------------------------- */
.shirtWidth {
width: 150px;
}
/*-------------------------------------- MEDIA ----------------------------------- */
.textBio {
text-align: center;
line-height: 1.5;
}
.btn {
  display: none;
}
.YouTubeVideo {
  display: none;
}
.memberImageContainer {
position: relative;
display: inline-block;
}
.mediaSectionContainer {
  display: none;
}
#contact-form {
  display: none;
}
.printnone {
  display: none;
}
footer {
  display: none;
}