body {
  background: #1e1e1e;

  
}

/** FARVER */

.primaryColor {
  background: #2598b7;
}

.secondaryColor {
  background: #fc38ff;
}

.accentColor {
  background: #d8530a;
}


.blue {
  background: #2598b7;
}

.orange {
  background: #ff9538;
}

.white {
  color: #FFF;
}

.pink {
  color: #fc38ff;
}

.bold {
  font-weight: bold;
}

ul {
  padding: 0;

  list-style: none;
}
ul li {
  margin: 5px;
  display: inline-block;
}
ul li a {
  padding: 5px;
  display: inline-block;
}

ul li a img {
  display: block;
}

ul.faces li a img {
  width: 80px;
}

ul.scale li a img {
  width: 70px;
}

ul.scale li a:hover img {
  transform: scale(1.5);
}

ul.scaleSmall li a img {
  width: 55px;
  margin: 0px;
  padding: 0px;
}

ul.scaleSmall li a:hover img {
  transform: scale(1.3);
}

ul.a {
  list-style-type: circle;
}

.full-width {
  position: relative;
}

.vspace {
  padding: 1em;
}

.morePadding {
  padding: 20px;
}

.topPadding {
  padding-top: 60px;
}

.vPadding {
  padding-left: 50px;
  padding-right: 20px;
}


