/* styles.css */

.navbar {
    margin-bottom: 0;
  }
  
  .navbar-collapse .container-fluid {
    padding: 2rem 2.5rem;
    border-bottom: 1px solid #55595c;
  }
  
  .navbar-collapse h4 {
    color: #818a91;
  }
  
  .navbar-collapse .text-muted {
    color: darkgreen!important;
  }
  
  .about {
    float: left;
    max-width: 30rem;
    margin-right: 3rem;
  }
  
  
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-bottom: 0;
    background-color:lightskyblue;
    /* background: url(https://); */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
  }
  
  .jumbotron-heading {
    font-weight: 400;
    color: black!important;
    
  }
  
  .jumbotron .container {
    max-width: 40rem;
    /* background: rgba(255,255,255,0.2); */
    padding: 2rem;
    color: white;
  }
  
  .jumbotron p {
    color: white;
    /* text-shadow: 0 0 10px rgba(0,0,0,0.5); */
  }
  
  .album {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f7f7f7;
  }
  
  .card {
    float: center;
    width: 33.333%;
    padding: .75rem;
    margin-bottom: 2rem;
    border: 0;
  }
  
  .card > img {
    margin-bottom: .75rem;
    width: auto;
    height:auto;
  }
  
  .card-text {
    font-size: 100%;
    position: relative;
    bottom: 0;
   
    text-align: center; 
    vertical-align: middle;
    word-wrap: break-word;
    hyphens: auto;
   
    /* display: block; */
   
  }
  .card-text-small {
    font-size: 85%;
    position: relative;
    bottom: 0;
   
    text-align: center; 
    vertical-align: middle;
    word-wrap: break-word;
    hyphens: auto;
   
    /* display: block; */
   
  }
  
  footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  
  footer p {
    margin-bottom: .25rem;
  }
  .scaleImage{
    transform: scale(1.1);

  }