/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

body {
  background-color: darkred;
}

header {
  padding: 154px 0 100px;
  background: url(section05.jpg) no-repeat center center;

  color: black;
  border: 5px solid black;
  margin-bottom: 15px;
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 10px;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

.shnief {
  background: rgba(204,204,204,.7);
}

section {
  /*opacity: .5;*/
  padding: 150px;
  border: 5px solid black;
  margin-bottom: 15px;
}

section#about {
  background: url(section04.jpg) no-repeat center center;
}
section#course {
  background: url(section01.jpg) no-repeat center center;
}
section#awards {
  background: url(section03.jpg) no-repeat center center;
}
section#contact {
  background: url(section02.jpg) no-repeat center center;
}
