﻿/*@Blue: #002868;*/
form {
  margin: 0;
}
header {
  width: 100%;
  min-height: 200px;
  background-image: url('../images/monroe-indiana-2019-5.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: center;
  background-size: auto;
  /*background-attachment: fixed;*/
}
header img {
  max-width: 150px;
}
header h1 {
  color: white;
  text-shadow: 2px 2px #333;
  text-align: center;
}
footer {
  background-color: #273653;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bg-dark {
  background-color: #273653 !important;
  /*border-bottom: 1px solid rgba(255, 255, 255, .3);*/
}
.bg-gray {
  background-color: #F5F5F5;
  border-top: 1px solid #F0F0F0;
}
.blockquote-footer {
  background-color: #fff;
}
@media (min-width: 576px) {
  header {
    width: 100%;
    min-height: 200px;
    background-image: url('../images/monroe-indiana-2019-4.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: bottom;
    background-size: auto;
    /*background-attachment: fixed;*/
  }
}
.RadAsyncUpload,
.RadAsyncUpload * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.RadUpload_Bootstrap .ruButton {
  height: 22px !important;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  header {
    width: 100%;
    min-height: 400px;
    background-image: url('../images/monroe-indiana-2019-3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: bottom;
    background-size: auto;
    /*background-attachment: fixed;*/
  }
  header img {
    max-width: 250px;
  }
  .card-columns {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  header {
    width: 100%;
    min-height: 500px;
    background-image: url('../images/monroe-indiana-2019-2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: bottom;
    background-size: auto;
    /*background-attachment: fixed;*/
  }
  .navbar-brand {
    display: none;
  }
}
@media (min-width: 1200px) {
  header {
    width: 100%;
    min-height: 500px;
    background-image: url('../images/monroe-indiana-2019.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: bottom;
    background-size: auto;
    /*background-attachment: fixed;*/
  }
  .navbar-brand {
    display: none;
  }
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}