/*
 * Globals
 */


/* Custom default button */

.btn-home:hover,
.btn-home:focus {
  color: gray;
  text-shadow: none; /* Prevent inheritance from `body` */
  
}
 .btn-home a {
     text-decoration: none;
     
 }

/*
 * Base structure
 */


.banner {
 background-image: url("../images/Home-page-image-2.png");
 background-color: rgb(100,0,0);
  /* max-height: 60%;  
  margin-left: 0px !important; */
  width: 100%;
  height: 60%;
  position: absolute;
  top: 0;
  left:0;
  min-height: 350px;
}


.album {
    
    margin-top: 60%;
}


.catcor-title-home {
font-family: 'Forum', serif;
font-size: 3em;
font-weight: 700;
text-shadow: 2px 2px #333;
color: white;
padding: 0;
position: absolute;
top: 80px;
left: 20px;
min-width: 400px;
max-width: 600px;

}

.picture-credit {
font-family: 'Forum', serif;
font-size: small;
text-shadow: 2px 2px #333;
color: white;
padding: 0;
position: absolute;
bottom: -10px;
right: 0px;
min-width: 400px;
max-width: 600px;
}

.picture-credit a:link, 
.picture-credit a:visited,
.picture-credit a:active,
.picture-credit a:hover{
    text-decoration: none;
    color: white;
    
}

.signature {
   padding-top: 30px;
   max-width: 400px;
   
}

.catcor-title-home .main {
 font-size: 2em;  
    
}

.catcor .container-fluid {
/*  padding-left: 0 !important; */
  position: relative;
    
 
}

#spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  text-align: center;
  z-index: 1234;
  overflow: auto;
}

.logos img {
  margin-right:70px;
  padding:2px;
}

 .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }


