
body, html {
    width: 100%;
    height: 100%;
    margin-bottom: auto;
}

body, h1, h2, h3 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

a, .navbar-default .navbar-brand, .navbar-default .navbar-nav>li>a {
  color: #0a5b91;
}

a:hover, .navbar-default .navbar-brand:hover, .navbar-default .navbar-nav>li>a:hover {
  color: #075291;
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

.alert-info {
    position: absolute;
    top: -103px;
    left: 260px;
    width: 60%;
    margin: auto;
    color: #687430;
    background-color: #e6ecca;
    border-color: #aec251;
}

.btn-default {
    border-color: #aec251;
    color: #1b29e6;
}

.btn-default:hover {
    background-color: #aec251;
}

.center {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.pu {
    border: thick double #57468B;
}
.pu h1{
    color: #57468B
}

.md {
    border: thick double #85020f;
}

.md h1{
    color: #57468B
}

.centerform {
    border-radius: 25px;
    margin-top: 44px;
    width: 67%;
    padding-top: 10px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 20px;
}

#submitButton{
    width: 250px;
      height: 45px;
      border: none;
      outline: none;
      color: #fff;
      margin-top: 20px;
      font-size: 14px;
      background-color: #69499b;
      text-shadow: 0 1px rgb(0 0 0 / 40%);
      box-shadow: 0 3px 2px 0 #69499b;
      font-weight: 700;
      background-repeat: no-repeat;
      background-position: 200px;
}
  
#submitButton:hover{
    background-color:#aec251;
    cursor:pointer
}

#submitButton:active {
    background-color: #718815;
    box-shadow: 0 4px 2px 0 #69499b;
    transform: translateY(3px);
  }

.content-section {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
}

.footer, .push {
  clear: both;
  height: 4em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/777.gif) no-repeat center center;
    background-size: cover;
    height: 100%;
}

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

.less-padding {
    position: relative;
    padding-top: 10%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 2;
    text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 7em;
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.topnav {
    font-size: 14px;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
}

.outer {
    display: table;
    position: relative;
    height: 70%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
}

.borderform {
    transition: border 300ms ease-in-out;
  }
  