.topTheater {
  background-position: center center;
  background-image: url("../img/splashBg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8%;
  background-color: #000000;
}



.musikerTheater {
  background-position: center center;
  background-image: url("../img/DanielogSimon.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50% 0 1px 3%;
  background-color: #000000;
}

.musicTheater {
  background-position: center center;
  background-image: url("../img/festuge1.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 50% 0 1px 3%;
  background-color: #000000;
}

.concertTheater {
  background-position: center center;
  background-image: url("../img/festuge4.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 50% 0 1px 3%;
  background-color: #000000;
}
.bottomTheater {
  background-position: center bottom;
  background-image: url("../img/carspeed.png"), url("../img/bluesky.png");
  background-repeat: no-repeat;
  background-size: 100%, cover;
  padding-bottom: 300px;
  background-color: #000000;
}

.bottomGfx {
  background-position: center bottom;
  background-image: url("../img/carspeed.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height:fit-content;
  
}

.leftAlign {
  text-align: left;
}

.rightAlign {
  text-align: right;
}

.centerAlign {
  align-content: center;
  text-align: center;
}

.bg_time {
  background-color: #635d59;
}

/** CONTENT */
a {
  color: #e2e0d3;
}



p.countdown {
  color: #e2e0d3;
  font-size: 3em;

  text-shadow: 2px 2px #000;
  font-family: "Bangers", cursive;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

p.title {
  color: #e2e0d3;
  font-size: 5.8em;
  line-height: 0.5em;
  text-shadow: 2px 2px #000;
  font-family: "Bangers", cursive;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

p.titlesmaller {
  color: #e2e0d3;
  font-size: 4.6em;
  line-height: 0.5em;
  text-shadow: 2px 2px #000;
  font-family: "Bangers", cursive;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

p.appTitle {
  color: #fc38ff;
  font-size: 4.6em;
  line-height: 0.5em;
  text-shadow: 2px 2px #000;
  font-family: "Bangers", cursive;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

p.smalltitle {
  color: #e2e0d3;
  font-size: 3.8em;
  line-height: 0.5em;
  text-shadow: 2px 2px #000;
  font-family: "Bangers", cursive;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

p.smalltitlesmaller {
  color: #e2e0d3;
  font-size: 2.8em;
  line-height: 0.5em;
  text-shadow: 2px 2px #000;
  font-family: "Bangers", cursive;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

p.yearTitle {
  color: #e2e0d3;
  font-size: 3.8em;
  line-height: .5em;
  text-shadow: 2px 2px #000;
  font-family: "Bangers", cursive;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-top: .4em;
}

p.monthTitle {
  color: #e2e0d3;
  font-size: 1.2em;
  line-height: 0.7em;
  font-family: "PT Serif", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-top: .7em;
}

p.subtitle {
  color: #f4c55f;
  font-size: 1.2em;
  line-height: 0.7em;
  font-family: "Slackey", serif;
  letter-spacing: 0.02em;
  
}

p {
   color: #4e4022;
}

p.small {
  font-size: 0.9em;
  font-style: italic;
  font-weight: 700;
  opacity: 0.7;
}

p.photoCredit {
  font-size: 0.9em;
  font-style: italic;
  font-weight: 400;
  opacity: 0.9;
  color: #feaeff;
  line-height: .8em;
  text-shadow: 2px 1px #000;
  
}



p.title_land {
  color: #e2e0d3;
  font-size: 2.3em;
  line-height: 0.8em;
  text-shadow: 2px 2px #000;
  font-family: "Bangers", cursive;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

p.blackboxTitle {
  color: #000000;
  font-size: 2.3em;
  line-height: 0px;
  font-family: "Bangers", cursive;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 0%;
}

p.concertTitle {
  color: #2598b7;
  font-size: 2.3em;
  line-height: 0.8em;
  text-shadow: 2px 2px #000;
  font-family: "Bangers", cursive;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-top: 20px;
}

p.quote {
  color: #FFF;
  font-size: 1.4em;
  font-style:italic;
  font-weight:bold;
  line-height: .9em;
  
  font-family: "noto";
}

.cancelled {
  color: #d8530a;
}

.blackbox {
  background-color: #000000;
  border-radius: 30px;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.6em;
  padding-bottom: 1em;
  text-align: left;
  margin: 10px;
}

.blackboxNarrow {
  background-color: #000000;
  border-radius: 30px;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.6em;
  padding-bottom: 1em;
  text-align: left;
  margin: 10px;
  max-width: fit-content;
}

.pinkbox {
  background-color: #fc38ff;
  
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1.5em;
  padding-bottom: 1em;
  text-align: left;
  margin: 10px;
  /* box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4), 0 6px 40px 0 rgba(0, 0, 0, 0.5); */

}

.bingomenu{
  font-size: 2rem;
}

.navbar {
  position: fixed;
  top: 25;
  width: 100%;
}

.bg_full {
  background-color: #635d59;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;

  padding-top: 50px;
  padding-bottom: 20px;
  margin: auto;

  background-image: url("../img/front/bg.jpg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}

.main_div {
  width: 90%;

  max-width: 1100px;

  border-radius: 15px;

  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4), 0 6px 40px 0 rgba(0, 0, 0, 0.5);
}

.stream_div {
  width: 70%;

  max-width: 800px;

  border-radius: 15px;

  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4), 0 6px 40px 0 rgba(0, 0, 0, 0.5);
}

.pad {
  padding: 7%;
}

.side_pad {
  padding-left: 7%;
  padding-right: 7%;
}

.top_color_div {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.content-slide {
  opacity: 0.7;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  border-bottom: 6px solid #2598b7;
  background-color: #f3f2ea;
  border-radius: 15px;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 1%;
  margin-bottom: 1%;
  max-width: 630px;
}

.div_end {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

/* LINKS */

A.class2 {
  text-decoration: none;
  color: #ffedd9;
}
A.class2:link {
  text-decoration: none;
  color: #ffedd9;
}
A.class2:visited {
  text-decoration: none;
  color: #ffedd9;
}
A.class2:hover {
  text-decoration: none;
  color: #2598b7;
}
A.class2:active {
  text-decoration: none;
  color: #ffedd9;
}

a.sub:hover {
  color: hotpink;
}

a.sub {
  color: #FFF;
}

/* THought Bubbles */

.thought {
  
  background-color:#fff;
  padding:30px;
  padding-top: 45px;
  border-radius:50%;
  min-width:40px;
  max-width:350px;
  min-height:40px;
  max-height: 350px;
  margin:20px;

  
  
  align-items:center;
  justify-content:center;
  text-align:center;
  vertical-align: center;
}

.comicfont {
  font-family: "Slackey";
  font-weight: 600;
  font-size: 1.3em;
  line-height: .9em;

}