.dropdown-menu{
    width: 13rem !important;
}
.dropdown-menu > .nav-link{
    font-size: 0.8rem !important;
    line-height: unset;
}
.dropdown-menu > .nav-link:hover{
    color: #0E1316 !important;
}
.d-none{
    display: none !important;
}
.listing_info ul li:not(:last-of-type) {
    margin-right: 1rem;
}
.listing_info {
    padding: 1rem;
}
.listing_info ul li {
    margin-bottom: unset;
}
@font-face {
    font-family: 'Alatria Slanted';
    src: url('../Alatria\ Miguel\ Slanted.ttf');
}
@font-face {
    font-family: 'Alatria Regular';
    src: url('../Altaria\ Miguel\ Regular.ttf');
}
h1, h2, h3{
    font-family: Alatria Regular;
    text-transform: uppercase;
    color: #F0F0EA;
    letter-spacing: 0.55rem;
}
h4{
    font-family: Alatria Regular;
    color: #F0F0EA;
}
h1{
    font-size: 4rem;
}
h2{
    font-size: 3rem;
}
h3{
    font-size: 2.8rem;
    letter-spacing: 0.4rem;
}
h4{
    font-size: 2.3rem;
    letter-spacing: 0.4rem;
}
.exp_secction{
    background-color: #0E1316;
}
p{
    font-weight: lighter;
    color: #F0F0EA;
}
h4 a:link{
    letter-spacing: initial;
    text-decoration: underline;
    font-family: spartan;
    font-weight: 200;
    font-size: 1.2rem;

}
a, a:hover, a:visited, a:active, a:link{    
    color: #F0F0EA;
}
small{
    font-size: 0.6rem;
}
small a, small a:hover, small a:visited, small a:active, small a:link{    
    color: #F0F0EA;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 0.6rem;
}
p small a:hover{
    background: none;
    text-decoration: underline;
    color: #F0F0EA;
}
.vcard a {
    color: #736326;
    font-weight: 600;
}
.vcard a:link,
.vcard a:hover {
    color: #736326;
    font-weight: 600;
    text-decoration: underline;
}
.btn-info{
    background-color: #736326;
    border-color: #736326;
    color: #F0F0EA !important;
    font-weight: normal !important;
}
.btn-info:hover{
    background-color: #726539;
    border-color: #726539;
    color: #F0F0EA !important;
    font-weight: normal !important;
}
::-webkit-scrollbar {
    width: 0.3rem;
  }
/* Track */
::-webkit-scrollbar-track {
    background: transparent; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #726539; 
  }
  /*.service{
    height: fit-content;
  }*/
  .service p{
    font-size: 1rem;
  }