@font-face {
    font-family: 'Shamel';
    font-weight: normal;
    src: url('../fonts/FFShamelFamily-UniqueBook.otf') format('truetype');
}

@font-face {
    font-family: 'Shamel';
    font-weight: bold;
    src: url('../fonts/FFShamelFamily-UniqueMedium.otf') format('truetype');
}
body , h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,p ,a ,span ,div ,input ,button ,label ,select ,option ,textarea ,table ,th ,td ,i ,img ,video ,audio ,svg ,path ,rect ,circle ,polygon ,line ,text ,use ,g ,defs ,title ,desc {
    font-family: 'Shamel', sans-serif !important;
}
#topnav .logo {
    float: right !important;
    --tw-text-opacity: 1!important;
    color: rgb(22 28 45 / var(--tw-text-opacity))!important;
    margin-right: 0;
    padding-right: 0;
    margin-left: 20px;
    padding-left: 10px;
}
#topnav .menu-extras {
    float: left;
}
.lacas-logo {
display: table;
margin: auto;
margin-bottom: 20px;
}
#topnav {
background: #fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
-moz-appearance:textfield; /* Firefox */
}
.slider-img{
position: relative;
top: 0;
right: 0;
left: 0;
}

#home-container{
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
}
#slider-grid{
align-items: center !important;
height: 100%;
margin-top: 0 !important;
}
.text-slate-400 {
color: #130f07 !important;
}
.divcover {
position: relative;
 
 
}
.img-back {
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0;
background-size: cover !important;
left: 0;
    background-position: center center !important;

}
.text-box{
padding: 15px;
}
.leading-normal {
color: #97d2d2;
margin-bottom: 10px !important;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 760px) {
div#home-container {
  position: relative;
}
.mb2-5{
margin-bottom: 10px;
}
}
