.dossier-start-bg {  
  background-image: url("../../images/dossier-03/dossier-start-bg.jpg");
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
}

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

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media not all, not all {
}

.navbar {  
  font-family: 'Ubuntu Condensed', sans-serif;  
  letter-spacing: 0.1em;  
  color: #FFFCE6;  
  background-color: black;  -webkit-opacity: 0.8;
  opacity: 0.8;  text-shadow: -1px 1px 1px #00191c;  
  line-height: 1.1em;
}

#sp2 {  
  font-size: smaller;
}

