﻿/*------------------------------------------------
Bootstrap overrides and custom styling
-------------------------------------------------*/
.jumbotron {
  background-color: #3179b5 !important;
  text-align: right;
}
.panel {
  margin-top: 40px;
  margin-bottom: 40px;
}
body {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .jumbotron {
    display: none;
  }
}
@media (min-width: 769px) {
  .page-header {
    display: none;
  }
}
@media (min-width: 992px) {
  .container {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 800px;
  }
}
