.entry-categories-inner { display: none; }

.black {
/*	background-image: url( "https://bcycracing.org/wp-content/uploads/2020/01/cropped-NEW-HEADER-2-1.jpg" ) !important;
	padding-top: 120px;
	background-repeat: no-repeat !important;
	background-size: 100% 65% !important;*/
}


body {
  background-color: black;
  color: white;
}

.container {
  display: flex; /* or inline-flex */
   flex-wrap: wrap;
}

.item {
flex: 0 0 auto;	
  margin: 5px;
  width: 560px;
}

.youtube {
  max-width: 560px;
  margin:0px auto;
  background-color: white;
  padding: 5px;
}

.youtube p{
  color: black;
}

#Stemningsbilleder {
  max-width: 500px;
  max-height: 1000px;
  margin:0px auto;
  overflow: auto;
}

img {
  width: 100%;
  height: auto;
}

.header-navigation-wrapper {
    display: none;
}

.header-titles{
  center;
}

/*.site-title{
  font-size: 4rem;
}*/

#site-header .header-titles-wrapper {
  margin-right: 0px;
  max-width: 100%;
  width: 100%;
  padding: 0px;
}

#site-header .header-titles {
  margin-left: auto;
  margin-right: auto;
}

.menu-modal,
.header-navigation-wrapper,
.nav-toggle {
    display: none !important;
}

#site-header{
  display: none !important;
}


.header-inner{
  padding: 2rem 0;
}

/*.threeBoxes{
  background-image: url('https://mrjohnjohn.dk/wp-content/uploads/2022/05/pexels-vishnu-r-nair-1105666-scaled.jpg');
}*/

.cover{
  width: 100%;
  height: 500px;
  background-image: url('img/crowd-large.jpg');
  background-repeat: no-repeat;
  background-size: cover;
/*  text-align: center;*/
  display: flex;
  align-items: flex-end; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
  background-position: bottom;
}

.footer-copyright{
  display: none;
}

.to-the-top{
  display: none;
}

#site-footer .section-inner{
  justify-content: center;
}

#title {
  font-size: 6em;
  font-family: Helvetica, Sans-Serif;
  color: white;
  margin: auto;
  font-weight: bold;
  text-shadow: 2px 2px #000;
}

#tagline{
  font-family: Helvetica, Sans-Serif;
  color: white;
  font-size: 1.5em;
}

.titleContainer {
  padding-bottom: 10px;
  /*background-color: rgba(0,0,0,0.5);*/
  text-align: center;
}

/*img, video, object, embed {
max-width: 100%;    
height: auto;
overflow:hidden !important;
}*/

.post-1{
  display: none;
}

.threeBoxes{
  margin-bottom: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.threeBoxes h3{
  margin: 1rem 0 2rem;
}

.input-field {
  font-size: 1em;
}

.info {
  display: none;
  font-size:  1.1em;
}

.laesMindre{
  text-align: center;
  font-size: 1em;
}

.threeBoxes {
  opacity: 1;
}

.laesMere {
  cursor: pointer;
  color: red;
}

.laesMindre {
  cursor: pointer;
  color: red;
}

blockquote {
    padding: 10px 10px 10px 25px;
    margin: 0 0 20px;
    border-left: 5px solid #C41E3A; /* White left border */
    background-color: #000; /* Black background */
    color: #fff; /* White text */
}

.youtube {
  aspect-ratio: 16 / 9;
  width: 100%;
}














@media only screen and (max-width: 600px) {
  #title {
  font-size: 50px;
  }

  .threeBoxes{
    flex-direction: column;
    width: 100%;
}

  .threeBoxes h3{
  margin: 5rem 0 2rem;
  font-size: 5rem;
  }


  .item {
    width: 100%;
    margin-top: 10px;
    padding: 0 10px 0 10px;
}

  .info {
  font-size:  0.7em;
  }

  .laesMindre{
    font-size: 2em;
    color: red;
  }

  .laesMere {
  color: red;
}


/*  ._10b4{
    overflow-y: hidden !important;
  }*/

}


label {
  color: black;
}


@media only screen and (max-width: 1024px) {

  .item {
    max-width: 400;
  }

}

