div#menu-flags { position: absolute; z-index: 90;}  
ul.breadcrumb {
    padding: 10px;
    list-style: none;
    background-color: #1f2021;
    border: 1px solid #141414;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: gray;
  content: "/\00a0";
}
ul.breadcrumb li a, ul.breadcrumb li a:visited {
    color: silver;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: white;
  text-decoration: underline;
}


.hero-brick {
    display: block;
    margin-bottom: 20px;
    z-index: 2;
    background: #fff;
    padding: 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.18);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid transparent;

    width: auto;
    margin: 8px;
    box-sizing: border-box;
}
body.darkmode .hero-brick {
  background: #2d2e2f;
  border: 1px solid #1f2021;
}

.hero-brick h4 {margin-bottom: 5px;}
.hero-brick h2 {color: #cbcbcb;}


/* common */ 
.dmc_topbanner, .featureddjs_topbanner {
    background-color: #212021;
    height: 400px;
    background-size: 100%;
}
#dmc_toptitle,#featureddjs_toptitle {width: 100%;}
.dmc_topbanner h1, .featureddjs_topbanner h1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 180px;
    font-size: 3em;
    text-shadow: 2px 4px #252525;
}



/* dmc */ 
.dmc_topbanner {
    background-image: url(https://www.virtualdj.com/djs/dmc-championships/img/dmc_topbanner.jpg);
    background-size: cover;
    background-position: top;
}

img#dmcvdj_logo {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 50px;
}


/*  featured djs */
.featureddjs_topbanner {
    background-image: url(https://www.virtualdj.com/djs/featured/img/featureddjs_banner_bg.jpg);
    background-size: cover;
    background-position: center;
}
.featureddjs_topbanner h1 {font-size: 3.5em;}


/* djs page index */
.djs_topbanner {
    background-image: url(https://www.virtualdj.com/images/djs/3minmix_banner_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
}
#djs_toptitle {
    width: 100%;
}

#djs_toptitle h1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 180px;
    font-size: 3em;
    text-shadow: 2px 4px #252525;
}

#djs_toptitle h1 {
    font-size: 3.5em;
    text-align: center;
    margin-top: 70px;
}
#djspage .hero-brick img {
    border-radius: 10px;
    border: 1px solid #121212;
}
#djspage h3 {
    font-size: 1.65em;
    padding: 10px 0 5px 0;
    font-weight: bold;
    color: silver;
}
#djspage .hero-brick img:hover {
    filter: brightness(1.2);
}
#slideshow-container.dj-gallery {
    height: 240px;
    border-radius: 15px;
    border: 1px solid #272727;
}

#djspage .padding {
    padding: 20px 20px 0 20px;
}

