
/* Header */

#header h1 {
  font-size: 28px;
}

#header h1 span {
  font-size: 26px;
}

.cover-image{
  min-height:450px;
}

figure {
  margin-bottom: 30px;
}

figcaption{
  font-size: 18px;
}

/* Table styling*/

td {
  width:50%;
}

td.table-category{
  background-color:#295826;
  color:#FFFFFF;
}

.btn{
  margin:0 5px;
}

/* Tablet */
@media(min-width: 768px){

.cover-image{
  max-height:350px;
}

}


/* Desktop */
@media(min-width:992px){

  #header h1 {
    font-size: 35px;
  }

  #header h1 span {
    font-size: 30px;

  }

}


/* Large Desktop */
@media(min-width:1200px){


}


@page {
  size:A4 portrait;
  margin:20pt; 
}

@media print {

  #activity-intro{
    page-break-after:avoid;
      margin-bottom:30px;
      margin-top:20px;
      display:block;
  }

  table{
    display:block;
    width:1000pt;
    overflow:visible !important; /*remove scrollbars on print preview in ie*/
  }

  table td{
    break-inside: avoid;
  }

  p.lead{
    font-size:18pt;
  }

  .cover-image{
  height:8cm;
  }
  
   .btn, hr, .tooltip, .well, #footer{
    display:none !important;
  }

}
