/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFFFCC;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
  color: #026634;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #FFF;
  /*background-color: #FFFA00;*/
  /*border-color: #D61A32;*/
}
.btn-success {
  color: #FFF;
  background-color: #026634;
  /*border-color: #F3FE0E;*/
}
.container {
  /*max-width: 730px;*/
  /*+box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);*/
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  padding: 0;
  /*+border-radius: 15px;*/
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}
.row div {
  text-align: center;
}
.row {
  border-top: 1px solid black;
  padding-top: 20px;
  margin: 0;
}
#main-content {
  border: 2px solid #026634;
  background: url('../images/Wb02199_.gif');
  padding: 20px;
  margin: -3px 0 0;
}
/* Custom page header */
.header {
  padding: 10px;
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
  background-color: #026634;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin: 0;
}
.header img#logo {
  width: 479px;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
/* Custom page footer */
.footer {
  padding: 10px;
  background-color: #026634;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #F7FF09;
}
.footer img {
  width: 94px;
}
.footer .row {
  border: none;
}
#main-content {
  padding: 0;
}
/* Customize container */
@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}
/* Main marketing message and sign up button */
.jumbotron h1 {
  text-transform: uppercase;
  color: #FFFFCC;
}
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
  background: url(../images/MVC-005F.jpg) 0 0 / cover;
  /*+border-radius: 0;*/
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  color: #FFFFFF;
  text-shadow: 1px 3px 6px #000000;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}
/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}
.header img#logo-small {
  display: none;
}
/* Responsive: Portrait tablets and up */
@media screen and (max-width: 535px) {
  .header img#logo {
    width: 320px;
  }
}
@media screen and (max-width: 410px) {
  .header img#logo {
    display: none;
  }
  .header img#logo-small {
    display: block;
  }
}
@media screen and (min-width: 920px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
@media (max-width: 1020px) {
  img {
    width: 100%;
    height: auto;
  }
}
