.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;
        }
      } 

#about, #realizations, #Donation, #Gallery, #offer{
	padding-top:100px;
}

footer
{
	color: white;
    background-color:#28a745;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

#contact{
    padding-bottom:50px;
}


.imgLogoContainer{
	padding-bottom: 50px;
}

.imageSize{
    height: 500px;
    width: 100%
}

nav{
    background-color:#28a745;
}

nav .navbar-nav li a{
    color: white !important;
}

nav .navbar-nav li a:hover{
    text-decoration: underline;
}

.containerGallery {
    position: relative;
    width: 100%;
  }
  
.ccontainerGallery img {
    width: 100%;
    height: auto;
  }
  
.containerGallery .btn {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    background-color:#28a745;
    width: 200px;
  }

.containerGallery .btn:hover {
    text-decoration: underline;
  }

.featurette-heading {
    margin-top: 0px;
}

.text-justify {
    text-align: justify;
}

i {
	font-size: 40px;
}

.facebook{
	color:#3b5998;
	
}

.youtube{
	color:#c4302b;
}

.instagram{
	color:#C13584;
}

.logoContainer{
	width:300px;
	height:50px;
}

  
