/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
  text-align:center;
  font-family: 'PT Sans', sans-serif;
  color:#0f7087;
  font-size:18px;
  background:#e6f0f3 url('images/bg.png') top center no-repeat;
  
  
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -140px;
  /* Pad bottom by footer height */
  padding: 0 0 140px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    line-height: 1.1;
}


h1{color:#003e5c; }
h2{color:#003e5c;font-size:40px;font-weight:700;}
h3{color:#0f7087;font-size:24px;}

/* Set the fixed height of the footer here */
#footer {
  height: 120px;
  background-color: #003e5c;
  margin-top:20px;
  color:white;
}

a.btn{background:#003e5c;}


.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0f7087;
  border-color: #285e8e;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
  
}
.container .credit {
  margin: 8px 0;
}



h2{margin: 50px 0 0 0;}
h3{margin: 0px 0 50px 0;}

a.btn{margin:20px 0 10px 0;border:none;font-size:30px;}

a.btn small{font-size:18px;line-height: 18px;display: block;}

#footer .visible-xs{font-size:11px;}
#footer a{color:white;}

a{color:#0f7087;}