

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 60px;
  background-color: #f5f5f5;
}


#footer {
    margin: 0 0 0;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  padding-top: 150px;
}

.jumbotron {
    padding: 20px 5px 20px;
    width: 100%;
    display: table;
}

@media (min-width: 768px) and (max-width: 991px)  {
    body {
        padding-top: 95px;
    }
    .jumbotron {
        padding: 10px 5px 10px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 60px;
    }
    .jumbotron {
        padding: 10px 5px 10px;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: navy;
    }
}

.navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}


.container {
    padding-right: 5px;
    padding-left: 5px;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #ACC0D9;
    background: #ACC0D9;
}

.navbar-inverse, body {
    background-color: #344070;
    border-color: #344070;
    background-image: none;
}

.navbar-inverse .navbar-nav>li>a {
    color: navy;
    font-size: 20px;
}
    
.navbar-header {
    text-align: center;
    background-color: #ACC0D9;
}

/*.navbar-brand {
    float: none;
}*/

.navbar-inner {
    text-align: center;
}

.navbar-toggle {
    background-color: #344070;
}
    
#content {
    background-color: white;
}


.container .text-muted {
    margin: 15px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

table {
    width:100%;
  }

.main-header {
    margin-top: 10px;
}
.logo {
    margin-left: 20px;
    margin-right: 20px;
}

.logo-xs {
    height: 50px;
    width: auto;
    margin-left: 15px;
    float: left;
}

table {
    background-repeat: no-repeat;
    background-position: center;
}


.ball-pulse {
    background: lightgray;
    height: 200px;
}
.ball-pulse > div {
    margin: auto;
  background: #344070;
}


