.intro-header {
  padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
  padding-bottom: 50px;
  text-align: right;
  color: #f8f8f8;
  background: url(../../img/evette-background.jpg) no-repeat center center;
  background-size: cover;
}

.navbar-header {
  padding-top: 6px;
  float: left;
}

.error-template {
  padding: 40px;
  text-align: center;
}
.error-actions {
  margin-top: 15px;
  margin-bottom: 15px;
}
.error-actions .btn {
  margin-right: 10px;
}

.intro-message {
  position: relative;
  padding-top: 12%;
  padding-bottom: 12%;
}

.intro-message h2 {
  text-shadow: 0px 0px 20px white;
}

body {
  padding-top: 60px;
}
/* fix padding under menu after resize */
@media screen and (max-width: 630px) {
  body {
    padding-top: 40px;
  }
  .intro-message {
    padding-top: 40%;
    padding-bottom: 0%;
  }
  .intro-header {
    padding-bottom: 10px;
  }
  .collapse {
    display: none !important;
  }
}
@media screen and (min-width: 631px) and (max-width: 767px) {
  body {
    padding-top: 40px;
  }
  .intro-message {
    padding-top: 20%;
    padding-bottom: 0%;
  }
  .intro-header {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .intro-message h2 {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 60px;
  }
  .intro-message .btn-default {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
}

audio {
  max-width: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
