body{
  background-color:rgb(248, 246, 246);
}




main .card-text{
  max-width:1200px;
  background-color: white;
  margin: 0 auto;
  padding: 50px;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  font-size: 20px;
  position: relative;
  top:-85px;
  opacity: 0.97;
  
}

@media screen and (max-width: 480px) {
  main .card-text {
    position: relative;
    top:-6px;
    
  }
}


main .card-text h2{
  color: orangered;
  font-family: 'Amaranth', sans-serif;
}
.text-section{
  color: rgb(50, 50, 50);
  justify-content: center;
  text-align: center;
 
  
  font-family: 'Amaranth', sans-serif;

}

#main-navbar{
  background-color: rgb(255, 255, 255);

    box-shadow:2px 2px 5px #ccc;
    z-index:999;
}

#main-navbar :hover {
  color: orangered;
}

.navbar #navbarSupportedContent > .active > a {
  color: orangered;
}

.caption {
  font-size: 20px;
  color:  orangered; 
  background-color:#ccc;
  padding: 5px 5px 5px 5px;
  margin-bottom: 30px;
 text-decoration: none !important
 
}

.thumbnail{
  border-radius: 5px;
}
.gallery-block{padding-bottom: 0px; padding-top: 40px;}



.gallery-block.cards-gallery h6{font-size: 17px; font-weight: bold;}

.gallery-block.cards-gallery .card{transition: 0.4s ease-in-out;}
.gallery-block.cards-gallery .card img{box-shadow: 0px 2px 10px rgba(0,0,0,0.15);}
.gallery-block.cards-gallery .card-body{text-align: center;}
.gallery-block.cards-gallery .card-body p{font-size: 15px;}
.gallery-block.cards-gallery a{color:#212529; }
.gallery-block.cards-gallery a:hover{text-decoration: none;}
.gallery-block.cards-gallery  .card{
	margin-bottom: 30px;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
}

@media (min-width: 576px) {

	.gallery-block .transform-on-hover:hover {
	    transform: translateY(-10px) scale(1.02);
	    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; 
	}
}
.btn-dark  {
  	background: -webkit-linear-gradient(top, rgb(255, 123, 0) 10%, #ff9900 70%); /* Chrome10+,Safari5.1+ */
    padding: 15px 30px 15px 30px ;
    border: none;
    transition: 0.4s ease-in-out;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    box-shadow: none;
     
}
.card {
    font-size: 1em;
    overflow: hidden;
    padding: 5;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top:20px;
}


.btn {
  margin-top: auto;
  font-family: Amaranth, sans-serif;

}

.jumbotron {
  position:relative;
  overflow:hidden;
}

.jumbotron .container {
  position:relative;
  z-index:2;
  

}

.jumbotron-background {
  object-fit:cover;
  font-family: 'object-fit: cover;';
  position:absolute;
  top:0;
  z-index:1;
  width:100%;
  height:100%;
  opacity:0.5;
}

blockquote {
  position: relative;
  text-align: center;
  padding: 1.2em 1.2em 2em 38px;
  border: none;
  margin: 20px auto 20px;
  max-width: 800px;
  width:100%;
  display: block;
}


blockquote:before {
  content:"\f10d";
  font-family: "fontawesome";
  font-size: 20px;
  display: block;
  margin-bottom: 0.8em;
  font-weight: 400;
  color: orangered;
}





