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

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
	  
	  h1, h2, h3, a, .card-text{
		  color: #faf9da;
		  font-weight: 300;
	  }	 
	  a:hover{
		  color: #045762;
	  }
	  .btn-outline-primary
	  {
		  color: #faf9da;
		  border-color: #faf9da;
	  }	  
	  .btn-outline-primary:hover
	  {
		  color: #ffffff;
		  background-color: #faf9da;
	  }
	  
	  .cardxxxx img
	  {
		  height: 230px;
	  }	  
	  
	  .album .py-5 .bg-light
	  {
		  background-color: #b1b1b1;
	  }
	  
	  h1, h2, h3, h4, h5, p, contaner, a
	  {
		  font-family: 'Open Sans', sans-serif;
		  font-family: 'Roboto', sans-serif;
		  font-family: 'Montserrat', sans-serif;
	  }
	  
	  .text-white, .text-muted
	  {
		    color: #faf9da;
	  }
	  

.galerylist
{
	display: block;
	position: relative;
	z-index: 1;	
	
}

.galerylist img {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.galerylist img, .galerylist .galerylistdiv {
	
  
  filter: brightness(100%);
  

}
.galerylist img:hover, .galerylist .galerylistdiv:hover {

  

  filter: brightness(90%);
  



}

.titleDiv, .titleDiv:hover
{
	
	position: absolute;
	z-index: 1000;
	top: 220px;
	left: 80px;
	font-size: 24px;
	color: #faf9da;
	text-decoration: none;
	display: none;
	
}

  #homeh1{
	  font-size: 56px;
	  margin-bottom: 10px;
	  padding-bottom: 0px;
	  text-align: left;
	  margin-top: 260px;
	  width: 100%;
  }
  
  #homep {
	  font-size: 24px;color: #faf9da; }


#osszeskepbtn:hover{
	background-color:#000000;
	border: solid 1px #faf9da;
}


@media (max-width: 768px) {
  #homegraphic {
    display: none;
  }
  
  #homeh1{
	  font-size: 36px; margin-bottom: 10px;padding-bottom: 0px; margin-top: 260px;width: 100%;
  }
    #homep {
	  font-size: 16px;color: #faf9da; }
}