/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    padding-top: 3.1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  /* ---- NAVIGATION --------------------- */
  
  .navbar img {
    height:30px;
    padding-right: 30px;
  }
  
  @media (max-width: 760px) {
    .navbar img {
    padding-right: 0px;
    }
  }
  
  .navbar.bg-dark {
    background-color: #ED1166 !important;
    padding: 0.5rem 1rem;
  }
  
  .navbar-brand {
    font-size: 1em;
    color: white !important;
  }
  
  @media (max-width: 370px) {
    .navbar-brand {
      font-size: .4em;
      font-weight: 300;
      margin-right: .1rem;
    }
  }
  
  @media (max-width: 576px) {
    .navbar-brand {
      font-size: .7em;
      font-weight: 700;
      margin-right: .2rem;
    }
  }
  
  @media (max-width: 760px) {
    .navbar-button {
      display: none;
    }
  }
  
  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  
  .btn-email {
    color: white;
    border: 1px solid white;
  }

  .ml-auto, .mx-auto {
    margin-left: auto !important;
}
  
  
  /* ---- HERO --------------------- */
  
  .jumbotron {
    background-image: url('/img/textures-ferns-dark.png');
    background-size: cover;
    display: block;
  }
  
  .jumbotron .container {
    color: white;
    text-align: center;
  }
  
  .jumbotron .container h4 {
    padding-top:20px;
    font-weight:100;
  }
  
  .jumbotron .container img {
    width: 400px;
  }
  
  @media (max-width: 768px) {
    .jumbotron .container img {
      width: 240px !important;
    }
  }
  /* ---- LAYOUT --------------------- */
  
  .container-fluid.dashboard {
    background-color: #F6F5EE;
  }
  
  .container-fluid.announcement {
    background-color: #f4f4f4;
  }
  
  .container-fluid.live-stream {
    background-color: #f4f4f4;
  }
  
  .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  /* ---- KEY STATISTICS ------------- */
  
  .rb-stat-abbrev {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0;
  }
  .rb-stat-figure {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom:0;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .rb-stat-figure {
      font-size: 1.5em;
      text-align: left;
    }
  }
  
  @media (min-width: 769px) and (max-width: 992px) {
    .rb-stat-figure {
      font-size: 1.5em;
      text-align: center;
    }
  }
  
  .rb-stat-text {
    font-size: 1em;
    margin-bottom:0;
  }
  
  .rb-stat-header {
    text-align: right;
    color: grey;
  }
  
  @media (max-width: 768px) {
    .rb-stat-header {
      text-align: left;
    }
  }
  
  .card-body {
    padding: 0.5em !important;
  }
  /* ---- MAIN BLOCK ------------- */
  
  .main-block {
    font-size: 125% !important;
    padding-right: 30px;
  }
  
  .main-block h2 {
    padding-bottom: 20px;
  }
  
  .main-block p {
    padding-bottom: 10px;
    line-height: 1.2em;
  }
  
  .main-block i {
    padding-right:10px;
  }
  
  .main-block .smaller {
    font-size: 80%;
  }
  
  /* ---- DASHBOARD ------------- */
  
  .dashboard img {
    width: 100%;
  }
  
  .dashboard .container {
    padding-bottom: 0;
    font-size: 125% !important;
  }
  
  .dashboard {
    padding-top: 20px;
  }
  
  .dashboard a {
    margin: 20px 0 40px;
  }
  
  /* ---- Announcement ------------- */
  
  .announcement img {
    width: 100%;
  }
  
  .announcement .container {
    padding-bottom: 0px;
    font-size: 125% !important;
    
  }
  
  @media (max-width: 576px) {
    .announcement .container {
      padding-left: inherit;
    }
  }
  
  .announcement {
    padding-top: 20px;
  }
  
  .announcement a {
    margin: 20px 0 40px;
  }
  
  /* ---- LIVE-STREAM ------------- */
  
  .live-stream img {
    width: 100%;
  }
  
  .live-stream .container {
    padding-bottom: 20px;
    font-size: 125% !important;
  }
  
  .live-stream {
    padding-top: 20px;
  }
  
  .live-stream a {
    margin: 20px 0 40px;
  }
  
  .live-stream iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-bottom: 20px;
  }
  
  
  /* ---- FOOTER ------------- */
  
  footer {
    min-height: 100px;
    z-index: 99;
  }
  
  .img-footer {
    height: 35px;
    float: right;
  }
  
  @media (max-width: 768px) {
    .img-footer {
      display: inline-block;
      float: none;
    }
  }