
 /*  HEADER */
::selection {
  background-color: tan;
  }
  
  
  .navbar-nav{
  margin-left: auto;
  gap: 20px;
  font-size: 20px;
  }
  
  .navbar{
  background-color:white;
  font-family: 'Roboto', sans-serif;
  
  }
  
  .nav-item a{
  color:black;
  }
  
  .nav-item a:hover{
  color:rgb(204, 175, 79) ;
  }
  
  .active {
  color:rgb(204, 175, 79)  !important;
  }
  
  
  .btn {
  -moz-user-select: none;
  background-image: none;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  font-family:Verdana, Geneva, Tahoma, sans-serif;  
  margin-top: 2px;
  
  }
  .btn{
  border:1px solid; 
  background-color:rgb(167, 135, 95);
  color:white !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-family: 'Roboto', sans-serif;
  
  
  
  }
  
  .btn:hover{
  background-color:white;
  color:rgb(167, 135, 95) !important;
  transition: 0.3s;
  } 

/*FOOTER*/


.site-footer
{
background-color:#26272b;
padding:80px 0 20px;
font-size:15px;
line-height:24px;
color:white;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:white;
}
.site-footer a:hover
{
  color:rgb(167, 135, 95);
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block;
  color: white;
  
}
.footer-links a
{
  color:white;
}
.footer-links #footer,.footer-links a:focus,.footer-links a:hover
{
  color:rgb(167, 135, 95);
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}


.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}




.col-xs-6 a{
  text-decoration: none;
}

.copyright-text img{
  width:15%;
}

.col-xs-6 iframe{
height:62%;
width:100%;

}


.col-md-3 p{
  color: white;
}

.col-xs-6 li{
  color:white;
}

.col-5 svg{
  fill:none;
}

#logo{
  text-align: right;
}


/*BACKGROUND*/

#about-head {
  background: url(images/207508695.jpg) rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  height: 600px;
  color: white;  
}

  
#title {
  margin-top: 200px;

letter-spacing: 6px;
}


#caption {
    letter-spacing: 3px;

margin-bottom: 0;
padding-bottom: 0;

}



#info {

letter-spacing: 3px;

line-height: 1;
}



.hr{
color: beige;
width: 80px;
margin: 0 auto;
opacity: .9;



}

h3 {
    animation-name: slideInDown;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0;
}

@keyframes slideInDown{
  0% {
    transform: translateY(-100px);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}

h5 {
    animation-name: slideInLeft;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-delay: 0;
}

@keyframes slideInLeft{
  0% {
    transform: translateX(100px);
    opacity: 0;
}

100% {
    transform: translateY(0);
    opacity: 1;
}
}

    /*GALLERY*/

      
    img.zoom{
      width: 100%;
      height: 50vh;
      display: block;
      margin: 0 auto;
      object-fit: cover;
      transition: all .3s ease-in-out;
  }
    
 .transition{

    -webkit-transform: scale(1.1);
    transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}




