@import url('https://fonts.googleapis.com/css2?family=Raleway&family=Roboto:wght@300;400&display=swap');

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Raleway', sans-serif;
}

.navbar-toggler{
    color: transparent!important;
    border-color: transparent!important;
    background-color: #333333!important;
    border-radius: 4px;
}

.home-01 {
    min-height: 90vh;
    position: relative;
}

.show-desktop{
    display:block;}
.show-mobile{
    display:none;}

@media (max-width: 768px){
.show-desktop{
    display:none;}
.show-mobile{
    display:initial;}
}

#customPageContent .row,
#customPageContent .row .col,
#customPageContent div[class^=container] {
    min-height: auto;
}

.navbar-toggler {
    color: transparent!important;
    border-color: transparent!important;
    background-color: #ffffff!important;
    border-radius: 4px;
}

.gallery-ss .slider-ss .tns-nav button {
    display: none;
}