/*body { background: #e9ecef !important; }
*/
body { background-color: #29586c; }
.container { 
    display: flex;
    justify-content: center;
   
}

h1{ 
    color: white; 
    font-size: 50px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h3{ 
    color: white; 
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.centered {
    margin: 0 auto;
    text-align: center;
    width: auto;
    padding: 20%;
}

.caption {
    position: absolute;
    color: white;
    top: 30%;
    left: 0;
    width: 100%;
}

.grad {
    background: #121FCF;
    background: -webkit-linear-gradient(to right, #121FCF 0%, #CF1512 100%);
    background: -moz-linear-gradient(to right, #121FCF 0%, #CF1512 100%);
    background: linear-gradient(to right, #121FCF 0%, #CF1512 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.headerbg {
    background-color: #29586c;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 55vh;
}

.headerbg1 {
    /*background-image: url(./assets/img/PAM_BG1.png);*/
    background-image: url(./assets/img/PAM_BG11.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 100%;
    height: 55vh;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    /*background-color: #e9ecef;*/
    background-color: #e9ecef;
    border-radius: 1.5rem;
  }

  .rowpad {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
  }

  .card{
    padding: 1.5em .5em .5em;
    border-radius: 10em;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    opacity: 1 !important;
}

.card-footer {
    background: transparent;
    border-top: 0px;
  }

  