body {
  background-image: url(cbs_logo.png);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*----------LOGO above TOC---------*/

#TOC::before {
  content: "";
  display: block;
  height: 200px;
  margin: 2em 20px 40px 20px;
  background-image: url(cbs_logo_.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}


/* -----------HERO IMAGE AT TOP OF PAGE -----------*/

/* LARGE HERO IMAGE AT TOP OF PAGE*/

.hero-image {
    position: relative;
    margin-bottom: 2em;
    /* liner gradient tints the image darker for readability*/
    background-image: linear-gradient( rgba(0,0,0,.2), rgba(0,0,0,.2) ), url(cbs_logo.png); 
    height: 400px;
    background-size: cover;
    background-color: #141c25f2;
    background-position: center center;
    display: flex; /* Change to `display: none` for no hero image */
    justify-content: center;
    align-items: center;
}

.top-text {
  position: relative;
  font-size: 34px;
  padding-bottom: 0.5em
  text-transform: uppercase;
  text-align: center;
  display: block; /* Change to `display: none` for no top text */
  color: #ffffff72;
}

.bottom-text {
  position: relative;
  letter-spacing: 0.065em;
  line-height: 1em;
  font-size: 68px;
  text-transform: uppercase;
  text-align: center;
  display: block; /* Change to `display: none` for no bottom text */
  color: #ffffff;
  margin-bottom: 2.5rem;
  font-weight: bold;
}


/*-----------------TOC----------------*/

/* Makes TOC sticky (needed if you used a hero image) */

.row-fluid{
  display: flex; /* Necessary for sticky TOC*/

}

.tocify {
  position: -webkit-sticky;
  position: sticky; 
  top: 120px; /*Controls where TOC stops when sticky */
  width: 100% !important;
}


/* NO TOC on mobile */
@media screen and (max-width: 767px){

  .col-xs-12.col-sm-4.col-md-3 {
    display: none;
  }
  
  .top-text {
    font-size: 25px;
  }

  .bottom-text {
    font-size: 40px;
  }
  
  
}







.blackbox {
  padding: 1em;
  background: black;
  color: white;
  border: 2px solid orange;
  border-radius: 10px;
}

.result {
  padding: 1em;
  background: rgb(184,186,255);
  color: black;
  border: 4px solid rgb(16,22,157);
  border-radius: 10px;
}

.result_header { font-size:130%; }

.center {
  text-align: center;
}

.reveal section p {
  color: blue;
}


/* #TOC {
  position: fixed;
  left: 30px;
  width: 440px;
  max-width:100%;
  overflow:auto;
}*/

h1 {
    color: #0e3990;
}

h2, h3, h4 {
    color: #000000;
}

h1 {
    font-weight: bolder;
}
h2 {
    font-weight: bold;
}
h4 {
    font-style: italic;
}

h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}

/* #TOC {
  color: #4479E3;
}

#TOC ul>li {
  color: #ff0000;
}*/


ul.summary li.active {
  color: purple;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: purple;
}

.list-group-item {
    color: #7b8a8b;
    font-size: 16px;
}

.list-group-item.active {
    color: #2c3e50;
    background-color: white;
    border: none;
}

.list-group-item:hover, 
.list-group-item.active:hover {
    color: #131b23;
    background-color: white;
}


.example_olsalgg {
  background-color: #F476FB;
}
.example_olsalg {
  background-color: rgb(243,190,246);
  color: rgb(184,0,164);
  font-size: 14px;
  line-height: 140%;
}

.eksempel_skat {
  background-color: rgb(201,255,195);
  color: rgb(25,122,19);
  font-size: 14px;
  line-height: 140%;
}
