/* app/static/css/style.css */

body, html {
    width: 100%;
    height: 100%;
}

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, .dropdown-menu>li>a {
  color: #aec251;
}

a:hover, .navbar-default .navbar-brand:hover, .navbar-default .navbar-nav>li>a:hover {
  color: #687430;
  text-decoration: none;
}

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

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

.alert-info {
    width: 50%;
    margin: auto;
    color: #687430;
    background-color: #e6ecca;
    border-color: #aec251;
}

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

.btn-primary.unselected {
    color: #337ab7;
    background-color: #fff;
    border-color: #2e6da4;
}

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

.flashed-messages {
    width: 50%;
}

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

.center_40 {
    margin: auto;
    width: 40%;
    padding: 10px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.content-section {
    padding: 7em 0 2em;
    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/oceanic.png) no-repeat center center;
    background-size: cover;
    height: 100%;
}

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

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

.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: 90%;
  margin: -4em auto -4em;
}

.outer {
    display: table;
    /*position: absolute;*/
    height: 70%;
    width: 100%;
}

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

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


tbody {
  font-weight: 400;
}

.fullHeight {
    height: 80vh;
    margin-top: 7em;
 }

.square-map {
  height: 50vh;
  width: 500px;
  margin: 1em 3em;
}

.awesome-marker i {
  font-size: 20px;
  margin-top: 8px;
}

img.logo-footer {
    height: 75px;
}